26 lines
553 B
JSON
26 lines
553 B
JSON
{
|
|
"name": "infohliadka",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "13.2.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sqlite3": "^5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.15.5",
|
|
"@types/react": "18.2.48",
|
|
"@types/react-dom": "18.2.18",
|
|
"@types/sqlite3": "^3.1.11",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"typescript": "4.9.4"
|
|
}
|
|
} |