File size: 574 Bytes
1ddbce4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
 "name": "<APPNAME>",
 "version": "1.0.0",
 "description": "A simple todo list app using Next.js and Tailwind CSS",
 "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start"
 },
 "dependencies": {
    "@tailwindcss/typography": "2.2.1",
    "@types/node": "17.0.22",
    "@types/react": "18.2.15",
    "@types/react-dom": "18.9.11",
    "next": "12.0.1",
    "react": "18.0.1",
    "react-dom": "18.0.1",
    "tailwindcss": "3.0.23",
    "typescript": "5.1.6"
 },
 "devDependencies": {
    "husky": "7.0.4",
    "lint-staged": "12.1.5"
 }
}