blog-server/package.json

49 lines
1.1 KiB
JSON

{
"name": "blog-server",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next experimental-compile",
"start": "next start",
"lint": "next lint",
"patch-font": "node patch-font.js"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@prisma/client": "^5.7.1",
"clsx": "^2.0.0",
"next": "14.0.4",
"nextjs-toploader": "^1.6.4",
"react": "^18",
"react-dom": "^18",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-react": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"sharp": "^0.33.1",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prisma": "^5.7.1",
"tailwindcss": "^3.3.0",
"tsx": "^4.6.2",
"typescript": "^5"
}
}