lessAPPNAMEgreater / package.json
randt's picture
Add 17 files
1ddbce4 verified
raw
history blame
574 Bytes
{
"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"
}
}