ConvoyPanel/package.json
2022-07-21 15:00:58 -05:00

44 lines
1.3 KiB
JSON

{
"private": true,
"scripts": {
"dev": "vite",
"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": "^4.2.12",
"@mantine/form": "^4.2.12",
"@mantine/hooks": "^4.2.12",
"@mantine/modals": "^4.2.12",
"@mantine/next": "^4.2.12",
"@mantine/notifications": "^4.2.12",
"@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-vite-plugin": "^0.3.0",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.5",
"tailwindcss": "^3.1.0",
"twin.macro": "^3.0.0-rc.3",
"vite": "^2.9.11",
"vite-plugin-babel-macros": "^1.0.6"
},
"dependencies": {
"@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"
}
}