forked from goodrobots/maverick-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.65 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.65 KB
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
55
56
57
58
59
{
"name": "maverick-web",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"apollo-cache-inmemory": "^1.4.3",
"apollo-client": "^2.4.13",
"apollo-link": "^1.2.8",
"apollo-link-context": "^1.0.14",
"apollo-link-error": "^1.1.7",
"apollo-link-http": "^1.5.11",
"apollo-link-ws": "^1.0.14",
"apollo-upload-client": "^10.0.0",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.11",
"pixi.js": "^4.8.6",
"register-service-worker": "^1.6.1",
"subscriptions-transport-ws": "^0.9.15",
"vue": "^2.6.6",
"vue-apollo": "^3.0.0-beta.28",
"vue-cesium": "^0.0.14",
"vue-fullscreen": "^2.1.4",
"vue-lodash": "^2.0.0",
"vue-router": "^3.0.2",
"vue-timers": "^1.10.0",
"vue-visibility-change": "^1.2.0",
"vuelayers": "^0.11.1",
"vuetify": "^1.5.1",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-plugin-pwa": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/cli-shared-utils": "^3.4.0",
"cesium": "^1.54.0",
"css-loader": "^2.1.0",
"node-sass": "^4.11.0",
"postcss-import": "^12.0.1",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-apollo": "^0.19.1",
"vue-template-compiler": "^2.6.6",
"webpack": "^4.29.4",
"yarn-upgrade-all": "^0.5.0"
}
}