-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.33 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
45
46
47
48
49
{
"name": "vue_app_v1",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mdi/font": "^6.2.95",
"@vue/composition-api": "^1.4.9",
"axios": "^0.22.0",
"core-js": "^3.6.5",
"laravel-echo": "^1.11.4",
"moment": "^2.29.1",
"pusher-js": "^7.0.6",
"roboto-fontface": "^0.10.0",
"sweetalert2": "^11.4.4",
"toaster": "^0.1.2",
"v-mask": "^2.3.0",
"vue": "^2.6.11",
"vue-echo-laravel": "^0.1.0",
"vue-filepond": "^6.0.0",
"vue-i18n": "^8.27.0",
"vue-phone-number-input": "^1.1.12",
"vue-router": "^3.5.2",
"vue-sweetalert2": "^5.0.2",
"vue-toasted": "^1.1.28",
"vuelidate": "^0.7.7",
"vuetify": "^2.5.9",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"sass": "^1.42.1",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.4.3",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.3"
}
}