iboard/package.json
cheney 4c7f600a6b
Some checks failed
Docker Build and Push / build-image (push) Failing after 6m27s
增加数据库
2026-04-09 22:07:23 +08:00

30 lines
614 B
JSON

{
"name": "iboard",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@prisma/client": "^7.7.0",
"gray-matter": "^4.0.3",
"marked": "^17.0.6",
"next": "^14.2.3",
"prisma": "^7.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^3.8.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"axios": "^1.15.0",
"cheerio": "^1.2.0",
"csv-parser": "^3.2.0"
}
}