iboard/package.json
2026-04-03 22:00:00 +08:00

20 lines
374 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"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}