This repository was archived by the owner on Jan 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·108 lines (108 loc) · 3.12 KB
/
package.json
File metadata and controls
executable file
·108 lines (108 loc) · 3.12 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "neon-gtd",
"version": "1.3.0-Angular2",
"license": "Apache2",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"build-prod": "ng build --prod --build-optimizer=false",
"lint": "ng lint",
"lint-fix": "ng lint -fix",
"test": "ng test",
"e2e": "ng e2e",
"docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./src/",
"typedoc": "typedoc"
},
"pre-commit": "lint-fix",
"private": true,
"dependencies": {
"@angular/animations": "5.2.9",
"@angular/cdk": "5.2.0",
"@angular/common": "5.2.9",
"@angular/compiler": "5.2.9",
"@angular/core": "5.2.9",
"@angular/forms": "5.2.9",
"@angular/http": "5.2.9",
"@angular/material": "5.2.0",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@angular/platform-server": "5.2.9",
"@angular/router": "5.2.9",
"@angular/upgrade": "5.2.9",
"@swimlane/ngx-charts": "^7.0.1",
"@swimlane/ngx-datatable": "11.1.5",
"@swimlane/ngx-graph": "^4.0.2",
"ajv": "5.2.0",
"ajv-keywords": "1.5.1",
"angular-core": "0.0.5",
"angular2-grid": "2.1.0",
"brace": "0.10.0",
"cesium": "1.32.1",
"chart.js": "2.7.2",
"classlist.js": "^1.1.20150312",
"core-js": "2.4.1",
"d3-selection": "^1.3.0",
"d3-shape": "^1.2.0",
"d3-transition": "^1.1.1",
"dagre": "^0.8.2",
"fast-deep-equal": "1.0.0",
"geo-hash": "0.0.2",
"glob": "^7.1.2",
"hammerjs": "2.0.8",
"intl": "^1.2.5",
"javascript-natural-sort": "0.7.1",
"jquery": "2.2.4",
"js-yaml": "3.9.1",
"jsoneditor": "5.9.6",
"leaflet": "1.2.0",
"less": "2.7.2",
"lodash": "4.15.0",
"moment": "2.18.1",
"moment-timezone": "0.5.13",
"neon-framework": "1.3.5",
"node-uuid": "1.4.8",
"reflect-metadata": "0.1.10",
"requirejs": "2.3.5",
"rxjs": "5.5.5",
"vis": "^4.21.0",
"zone.js": "^0.8.5"
},
"devDependencies": {
"@angular-devkit/schematics": "0.0.42",
"@angular/cli": "1.6.3",
"@angular/compiler-cli": "5.2.9",
"@types/chart.js": "2.6.6",
"@types/d3": "0.0.33",
"@types/hammerjs": "2.0.30",
"@types/jasmine": "2.2.30",
"@types/jquery": "~2.0.41",
"@types/js-yaml": "3.9.1",
"@types/leaflet": "1.2.0",
"@types/lodash": "~4.14.62",
"@types/log4javascript": "0.0.28",
"@types/node": "~6.0.60",
"@types/uuid": "3.4.2",
"@types/vis": "^4.21.0",
"angular-material-prefix-updater": "0.0.6",
"codelyzer": "4.0.1",
"grunt": "^1.0.1",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage": "~1.1.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-firefox-launcher": "~1.0.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-junit-reporter": "^1.2.0",
"karma-remap-istanbul": "^0.6.0",
"pre-commit": "^1.2.2",
"protractor": "5.1.2",
"tslint": "~5.8.0",
"typedoc": "~0.8.0",
"typescript": "~2.5.0"
}
}