File size: 546 Bytes
53724f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "todo-list",
 "version": "1.0.0",
 "description": "A simple todo list app using nextjs.",
 "main": "index.js",
 "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start"
 },
 "keywords": [],
 "author": "",
 "license": "ISC",
 "dependencies": {
    "next": "^12.0.11",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "typescript": "^4.6.4"
 },
 "devDependencies": {
    "@types/node": "^17.0.22",
    "@types/react": "^18.1.2",
    "@types/react-dom": "^18.1.11",
    "tailwindcss": "^3.0.24"
 }
}