mirror of
https://github.com/evgen-app/chess-reclash-lending.git
synced 2024-11-21 16:16:33 +03:00
25 lines
504 B
JSON
25 lines
504 B
JSON
{
|
|
"name": "chess-reclash-lending",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.2.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.6.3",
|
|
"@types/react": "18.0.15",
|
|
"@types/react-dom": "18.0.6",
|
|
"eslint": "8.21.0",
|
|
"eslint-config-next": "12.2.3",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|