-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.44 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
55
{
"name": "@cloudnativegbb/service-tracker-ui",
"version": "1.0.0",
"publishConfig": {
"registry":"https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/CloudNativeGBB/arcdemo-service-tracker-ui.git"
},
"scripts": {
"local": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"container": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"async": "^2.6.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"bootstrap": "^4.3.1",
"chartist": "^0.11.0",
"es6-promise": "^4.2.4",
"jquery": "^3.5.0",
"mapbox-gl": "^0.53.0",
"moment": "^2.22.2",
"popper.js": "^1.14.3",
"request-promise": "^4.2.2",
"vue": "^2.6.6",
"vue-application-insights": "^1.0.3",
"vue-clickaway": "^2.1.0",
"vue-notifyjs": "^0.4.3",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-prettier": "^3.0.0-beta.9",
"node-sass": "^4.13.1",
"sass-loader": "^6.0.7",
"url-parse": "^1.4.3"
},
"description": "Web UI Service Status Dashboard",
"author": "Joey Schluchter <[email protected]>",
"engines": {
"node": ">= 8.1.4",
"npm": ">= 5.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}