-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/server-renderer": "^3.2.31",
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"flowbite": "^1.6.4",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0",
"vue": "^3.2.41"
},
"dependencies": {
"@headlessui/vue": "^1.7.12",
"@uppy/core": "^3.1.2",
"@uppy/dashboard": "^3.3.1",
"@uppy/drag-drop": "^3.0.1",
"@uppy/drop-target": "^2.0.1",
"@uppy/form": "^3.0.1",
"@uppy/progress-bar": "^3.0.1",
"@uppy/vue": "^1.0.1",
"@uppy/xhr-upload": "^3.1.0",
"ag-grid-community": "^29.2.0",
"ag-grid-vue3": "^29.2.0",
"choices.js": "^10.2.0",
"class-variance-authority": "^0.4.0",
"dayjs": "^1.11.7",
"js-cookie": "^3.0.5"
}
}