56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "registerhub",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"build-css": "npx @tailwindcss/cli -i ./public/css/index.css -o ./public/css/output.css"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@lottiefiles/react-lottie-player": "^3.6.0",
|
|
"@react-pdf/renderer": "^4.3.0",
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"autoprefixer": "^10.4.21",
|
|
"axios": "^1.12.2",
|
|
"country-flag-icons": "^1.5.21",
|
|
"country-select-js": "^2.1.0",
|
|
"i18next": "^25.5.2",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"intl-tel-input": "^25.10.11",
|
|
"pdfjs-dist": "^5.4.149",
|
|
"postcss": "^8.5.6",
|
|
"postcss-preset-env": "^10.4.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-hook-form": "^7.63.0",
|
|
"react-hot-toast": "^2.6.0",
|
|
"react-i18next": "^15.7.3",
|
|
"react-pdf": "^10.1.0",
|
|
"react-phone-number-input": "^3.4.12",
|
|
"react-router-dom": "^7.9.1",
|
|
"react-toastify": "^11.0.5",
|
|
"winston": "^3.17.0",
|
|
"yup": "^1.7.1",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.36.0",
|
|
"@tailwindcss/cli": "^4.1.13",
|
|
"@types/react": "^19.1.13",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@vitejs/plugin-react": "^5.0.3",
|
|
"eslint": "^9.36.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.21",
|
|
"globals": "^16.4.0",
|
|
"tailwindcss": "^4.1.13",
|
|
"vite": "^7.1.7"
|
|
}
|
|
}
|