mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "blog-v3",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build && node scripts/build-search.mjs -g",
|
|
"build:export": "cross-env NEXT_BUILD=export next build && cross-env NEXT_BUILD=export next export",
|
|
"build:search": "node scripts/build-search.mjs -g",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "jest --watch",
|
|
"test-ci": "jest --ci --coverage",
|
|
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,md,mdx,css}\" --ignore-unknown"
|
|
},
|
|
"dependencies": {
|
|
"@codesandbox/sandpack-react": "^2.1.10",
|
|
"@docsearch/css": "^3.3.3",
|
|
"@docsearch/react": "3",
|
|
"@giscus/react": "^2.2.8",
|
|
"@mapbox/rehype-prism": "^0.8.0",
|
|
"@tweenjs/tween.js": "^18.6.4",
|
|
"algoliasearch": "^4.15.0",
|
|
"dayjs": "^1.11.7",
|
|
"next": "13.2.4",
|
|
"next-mdx-remote": "^4.4.1",
|
|
"next-themes": "^0.2.1",
|
|
"octokit": "^2.0.14",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.8.0",
|
|
"rehype-react": "^7.1.2",
|
|
"rehype-slug": "^5.1.0",
|
|
"remark-frontmatter": "^4.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-parse": "^10.0.1",
|
|
"remark-rehype": "^10.1.0",
|
|
"rua-three": "^1.1.1",
|
|
"sharp": "^0.31.3",
|
|
"stats.js": "^0.17.0",
|
|
"three": "^0.150.1",
|
|
"unified": "^10.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/node": "18.15.5",
|
|
"@types/react": "18.0.28",
|
|
"@types/stats.js": "^0.17.0",
|
|
"@types/three": "^0.149.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"clsx": "^1.2.1",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"gray-matter": "^4.0.3",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.6",
|
|
"tailwindcss": "^3.2.7",
|
|
"typescript": "5.0.2"
|
|
}
|
|
}
|