-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 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
{
"name": "kgvisualbrowser",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"devDependencies": {
"@mdi/js": "^5.9.55",
"@types/clone": "^2.1.0",
"@types/cytoscape": "^3.14.12",
"@types/file-saver": "^2.0.1",
"@types/node": "^14.14.33",
"@types/popper.js": "^1.11.0",
"@types/webpack": "^4.41.26",
"@vue/cli-plugin-typescript": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"sass": "^1.32.8",
"sass-loader": "^8.0.2",
"typescript": "^3.9.9",
"vue-cli-plugin-i18n": "^2.0.1",
"vue-cli-plugin-vuetify": "^2.2.2",
"vue-cli-plugin-yaml": "^1.0.2",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.2"
},
"dependencies": {
"clone": "^2.1.2",
"cytoscape": "^3.18.1",
"cytoscape-cola": "https://github.com/sstenchlak/cytoscape.js-cola/tarball/master",
"cytoscape-dagre": "^2.3.2",
"cytoscape-popper": "^1.0.7",
"file-saver": "^2.0.5",
"jsonpack": "^1.1.5",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.24.1",
"vue-property-decorator": "^9.1.2",
"vuetify": "^2.4.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}