63 lines
2 KiB
JSON
63 lines
2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite --host 0.0.0.0",
|
|
"tc": "tsc --noEmit --project ./"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.0.5",
|
|
"@dnd-kit/modifiers": "^6.0.0",
|
|
"@dnd-kit/sortable": "^7.0.1",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@headlessui/react": "^1.7.5",
|
|
"@heroicons/react": "^2.0.0",
|
|
"@hookform/resolvers": "^3.0.1",
|
|
"@mantine/core": "^5.9.4",
|
|
"@mantine/hooks": "^5.9.4",
|
|
"@mantine/next": "^5.9.4",
|
|
"@mantine/notifications": "^5.9.4",
|
|
"@mantine/nprogress": "^5.9.4",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tanstack/react-table": "^8.7.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"axios": "^0.25.0",
|
|
"chart.js": "^3.8.0",
|
|
"date-fns": "^2.29.3",
|
|
"deepmerge-ts": "^4.2.1",
|
|
"easy-peasy": "^5.1.0",
|
|
"formik": "^2.2.9",
|
|
"i18next": "^23.4.6",
|
|
"i18next-http-backend": "^2.2.0",
|
|
"i18next-multiload-backend-adapter": "^2.2.0",
|
|
"laravel-vite-plugin": "^0.7.2",
|
|
"postcss": "^8.4.6",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^4.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-i18next": "^13.2.1",
|
|
"react-router-dom": "^6.4.2",
|
|
"react-transition-group": "^4.4.5",
|
|
"swr": "^2.2.0",
|
|
"tailwindcss": "^3.1.0",
|
|
"ts-essentials": "^9.1.2",
|
|
"twin.macro": "^3.1.0",
|
|
"vite": "^4.0.1",
|
|
"vite-plugin-babel-macros": "^1.0.6",
|
|
"yup": "^0.32.11",
|
|
"zod": "^3.21.4",
|
|
"zod-i18n-map": "^2.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
|
|
"@types/debounce": "^1.2.1",
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-transition-group": "^4.4.5",
|
|
"@vitejs/plugin-react-swc": "^3.0.1",
|
|
"prettier": "^3.0.0",
|
|
"rollup-plugin-visualizer": "^5.8.2"
|
|
}
|
|
}
|