51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "dmenu-admin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.7",
|
|
"@tanstack/react-query": "^5.85.5",
|
|
"axios": "^1.11.0",
|
|
"formik": "^2.4.6",
|
|
"i18next": "^25.4.2",
|
|
"iconsax-react": "^0.0.8",
|
|
"rc-rate": "^2.13.1",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-i18next": "^15.7.2",
|
|
"react-multi-date-picker": "^4.5.2",
|
|
"react-otp-input": "^3.1.1",
|
|
"react-router-dom": "^7.8.2",
|
|
"react-spinners": "^0.17.0",
|
|
"react-toastify": "^11.0.5",
|
|
"swiper": "^11.2.10",
|
|
"tailwind-merge": "^3.3.1",
|
|
"yup": "^1.7.0",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.33.0",
|
|
"@types/react": "^19.1.10",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.33.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.12",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.39.1",
|
|
"vite": "^7.1.2"
|
|
}
|
|
}
|