30 lines
614 B
JSON
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"
|
|
}
|
|
}
|