-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
88 lines (88 loc) · 2.8 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
{
"name": "landuseplanning-admin",
"version": "1.12.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": {
"2": "^3.0.0",
"@angular/animations": "^11.2.14",
"@angular/cdk": "^11.2.13",
"@angular/common": "^11.2.14",
"@angular/core": "^11.2.14",
"@angular/forms": "^11.2.14",
"@angular/localize": "^11.2.14",
"@angular/material": "^11.2.13",
"@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "^11.2.14",
"@angular/router": "^11.2.14",
"@auth0/angular-jwt": "^2.0.0",
"@bcgov/bc-sans": "^2.0.0",
"@ckeditor/ckeditor5-angular": "^1.1.0",
"@ng-bootstrap/ng-bootstrap": "^9.1.3",
"@tinymce/tinymce-angular": "^4.2.4",
"@types/geojson": "^7946.0.2",
"@types/leaflet": "^1.2.6",
"bootstrap": "^4.1.3",
"codelyzer": "^6.0.2",
"core-js": "^2.6.12",
"jquery": "^3.7.0",
"keycloak-js": "^19.0.1",
"leaflet": "^1.3.1",
"lodash": "^4.17.19",
"material-components-web": "^5.1.0",
"moment": "^2.29.2",
"moment-timezone": "0.5.35",
"mygovbc-bootstrap-theme": "^0.4.1",
"ngx-color-picker": "^11.0.0",
"ngx-cookie-service": "^2.4.0",
"ngx-pagination": "^3.2.0",
"ngx-smart-modal": "^7.4.0",
"popper.js": "^1.16.1",
"rxjs": "^6.3.2",
"rxjs-compat": "^6.3.2",
"tinymce": "^6.4.2",
"tslint": "^6.0.0",
"web-animations-js": "^2.3.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zone.js": "^0.10.3"
},
"repository": {
"type": "git",
"url": "https://git.sheetjs.com/sheetjs/sheetjs#-0.19.3.tgz"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.19",
"@angular-devkit/schematics": "11.2.19",
"@angular/cli": "^11.2.19",
"@angular/compiler": "^11.2.14",
"@angular/compiler-cli": "^11.2.14",
"@types/arcgis-js-api": "4.6.0",
"@types/jasmine": "2.8.6",
"@types/lodash": "4.14.106",
"@types/node": "^18.11.9",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "~3.2.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "~1.0.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "^7.0.0",
"ts-node": "^8.10.2",
"typescript": "~4.0.8"
}
}