-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 964 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-vue": "^4.0.0",
"axios": "^1.1.2",
"bootstrap": "^5.2.3",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.56.1",
"vite": "^4.0.0",
"vue": "^3.2.36"
},
"dependencies": {
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"mitt": "^3.0.0",
"vue-axios": "^3.5.2",
"vue-cookie-comply": "^0.0.3",
"vue-html-secure": "^1.0.10",
"vue-i18n": "9",
"vue-loader": "^17.0.1",
"vue-router": "4",
"vue-sweetalert2": "^5.0.5",
"vue3-easy-data-table": "^1.5.31",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.1.0",
"vuex-shared-mutations": "^1.0.2"
}
}