File size: 608 Bytes
1512e66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
 "name": "<APPNAME>",
 "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"
 }
}