-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.02 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.7",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.14",
"tailwindcss": "^3.4.1",
"vite": "^4.0.0",
"vue": "^3.4.0"
},
"dependencies": {
"@headlessui/vue": "^1.7.9",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.1.26",
"caniuse-lite": "^1.0.30001576",
"class-variance-authority": "^0.4.0",
"install": "^0.13.0",
"laravel-echo": "^1.16.0",
"moment": "^2.29.4",
"npm": "^10.2.5",
"or": "^0.2.0",
"pinia": "^2.0.30",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"sass": "^1.58.3",
"scss": "^0.2.4",
"tailwind-scrollbar": "^2.1.0",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"v-wave": "^1.5.0",
"vue-multiselect": "^3.0.0-beta.1",
"xlsx": "^0.18.5"
}
}