-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.32 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": {
"@popperjs/core": "^2.10.2",
"@vitejs/plugin-vue": "^3.0.1",
"axios": "^0.27",
"bootstrap": "^5.2.1",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.32.11",
"vite": "^3.0.0",
"vue": "^3.2.37"
},
"dependencies": {
"@adminkit/core": "^3.3.0",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/compiler-sfc": "^3.2.39",
"@vuepic/vue-datepicker": "^3.4.8",
"epic-spinners": "^1.1.0",
"jquery": "^3.6.1",
"mdb-vue-ui-kit": "^3.0.0",
"metismenu": "^3.0.7",
"sweetalert2": "^11.4.37",
"v-offline": "^2.3.0",
"vue": "^3.2.36",
"vue-confirm-dialog": "^1.1.0",
"vue-internet-checker": "^2.0.1",
"vue-loading-button": "^0.2.0",
"vue-loading-overlay": "^5.0.3",
"vue-online-offline": "^1.1.0",
"vue-search-select": "^2.9.5",
"vue-select": "^4.0.0-beta.5",
"vue-step-wizard": "^0.1.17",
"vue3-perfect-scrollbar": "^1.6.0"
}
}