86 lines
2.5 KiB
JSON
86 lines
2.5 KiB
JSON
|
|
{
|
||
|
|
"name": "adminportal",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"tw": "npx tailwindcss -i ./src/index.css -o ./src/output.css --watch",
|
||
|
|
"build": "vite build; cp metadata.json dist;",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@headlessui/react": "^1.7.13",
|
||
|
|
"@headlessui/tailwindcss": "^0.1.2",
|
||
|
|
"@heroicons/react": "^2.0.17",
|
||
|
|
"@hookform/resolvers": "^2.8.10",
|
||
|
|
"@mantine/core": "^7.3.1",
|
||
|
|
"@mantine/form": "^7.3.2",
|
||
|
|
"@mantine/hooks": "^7.3.1",
|
||
|
|
"@mantine/notifications": "^7.3.2",
|
||
|
|
"@reactour/tour": "^3.6.1",
|
||
|
|
"@stripe/react-stripe-js": "^1.9.0",
|
||
|
|
"@stripe/stripe-js": "^1.32.0",
|
||
|
|
"@uppy/aws-s3": "^2.1.0",
|
||
|
|
"@uppy/core": "^2.2.0",
|
||
|
|
"@uppy/dashboard": "^2.1.4",
|
||
|
|
"@uppy/drag-drop": "^2.1.0",
|
||
|
|
"@uppy/dropbox": "^2.0.5",
|
||
|
|
"@uppy/google-drive": "^2.0.5",
|
||
|
|
"@uppy/onedrive": "^2.0.6",
|
||
|
|
"@uppy/react": "^2.2.0",
|
||
|
|
"@uppy/tus": "^2.3.0",
|
||
|
|
"@uppy/xhr-upload": "^2.1.0",
|
||
|
|
"axios": "^1.1.3",
|
||
|
|
"body-scroll-lock": "^4.0.0-beta.0",
|
||
|
|
"cors": "^2.8.5",
|
||
|
|
"device-uuid": "^1.0.4",
|
||
|
|
"dompurify": "^3.0.3",
|
||
|
|
"ejs": "^3.1.8",
|
||
|
|
"emoji-picker-react": "^4.4.7",
|
||
|
|
"express": "^4.18.2",
|
||
|
|
"intro.js": "^7.2.0",
|
||
|
|
"intro.js-react": "^1.0.0",
|
||
|
|
"linkifyjs": "^4.0.2",
|
||
|
|
"moment": "^2.29.3",
|
||
|
|
"react": "^18.0.0",
|
||
|
|
"react-calendar": "^4.0.0",
|
||
|
|
"react-dom": "^18.0.0",
|
||
|
|
"react-drag-drop-files": "^2.3.8",
|
||
|
|
"react-google-autocomplete": "^2.7.1",
|
||
|
|
"react-google-recaptcha": "^2.1.0",
|
||
|
|
"react-hook-form": "^7.34.2",
|
||
|
|
"react-html-table-to-excel": "^2.0.0",
|
||
|
|
"react-infinite-scroll-component": "^6.1.0",
|
||
|
|
"react-joyride": "^2.5.5",
|
||
|
|
"react-json-to-csv": "^1.2.0",
|
||
|
|
"react-loading-skeleton": "^3.1.0",
|
||
|
|
"react-router": "^6.2.2",
|
||
|
|
"react-router-dom": "^6.2.2",
|
||
|
|
"react-shepherd": "^4.2.0",
|
||
|
|
"react-tooltip": "^5.4.0",
|
||
|
|
"reactour": "^1.19.0",
|
||
|
|
"sanitize-html": "^2.10.0",
|
||
|
|
"suneditor": "^2.44.3",
|
||
|
|
"suneditor-react": "^3.4.1",
|
||
|
|
"swiper": "^8.4.4",
|
||
|
|
"uppy": "^2.9.1",
|
||
|
|
"uuid": "^9.0.0",
|
||
|
|
"vite-plugin-html": "^3.2.0",
|
||
|
|
"yup": "^0.32.11"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@tailwindcss/custom-forms": "^0.2.1",
|
||
|
|
"@types/node": "^18.11.17",
|
||
|
|
"@types/react": "^18.0.0",
|
||
|
|
"@types/react-dom": "^18.0.0",
|
||
|
|
"@vitejs/plugin-react": "^1.3.0",
|
||
|
|
"autoprefixer": "^10.4.7",
|
||
|
|
"postcss": "^8.4.14",
|
||
|
|
"prettier": "^2.8.4",
|
||
|
|
"prettier-plugin-tailwindcss": "^0.2.5",
|
||
|
|
"tailwindcss": "^3.2.7",
|
||
|
|
"vite": "^2.9.9",
|
||
|
|
"vite-plugin-svgr": "^2.2.2"
|
||
|
|
}
|
||
|
|
}
|