Files
DefectingCat.github.io/package.json
Defectink d1eb62cb04 Update prisma
* remove useless dependency
* update lock file
2022-03-06 21:53:47 +08:00

64 lines
1.7 KiB
JSON

{
"name": "blog-next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node scripts/build-post.mjs && next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:coverage": "CI=true yarn test --env=jsdom --coverage"
},
"dependencies": {
"@giscus/react": "^1.0.1",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.0.9",
"@prisma/client": "^3.10.0",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.4.0",
"next": "^12.1.0",
"react": "^18.0.0-rc.0",
"react-dom": "^18.0.0-rc.0",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-medium-image-zoom": "^4.3.5",
"react-stickynode": "^4.0.0",
"react-useanimations": "^2.0.8",
"rehype-highlight": "^5.0.2",
"rehype-raw": "^6.1.1",
"rehype-react": "^7.0.4",
"rehype-slug": "^5.0.1",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-toc": "^8.0.1",
"sharp": "^0.29.3",
"strip-markdown": "^5.0.0",
"unified": "^10.1.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.4.0",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "17.0.12",
"@types/react": "17.0.38",
"@types/react-stickynode": "^4.0.0",
"autoprefixer": "^10.4.2",
"dotenv": "^14.3.2",
"eslint": "8.7.0",
"eslint-config-next": "12.0.9",
"jest": "^27.4.7",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prisma": "^3.10.0",
"tailwindcss": "^3.0.17",
"typescript": "4.5.5"
}
}