100 lines
3.1 KiB
JSON
100 lines
3.1 KiB
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"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",
|
|
"@fontsource/geist-sans": "^5.0.2",
|
|
"@headlessui/react": "^1.7.19",
|
|
"@heroicons/react": "^2.0.0",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@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",
|
|
"@radix-ui/react-alert-dialog": "^1.1.1",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.1.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-popover": "^1.1.4",
|
|
"@radix-ui/react-progress": "^1.1.0",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.2.1",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@simplewebauthn/browser": "^11.0.0",
|
|
"@simplewebauthn/types": "^11.0.0",
|
|
"@tabler/icons-react": "^3.12.0",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tanstack/react-router": "^1.91.3",
|
|
"@tanstack/react-table": "^8.20.6",
|
|
"@tanstack/router-vite-plugin": "^1.24.1",
|
|
"autoprefixer": "^10.4.2",
|
|
"axios": "^1.6.7",
|
|
"byte-size": "^8.1.1",
|
|
"chart.js": "^3.8.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"cmdk": "^1.0.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",
|
|
"input-otp": "^1.4.1",
|
|
"laravel-vite-plugin": "^1.0.2",
|
|
"lucide-react": "^0.427.0",
|
|
"postcss": "^8.4.35",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^4.2.0",
|
|
"react-d3-tree": "^3.6.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-hook-form": "^7.51.0",
|
|
"react-i18next": "^13.2.1",
|
|
"react-router-dom": "^6.4.2",
|
|
"react-transition-group": "^4.4.5",
|
|
"react-use": "^17.5.1",
|
|
"recharts": "^2.12.7",
|
|
"swr": "^2.2.0",
|
|
"tailwind-merge": "^2.2.1",
|
|
"tailwindcss": "^3.1.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"ts-essentials": "^9.1.2",
|
|
"twin.macro": "^3.1.0",
|
|
"vaul": "^0.9.1",
|
|
"vite": "^5.1.6",
|
|
"yup": "^0.32.11",
|
|
"zod": "^3.22.4",
|
|
"zod-i18n-map": "^2.9.0",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
|
|
"@types/byte-size": "^8.1.2",
|
|
"@types/debounce": "^1.2.1",
|
|
"@types/react": "^18.2.64",
|
|
"@types/react-dom": "^18.2.21",
|
|
"@types/react-transition-group": "^4.4.5",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.12",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"typescript": "^5.4.2"
|
|
}
|
|
}
|