forked from ConvoyPanel/panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"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"
}
}