forked from bcgov/eagle-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.62 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
{
"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": "node --max_old_space_size=4096 node_modules/@angular/cli/bin/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 --watch=false",
"tests-ci": "ng test --watch=false",
"lint": "ng lint --format=stylish",
"e2e": "ng e2e"
},
"pre-push": [
"lint"
],
"private": true,
"dependencies": {
"@angular/animations": "~8.2.14",
"@angular/cdk": "~8.2.3",
"@angular/common": "~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/router": "~8.2.14",
"@ng-bootstrap/ng-bootstrap": "~5.3.0",
"@ng-select/ng-select": "~3.7.3",
"@tinymce/tinymce-angular": "~3.5.0",
"@types/geojson": "~7946.0.2",
"@types/leaflet": "^1.3.4",
"bootstrap": "~4.4.1",
"classlist.js": "1.1.20150312",
"codelyzer": "~4.5.0",
"core-js": "~3.1.3",
"hammerjs": "~2.0.8",
"jszip": "~3.2.2",
"keycloak-angular": "3.0.3",
"leaflet": "^1.3.1",
"lodash": "~4.17.15",
"moment": "2.24.0",
"moment-timezone": "0.5.14",
"mygovbc-bootstrap-theme": "~0.4.1",
"ng-zorro-antd": "8.5.2",
"ng2-bootstrap-modal": "~1.0.1",
"ngx-cookie-service": "~3.0.3",
"path": "~0.12.7",
"rxjs": "~6.5.4",
"rxjs-compat": "~6.5.4",
"tinymce": "~5.2.0",
"tslint": "~5.19.0",
"web-animations-js": "~2.3.2",
"xlsx": "~0.15.6",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/core": "~8.3.25",
"@angular-devkit/schematics": "8.3.25",
"@angular/cli": "~8.3.25",
"@angular/compiler": "~8.2.14",
"@angular/compiler-cli": "~8.2.14",
"@types/arcgis-js-api": "4.6.0",
"@types/jasmine": "2.8.6",
"@types/lodash": "4.14.106",
"@types/node": "~10.17.17",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "~2.1.1",
"karma-jasmine": "~3.1.1",
"karma-jasmine-html-reporter": "~1.5.2",
"pre-push": "~0.1.1",
"protractor": "~5.4.3",
"puppeteer": "~2.1.1",
"ts-node": "7.0.1",
"typescript": "~3.4.5",
"tree-kill": "~1.2.2"
}
}