mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +00:00
25 lines
488 B
JSON
25 lines
488 B
JSON
|
{
|
||
|
"name": "festa",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"next": "12.1.6",
|
||
|
"react": "18.1.0",
|
||
|
"react-dom": "18.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "17.0.35",
|
||
|
"@types/react": "18.0.9",
|
||
|
"@types/react-dom": "18.0.4",
|
||
|
"eslint": "8.15.0",
|
||
|
"eslint-config-next": "12.1.6",
|
||
|
"typescript": "4.6.4"
|
||
|
}
|
||
|
}
|