{ "name": "", "version": "1.0.0", "description": "A simple todo list app using nextjs with progressive web app that can be installed on Android", "main": "index.js", "scripts": { "start": "next dev", "build": "next build", "test": "jest", "eject": "next eject" }, "dependencies": { "@types/next": "12.3.5", "@types/node": "20.4.2", "@types/react": "18.2.15", "@types/react-dom": "18.2.7", "next": "12.3.5", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@types/jest": "28.2.2", "jest": "28.2.2", "tsc": "5.1.5" } }