{ "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": "" }