This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
71 lines (71 loc) · 1.99 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
{
"name": "base-app",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"lint": "ng lint --format=stylish",
"prestart": "npm run lint",
"start": "ng serve -o",
"prebuild": "npm run lint",
"build": "ng build --prod",
"pretest": "npm run lint",
"test": "ng test -cc -sm=false",
"e2e": "node e2e.ts",
"postinstall": "ng build --prod"
},
"private": true,
"dependencies": {
"@angular/animations": "4.4.7",
"@angular/cdk": "2.0.0-beta.12",
"@angular/common": "4.4.7",
"@angular/compiler": "4.4.7",
"@angular/compiler-cli": "4.4.7",
"@angular/core": "4.4.7",
"@angular/forms": "4.4.7",
"@angular/http": "4.4.7",
"@angular/platform-browser": "4.4.7",
"@angular/platform-browser-dynamic": "4.4.7",
"@angular/router": "4.4.7",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.31",
"bootstrap": "^4.0.0",
"core-js": "2.5.6",
"esri-loader": "2.2.0",
"filesize": "3.6.1",
"font-awesome": "^4.7.0",
"jquery": "3.3.1",
"lodash": "4.17.11",
"mygovbc-bootstrap-theme": "0.4.1",
"ng-multiselect-dropdown": "0.1.4",
"ngx-filesize": "1.1.2",
"ngx-order-pipe": "1.0.4",
"ngx-page-scroll": "4.0.2",
"ngx-pagination": "3.0.3",
"popper.js": "^1.14.3",
"rxjs": "5.5.10",
"tether": "1.4.4",
"typescript": "2.3.4",
"zone.js": "0.8.26"
},
"devDependencies": {
"@angular/cli": "^1.5.6",
"@types/arcgis-js-api": "4.6.0",
"@types/filesize": "3.6.0",
"@types/geojson": "7946.0.3",
"@types/jasmine": "2.8.7",
"@types/jquery": "3.3.2",
"@types/lodash": "4.14.108",
"@types/node": "6.0.110",
"codelyzer": "2.0.0",
"jasmine": "3.1.0",
"jasmine-core": "3.1.0",
"jasmine-spec-reporter": "3.2.0",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "2.0.0",
"karma-jasmine": "1.1.2",
"karma-spec-reporter": "0.0.32",
"ts-node": "2.0.0",
"tslint": "4.5.1"
}
}