25 lines
490 B
JSON
25 lines
490 B
JSON
|
|
{
|
||
|
|
"name": "nextjs-todo",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start",
|
||
|
|
"lint": "next lint"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"next": "^16.2.7",
|
||
|
|
"react": "^18.2.0",
|
||
|
|
"react-dom": "^18.2.0",
|
||
|
|
"sqlite": "^5.1.1",
|
||
|
|
"sqlite3": "^5.1.7"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.11.0",
|
||
|
|
"@types/react": "^18.2.0",
|
||
|
|
"@types/react-dom": "^18.2.0",
|
||
|
|
"typescript": "^5.3.0"
|
||
|
|
}
|
||
|
|
}
|