blog-server/package.json
2025-01-08 22:36:48 +08:00

59 lines
1.4 KiB
JSON

{
"name": "blog-server",
"version": "1.0.0-alpha8",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --experimental-build-mode compile",
"start": "node server.js",
"lint": "next lint",
"patch-font": "node patch-font.js"
},
"overrides": {
"rimraf": "^5"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@prisma/client": "^6.2.0",
"@tailwindcss/container-queries": "^0.1.1",
"clsx": "^2.1.1",
"feed": "^4.2.2",
"monaco-editor": "^0.52.2",
"next": "15.1.4",
"next-intl": "^3.26.3",
"nextjs-toploader": "^3.7.15",
"react": "^19",
"react-dom": "^19",
"rehype-highlight": "^7.0.1",
"rehype-katex": "^7.0.1",
"rehype-parse": "^9.0.1",
"rehype-raw": "^7.0.0",
"rehype-react": "^8.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sharp": "^0.33.5",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8",
"prisma": "^6.2.0",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5"
}
}