mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-22 07:54:22 +00:00
24 lines
484 B
JSON
24 lines
484 B
JSON
|
{
|
||
|
"name": "appuntiweb-omega",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@steffo/bluelib-react": "^4.2.0",
|
||
|
"next": "12.0.10",
|
||
|
"react": "17.0.2",
|
||
|
"react-dom": "17.0.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "17.0.14",
|
||
|
"@types/react": "17.0.38",
|
||
|
"eslint": "8.8.0",
|
||
|
"eslint-config-next": "12.0.10",
|
||
|
"typescript": "4.5.5"
|
||
|
}
|
||
|
}
|