34 lines
745 B
JSON
34 lines
745 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": {
|
|
"axios": "^0.24.0",
|
|
"cookie": "^0.4.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"moment": "^2.29.1",
|
|
"next": "11.1.2",
|
|
"next-fonts": "^1.5.1",
|
|
"next-images": "^1.8.1",
|
|
"next-redux-wrapper": "^7.0.5",
|
|
"next-with-less": "^1.0.1",
|
|
"numeral": "^2.0.6",
|
|
"react": "17.0.2",
|
|
"react-cookie": "^4.1.1",
|
|
"react-dom": "17.0.2",
|
|
"react-redux": "^7.2.6",
|
|
"redux": "^4.1.2",
|
|
"redux-persist": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.0.0",
|
|
"eslint-config-next": "11.1.2"
|
|
}
|
|
}
|