iboard/package.json
2026-04-05 07:01:15 +08:00

21 lines
400 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": {
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^3.8.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}