24 lines
468 B
JSON
24 lines
468 B
JSON
{
|
|
"name": "evoleasing-account",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "11.1.2",
|
|
"next-fonts": "^1.5.1",
|
|
"next-images": "^1.8.1",
|
|
"next-with-less": "^1.0.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.0.0",
|
|
"eslint-config-next": "11.1.2"
|
|
}
|
|
}
|