-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.69 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
56
57
58
{
"name": "nats-topology-visualiser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"This goes well\" && exit 0",
"serve": "vue-cli-service serve",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"backend": "dotnet build && dotnet run --project backend/backend.csproj",
"build": "vue-cli-service build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimCorp/nats-topology-visualiser.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SimCorp/nats-topology-visualiser/issues"
},
"homepage": "https://github.com/SimCorp/nats-topology-visualiser#readme",
"dependencies": {
"@okta/okta-vue": "^3.1.0",
"@panzoom/panzoom": "^4.3.2",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.6.5",
"d3": "^6.6.0",
"is-svg": ">=4.2.2",
"mdbvue": "^6.7.2",
"node-notifier": ">=8.0.1",
"vue": "^2.6.12",
"vue-class-component": "^7.2.3",
"vue-json-component": "^0.4.1",
"vue-panzoom": "^1.1.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vue-tree-list": "^1.5.0",
"vue-zoomer": "^0.3.9",
"yargs-parser": ">=13.1.2"
},
"devDependencies": {
"@types/d3": "^6.3.0",
"@types/jest": "^24.0.19",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/test-utils": "^1.0.3",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.46.0"
}
}