mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
66 lines
1.9 KiB
JSON
66 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",
|
|
"build:export": "cross-env NEXT_BUILD=export next build && cross-env NEXT_BUILD=export next export",
|
|
"build:search": "node scripts/build-search.mjs",
|
|
"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": "^1.20.6",
|
|
"@docsearch/react": "3",
|
|
"@giscus/react": "^2.2.6",
|
|
"@mapbox/rehype-prism": "^0.8.0",
|
|
"@tweenjs/tween.js": "^18.6.4",
|
|
"algoliasearch": "^4.14.3",
|
|
"dayjs": "^1.11.7",
|
|
"next": "13.1.6",
|
|
"next-mdx-remote": "^4.3.0",
|
|
"next-themes": "^0.2.1",
|
|
"octokit": "^2.0.14",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.7.1",
|
|
"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.149.0",
|
|
"unified": "^10.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@types/jest": "^29.4.0",
|
|
"@types/node": "18.11.18",
|
|
"@types/react": "18.0.27",
|
|
"@types/stats.js": "^0.17.0",
|
|
"@types/three": "^0.148.1",
|
|
"autoprefixer": "^10.4.13",
|
|
"clsx": "^1.2.1",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "8.33.0",
|
|
"eslint-config-next": "13.1.6",
|
|
"gray-matter": "^4.0.3",
|
|
"jest": "^29.4.1",
|
|
"jest-environment-jsdom": "^29.4.1",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.3",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "4.9.4"
|
|
}
|
|
}
|