-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.73 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "mobius-viewer",
"version": "0.0.0",
"config": {
"dev_url": "https://design-automation.github.io/mobius-viewer/",
"prod_url": "https://design-automation.github.io/mobius-viewer/"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng build --prod --base-href=%npm_package_config_prod_url% && npx ngh"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.13",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.13",
"@angular/compiler": "^8.2.13",
"@angular/core": "^8.2.13",
"@angular/forms": "^8.2.13",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.13",
"@angular/platform-browser-dynamic": "^8.2.13",
"@angular/router": "^8.2.13",
"@doodle3d/clipper-js": "^1.0.11",
"@types/chroma-js": "^1.4.1",
"@types/circular-json": "^0.4.0",
"@types/cytoscape": "^3.14.0",
"@types/proj4": "^2.5.0",
"angular-split": "^4.0.0",
"cesium": "^1.73.0",
"chroma-js": "^1.4.1",
"circular-json": "^0.4.0",
"core-js": "^2.6.5",
"cytoscape": "^3.16.0",
"d3-delaunay": "^5.2.1",
"d3-polygon": "^1.0.6",
"d3-voronoi": "^1.1.4",
"hammerjs": "^2.0.8",
"jszip": "^3.4.0",
"mathjs": "^5.9.0",
"ngx-color-picker": "^7.5.0",
"ngx-pagination": "^3.2.0",
"ngx-web-worker": "^8.0.0",
"npm": "^6.14.8",
"proj4": "^2.5.0",
"rxjs": "^6.5.1",
"rxjs-compat": "^6.5.1",
"three": "^0.110.0",
"three-orbit-controls": "^82.1.0",
"underscore": "^1.9.1",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.29",
"@angular/cli": "^8.3.29",
"@angular/compiler-cli": "^8.2.13",
"@angular/language-service": "^8.2.13",
"@types/d3-delaunay": "^4.1.0",
"@types/d3-polygon": "^1.0.7",
"@types/d3-voronoi": "^1.1.9",
"@types/jasmine": "^2.8.16",
"@types/jasminewd2": "^2.0.6",
"@types/node": "^9.6.48",
"@types/offscreencanvas": "^2019.6.2",
"@types/three": "^0.93.31",
"@types/webgl2": "0.0.5",
"angular-cli-ghpages": "^0.5.3",
"codelyzer": "^5.0.1",
"git-describe": "^4.0.4",
"jasmine-core": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"node": "^13.3.0",
"node-sass": "^4.14.1",
"protractor": "^5.4.2",
"ts-node": "^8.5.4",
"tslint": "^5.16.0",
"typedoc": "^0.15.0",
"typescript": "3.5.3"
}
}