This repository was archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2 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
{
"name": "nss",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "npm install && ng build --base-href",
"build-prod": "npm install && ng build --prod --base-href",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/cli": "^8.3.25",
"@angular/common": "8.2.14",
"@angular/compiler": "8.2.14",
"@angular/core": "8.2.14",
"@angular/forms": "8.2.14",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/platform-server": "8.2.14",
"@angular/router": "8.2.14",
"@ng-bootstrap/ng-bootstrap": "~4.0.0",
"@ng-select/ng-select": "^3.7.3",
"angular-2-dropdown-multiselect": "^1.0.8",
"angular-jwt": "^0.1.11",
"angular2-highcharts": "^0.5.5",
"angular2-toaster": "^8.0.0",
"bootstrap": "4.0.0-alpha.6",
"core-js": "^2.4.1",
"esri-leaflet": "^2.1.2",
"font-awesome": "^4.7.0",
"leaflet": "^1.3.1",
"mathjax": "^2.7.0",
"ngx-color-picker": "^4.0.0",
"rxjs": "^6.2.2",
"rxjs-compat": "^6.2.2",
"shpjs": "^3.4.3",
"tslib": "^1.9.0",
"v8": "^0.1.0",
"xlsx": "^0.17.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.2",
"@angular/compiler-cli": "8.2.14",
"@types/jasmine": "2.5.38",
"@types/mathjax": "0.0.31",
"@types/node": "~6.0.60",
"angular-2-dropdown-multiselect": "^1.3.2",
"codelyzer": "^5.0.1",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "3.5.3"
}
}