56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "blog-server",
|
|
"version": "0.1.0",
|
|
"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": "^5.16.1",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"clsx": "^2.1.1",
|
|
"feed": "^4.2.2",
|
|
"monaco-editor": "^0.50.0",
|
|
"next": "14.2.4",
|
|
"nextjs-toploader": "^1.6.12",
|
|
"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.1.0",
|
|
"sharp": "^0.33.4",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vfile": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.4",
|
|
"monaco-editor-webpack-plugin": "^7.1.0",
|
|
"postcss": "^8",
|
|
"prisma": "^5.16.1",
|
|
"tailwindcss": "^3.4.4",
|
|
"tsx": "^4.15.7",
|
|
"typescript": "^5"
|
|
}
|
|
}
|