mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-05-10 09:05:43 +08:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@headlessui/react": "^1.4.2",
|
|
"@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/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-transition-group": "^4.4.5",
|
|
"@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.7.0",
|
|
"lodash": "^4.17.19",
|
|
"postcss": "^8.4.6",
|
|
"pusher-js": "^7.4.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rollup-plugin-visualizer": "^5.8.2",
|
|
"styled-components": "^5.3.5",
|
|
"tailwindcss": "^3.1.0",
|
|
"twin.macro": "^3.0.0-rc.5",
|
|
"vite": "^3.1.0",
|
|
"vite-plugin-babel-macros": "^1.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/styled": "^11.10.5",
|
|
"@heroicons/react": "^2.0.0",
|
|
"@mantine/nprogress": "^5.3.3",
|
|
"@tanstack/react-query": "^4.0.5",
|
|
"chart.js": "^3.8.0",
|
|
"deepmerge-ts": "^4.2.1",
|
|
"easy-peasy": "^5.1.0",
|
|
"formik": "^2.2.9",
|
|
"react-chartjs-2": "^4.2.0",
|
|
"react-router": "^6.4.2",
|
|
"react-router-dom": "^6.4.2",
|
|
"react-transition-group": "^4.4.5",
|
|
"swr": "^1.3.0",
|
|
"ts-essentials": "^9.1.2",
|
|
"yup": "^0.32.11"
|
|
}
|
|
}
|