forked from Netflix/vizceral-react
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1005 Bytes
/
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
{
"name": "traffic-flow",
"description": "WebGL visualization for displaying micro service animated traffic graphs",
"author": "Yggdrasill-7C9",
"version": "0.1.2",
"repository": "https://github.com/Yggdrasill-7C9/TrafficFlow",
"main": "dist/traffic-flow.umd.min.js",
"readme": "README.md",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name traffic-flow src/index.js",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^2.6.5",
"lodash": "^4.17.15",
"vizceral": "^4.9.0",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
}
}