-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"name": "ubsub-visualizer",
"version": "0.1.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"dev": "vue-cli-service build --watch",
"lint": "vue-cli-service lint",
"proxy-serve": "ubsub-oidc-proxy --backend.proxy.target http://localhost:8080",
"start": "ubsub-oidc-proxy --backend.static=dist/",
"clean": "rm -rf dist/"
},
"dependencies": {
"axios": "^0.19.0",
"bulma": "^0.8.0",
"core-js": "^2.6.5",
"flatpickr": "^4.6.3",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"plotly.js-dist": "^1.51.0",
"ubsub-oidc-proxy": "^0.1.8",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"js-cookie": "^2.2.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"vue-template-compiler": "^2.6.10"
}
}