{ "name": "testappruna", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "next dev", "build": "next build", "start": "next start" }, "author": "", "license": "ISC", "dependencies": { "next": "^10.0.9", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@types/node": "^14.14.35", "@types/react": "^17.0.3", "typescript": "^4.2.3" } }