sf-938 / `package.json`
UltraMarkoRJ's picture
Add 7 files
3ccd623
raw
history blame contribute delete
488 Bytes
{
"name": "my-todo-list-app",
"version": "1.0.0",
"description": "A simple todo list app built with Next.js and TypeScript.",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"typescript": "5.1.6"
}
}