-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
50
51
52
53
54
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"svg": "vsvg -s ./src/assets/icons -t ./src/core/icons --es6",
"deploy": "aws s3 sync ./dist s3://gigwire-web"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"@vue/cli": "^4.5.7",
"@websanova/vue-auth": "^3.2.1-beta",
"axios": "^0.19.2",
"axios-auth-refresh": "^2.2.7",
"bootstrap-vue": "^2.15.0",
"core-js": "^3.6.5",
"google-maps-api-loader": "^1.1.1",
"hooper": "^0.3.4",
"v-calendar": "^1.0.8",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
"vue-axios": "^2.1.5",
"vue-browser-geolocation": "^1.8.0",
"vue-cropperjs": "^4.1.0",
"vue-pdf": "^4.1.0",
"vue-router": "^3.3.4",
"vue-svgicon": "^3.2.8",
"vue2-google-maps": "^0.10.7",
"vue2-smooth-scroll": "^1.4.2",
"vuelidate": "^0.7.5",
"vuelidate-error-extractor": "^2.4.1",
"vuex": "^3.4.0",
"vuex-persistedstate": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.6",
"@vue/cli-plugin-eslint": "~4.4.6",
"@vue/cli-plugin-router": "~4.4.6",
"@vue/cli-plugin-vuex": "~4.4.6",
"@vue/cli-service": "~4.4.6",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.0.5",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}