mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
25 lines
495 B
JSON
25 lines
495 B
JSON
|
{
|
||
|
"name": "nourybot-web",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"next": "12.2.5",
|
||
|
"react": "18.2.0",
|
||
|
"react-dom": "18.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "18.7.5",
|
||
|
"@types/react": "18.0.17",
|
||
|
"@types/react-dom": "18.0.6",
|
||
|
"eslint": "8.22.0",
|
||
|
"eslint-config-next": "12.2.5",
|
||
|
"typescript": "4.7.4"
|
||
|
}
|
||
|
}
|