64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "evoleasing-account",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@mpth/react-no-ssr": "^1.0.1",
|
|
"@nano-sql/core": "^2.3.7",
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"archiver": "^5.3.1",
|
|
"async": "^3.2.2",
|
|
"axios": "^0.24.0",
|
|
"cookie": "^0.4.1",
|
|
"cors": "^2.8.5",
|
|
"dadata": "^0.0.3",
|
|
"debounce-promise": "^3.1.2",
|
|
"file-type": "^18.2.1",
|
|
"form-data": "^4.0.0",
|
|
"ioredis": "^4.28.2",
|
|
"js-file-download": "^0.4.12",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash": "^4.17.21",
|
|
"md5": "^2.3.0",
|
|
"moment": "^2.29.1",
|
|
"multer": "^1.4.5-lts.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",
|
|
"nextjs-cors": "^2.1.0",
|
|
"node-fetch": "^3.3.1",
|
|
"numeral": "^2.0.6",
|
|
"pdf-lib": "^1.17.1",
|
|
"pluralize-ru": "^1.0.1",
|
|
"qs": "^6.10.1",
|
|
"react": "17.0.2",
|
|
"react-cookie": "^4.1.1",
|
|
"react-currency-input": "^1.3.6",
|
|
"react-currency-input-field": "^3.6.10",
|
|
"react-dom": "17.0.2",
|
|
"react-dropzone": "^14.2.2",
|
|
"react-google-recaptcha-v3": "^1.10.0",
|
|
"react-input-mask": "^2.0.4",
|
|
"react-redux": "^7.2.6",
|
|
"react-select": "^5.7.2",
|
|
"react-slick": "^0.29.0",
|
|
"react-widgets": "^5.5.1",
|
|
"redux": "^4.1.2",
|
|
"redux-persist": "^6.0.0",
|
|
"ruscryptojs": "^2.6.1",
|
|
"spinners-react": "^1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.3.0",
|
|
"eslint-config-next": "11.1.2"
|
|
}
|
|
}
|