42 lines
914 B
JSON
42 lines
914 B
JSON
{
|
|
"name": "e-verif",
|
|
"version": "2.6.14",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start -p 3001",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.8.4",
|
|
"apexcharts": "^3.35.3",
|
|
"axios": "^0.27.2",
|
|
"formik": "^2.2.9",
|
|
"jwt-decode": "^3.1.2",
|
|
"moment": "^2.29.4",
|
|
"next": "12.2.2",
|
|
"nookies": "^2.5.2",
|
|
"primeicons": "^5.0.0",
|
|
"primereact": "^8.2.0",
|
|
"react": "18.2.0",
|
|
"react-apexcharts": "^1.4.0",
|
|
"react-dom": "18.2.0",
|
|
"react-google-recaptcha": "^2.1.0",
|
|
"react-icons": "^4.11.0",
|
|
"react-redux": "^8.0.2",
|
|
"react-tsparticles": "^2.1.3",
|
|
"redux": "^4.2.0",
|
|
"sweetalert2": "^11.4.33",
|
|
"tsparticles": "^2.1.3",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "8.19.0",
|
|
"eslint-config-next": "12.2.2",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.1.6"
|
|
}
|
|
}
|