48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@headlessui/react": "^1.4.2",
|
|
"@inertiajs/inertia": "^0.11.0",
|
|
"@inertiajs/inertia-react": "^0.8.0",
|
|
"@inertiajs/progress": "^0.2.6",
|
|
"@mantine/core": "^5.3.3",
|
|
"@mantine/form": "^5.3.3",
|
|
"@mantine/hooks": "^5.3.3",
|
|
"@mantine/modals": "^5.3.3",
|
|
"@mantine/next": "^5.3.3",
|
|
"@mantine/notifications": "^5.3.3",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/styled-components": "^5.1.25",
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"autoprefixer": "^10.4.2",
|
|
"axios": "^0.25",
|
|
"laravel-echo": "^1.14.0",
|
|
"laravel-vite-plugin": "^0.3.0",
|
|
"lodash": "^4.17.19",
|
|
"postcss": "^8.4.6",
|
|
"pusher-js": "^7.4.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"rollup-plugin-visualizer": "^5.8.2",
|
|
"styled-components": "^5.3.5",
|
|
"tailwindcss": "^3.1.0",
|
|
"twin.macro": "^3.0.0-rc.5",
|
|
"vite": "^2.9.11",
|
|
"vite-plugin-babel-macros": "^1.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/styled": "^11.10.4",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@tanstack/react-query": "^4.0.5",
|
|
"chart.js": "^3.8.0",
|
|
"deepmerge-ts": "^4.2.1",
|
|
"easy-peasy": "^5.0.4",
|
|
"react-chartjs-2": "^4.2.0",
|
|
"ts-essentials": "^9.1.2"
|
|
}
|
|
}
|