26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"name": "infohliadka",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.2.15",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.14.15",
|
|
"@types/react": "18.3.11",
|
|
"@types/react-dom": "18.3.1",
|
|
"@types/sqlite3": "^3.1.11",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-next": "14.2.15",
|
|
"typescript": "5.6.3"
|
|
}
|
|
} |