24 lines
495 B
JSON
24 lines
495 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": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.15.5",
|
|
"@types/react": "17.0.53",
|
|
"@types/react-dom": "17.0.19",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"typescript": "4.9.4"
|
|
}
|
|
} |