-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
96 lines (96 loc) · 3.12 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "nrts-prc-admin",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve -o --base-href /admin/ --deploy-url /admin/",
"build": "npm run lint && ng build --prod --deploy-url /admin/ --base-href /admin/",
"postinstall": "ng build --prod --deploy-url /admin/ --base-href /admin/",
"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 --code-coverage",
"e2e": "ng e2e",
"lint:ts": "ng lint nrts-prc-admin --format=stylish",
"lint:scss": "stylelint src/**/*.scss",
"lint": "npm-run-all -l -s -c lint:*",
"lint-fix:ts-1": "ng lint nrts-prc-admin --fix --format=stylish",
"lint-fix:ts-2": "prettier ./**/*.ts --write --loglevel warn",
"lint-fix:ts": "npm-run-all -l -s -c lint-fix:ts-*",
"lint-fix:scss": "stylelint ./**/*.scss --fix",
"lint-fix": "npm-run-all -l -s -c lint-fix:ts lint-fix:scss"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"dependencies": {
"@angular/animations": "6.1.10",
"@angular/cdk": "6.4.7",
"@angular/common": "6.1.10",
"@angular/core": "6.1.10",
"@angular/forms": "6.1.10",
"@angular/http": "6.1.10",
"@angular/material": "6.4.7",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-browser": "6.1.10",
"@angular/router": "6.1.10",
"@auth0/angular-jwt": "2.1.0",
"@ng-bootstrap/ng-bootstrap": "3.3.1",
"@types/geojson": "7946.0.7",
"@types/leaflet": "1.4.4",
"bootstrap": "4.3.1",
"core-js": "2.6.8",
"file-saver": "2.0.2",
"hammerjs": "2.0.8",
"json2csv": "4.5.3",
"keycloak-angular": "3.0.3",
"leaflet": "1.5.1",
"linkify-it": "2.1.0",
"lodash": "4.17.11",
"moment": "2.24.0",
"mygovbc-bootstrap-theme": "0.4.1",
"ng-inline-svg": "8.5.1",
"ng2-bootstrap-modal": "1.0.1",
"ngx-pagination": "3.2.1",
"rxjs": "6.5.3",
"web-animations-js": "2.3.1",
"xlsx": "0.14.3",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.9",
"@angular-devkit/schematics": "0.0.40",
"@angular/cli": "6.2.9",
"@angular/compiler-cli": "6.1.10",
"@angular/compiler": "6.1.10",
"@types/arcgis-js-api": "4.12.0",
"@types/file-saver": "2.0.1",
"@types/jasmine": "3.3.13",
"@types/json2csv": "4.5.0",
"@types/linkify-it": "2.1.0",
"@types/lodash": "4.14.136",
"@types/node": "10.14.7",
"codelyzer": "4.5.0",
"husky": "3.0.0",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.1.0",
"karma-jasmine-html-reporter": "1.4.2",
"karma-jasmine": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma": "4.3.0",
"lint-staged": "9.2.0",
"npm-run-all": "4.1.5",
"prettier": "1.18.2",
"protractor": "5.4.2",
"stylelint-config-standard": "18.3.0",
"stylelint": "10.1.0",
"ts-node": "8.3.0",
"tslint-config-prettier": "1.18.0",
"tslint": "5.18.0",
"typescript": "2.9.2"
}
}