forked from bcgov/nrts-prc-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.36 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
{
"name": "base-app",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"prestart": "",
"start": "ng serve -o --base-href /admin/ --deploy-url /admin/",
"build": "npm run lint && ng build --prod --deploy-url /admin/ --base-href /admin/",
"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 --deploy-url /admin/ --base-href /admin/"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.7",
"@angular/cdk": "^6.1.7",
"@angular/common": "^6.1.7",
"@angular/core": "^6.1.7",
"@angular/forms": "^6.1.7",
"@angular/http": "^6.1.7",
"@angular/material": "^6.1.7",
"@angular/platform-browser": "^6.1.7",
"@angular/platform-browser-dynamic": "^6.1.7",
"@angular/router": "^6.1.7",
"@auth0/angular-jwt": "^2.0.0",
"@ng-bootstrap/ng-bootstrap": "^3.2.0",
"@types/geojson": "^7946.0.2",
"@types/leaflet": "^1.2.6",
"bootstrap": "^4.1.3",
"codelyzer": "^4.4.4",
"core-js": "^2.5.3",
"hammerjs": "^2.0.8",
"keycloak-angular": "1.3",
"leaflet": "^1.3.1",
"lodash": "4.17.5",
"moment": "^2.21.0",
"moment-timezone": "^0.5.14",
"mygovbc-bootstrap-theme": "^0.4.1",
"ng2-bootstrap-modal": "^1.0.1",
"ngx-cookie-service": "^1.0.10",
"ngx-pagination": "^3.2.0",
"rxjs": "^6.3.2",
"rxjs-compat": "^6.3.2",
"tslint": "^5.11.0",
"web-animations-js": "^2.3.1",
"xlsx": "^0.14.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.8.1",
"@angular-devkit/schematics": "0.0.40",
"@angular/cli": "^6.2.1",
"@angular/compiler": "^6.1.7",
"@angular/compiler-cli": "^6.1.7",
"@types/arcgis-js-api": "4.6.0",
"@types/jasmine": "2.8.6",
"@types/lodash": "4.14.106",
"@types/node": "~6.0.60",
"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.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.3.0",
"ts-node": "2.0.0",
"typescript": "^2.9.2"
}
}