forked from ksassnowski/utgars-chronicles.app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 941 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 941 Bytes
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
{
"private": true,
"scripts": {
"docker-dev": "vite --host",
"dev": "vite",
"production": "vite build"
},
"devDependencies": {
"@headlessui/vue": "^1.4.0",
"@heroicons/vue": "^1.0.3",
"@inertiajs/inertia": "^0.10.0",
"@inertiajs/inertia-vue3": "^0.5.2",
"@inertiajs/progress": "^0.2.6",
"@tailwindcss/forms": "^0.5.1",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/compiler-sfc": "3.2.25",
"autoprefixer": "^10.4.7",
"axios": "^0.21.1",
"blueimp-md5": "^2.18.0",
"dayjs": "^1.10.5",
"laravel-echo": "^1.6.1",
"laravel-vite-plugin": "^0.5.2",
"lodash": "^4.17.19",
"postcss": "^8.4.13",
"pusher-js": "^5.0.3",
"tailwindcss": "^3.0.24",
"vite": "^3.0.4",
"vue": "^3.2.25",
"vue3-datepicker": "^0.2.5",
"vuedraggable": "^4.0.3"
}
}