53 lines
1.4 KiB
JSON
53 lines
1.4 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",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/rajdhani": "^4.5.10",
|
|
"@heroicons/react": "^2.0.12",
|
|
"@hookform/resolvers": "^2.8.10",
|
|
"@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",
|
|
"bootstrap": "^5.2.2",
|
|
"fabric": "5.2.4",
|
|
"fabricjs-react": "1.0.8",
|
|
"framer-motion": "^10.12.4",
|
|
"moment": "^2.29.3",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-hook-form": "^7.34.2",
|
|
"react-loading-skeleton": "^3.1.0",
|
|
"react-router": "^6.2.2",
|
|
"react-router-dom": "^6.2.2",
|
|
"tw-elements": "^1.0.0-alpha12",
|
|
"uppy": "^2.9.1",
|
|
"xlsx": "^0.18.5",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"tailwindcss": "^3.0.24",
|
|
"vite": "^2.9.9"
|
|
}
|
|
}
|