forked from bcgov/nrts-prc-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.34 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
{
"name": "base-app",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"prestart": "",
"start": "ng serve -o",
"build": "npm run lint && ng build --prod --env=prod",
"pretest": "",
"test": "echo 'Test suite should be run with \"`npm run tests` or npm `run tests-ci`\"'",
"tests": "ng test",
"tests-ci": "ng test --watch=false",
"lint": "ng lint --format=stylish",
"e2e": "ng e2e",
"postinstall": "ng build --prod --env=prod"
},
"private": true,
"dependencies": {
"@angular/animations": "4.4.6",
"@angular/cdk": "2.0.0-beta.12",
"@angular/common": "4.4.6",
"@angular/compiler": "4.4.6",
"@angular/compiler-cli": "4.4.6",
"@angular/core": "4.4.6",
"@angular/forms": "4.4.6",
"@angular/http": "4.4.6",
"@angular/material": "2.0.0-beta.12",
"@angular/platform-browser": "4.4.6",
"@angular/platform-browser-dynamic": "4.4.6",
"@angular/router": "4.4.6",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.31",
"@types/geojson": "^7946.0.2",
"@types/leaflet": "^1.2.6",
"@types/leaflet.markercluster": "^1.0.3",
"bootstrap": "4.0.0-beta.2",
"classlist.js": "^1.1.20150312",
"core-js": "^2.5.3",
"hammerjs": "^2.0.8",
"intl": "^1.2.5",
"jquery": "3.1.1",
"leaflet": "^1.3.1",
"leaflet.markercluster": "^1.3.0",
"lodash": "4.17.5",
"moment": "^2.21.0",
"mygovbc-bootstrap-theme": "^0.4.1",
"ng2-bootstrap-modal": "^1.0.1",
"ng2-page-scroll": "4.0.0-beta.12",
"ngx-chips": "1.5.11",
"ngx-cookie-service": "1.0.10",
"ngx-text-overflow-clamp": "0.0.1",
"popper.js": "^1.14.1",
"rxjs": "5.5.7",
"web-animations-js": "^2.3.1",
"zone.js": "0.8.20"
},
"devDependencies": {
"@angular-devkit/schematics": "0.0.40",
"@angular/cli": "1.5.x",
"@types/arcgis-js-api": "4.6.0",
"@types/jasmine": "2.8.6",
"@types/lodash": "4.14.106",
"@types/node": "~6.0.60",
"codelyzer": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.3.0",
"ts-node": "2.0.0",
"tslint": "4.5.0",
"typescript": "<2.4.0"
}
}