-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
85 lines (85 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
{
"name": "imagery",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"link": "npm link ../ansyn/dist/ansyn/imagery ../ansyn/dist/ansyn/ol",
"unlink": "npm unlink --no-save @ansyn/imagery @ansyn/imagery-ol",
"predeploy": "npm run build:prod -- --base-href=https://ansyn.github.io/imagery/ --deploy-url=https://ansyn.github.io/imagery/",
"deploy": "gh-pages --repo https://$GITHUB_TOKEN@github.com/AnSyn/imagery.git -d dist/imagery-tester",
"ng": "ng",
"demo:start": "ng serve imagery-tester",
"start": "ng serve imagery-tester",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:libs": "bash scripts/build-libs.sh",
"publish:libs": "bash scripts/publish-libs.sh",
"rm:nodemodules": "bash scripts/rm-nodemodules.sh",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"test:single-run": "ng test imagery-tester --watch=false"
},
"private": true,
"dependencies": {
"@angular-builders/custom-webpack": "^9.1.0",
"@angular/animations": "~12.2.2",
"@angular/cdk": "^12.2.2",
"@angular/common": "~12.2.2",
"@angular/compiler": "~12.2.2",
"@angular/core": "~12.2.2",
"@angular/elements": "^12.2.2",
"@angular/forms": "~12.2.2",
"@angular/material": "^12.2.2",
"@angular/platform-browser": "~12.2.2",
"@angular/platform-browser-dynamic": "~12.2.2",
"@angular/router": "~12.2.2",
"@ngx-translate/core": "^12.1.2",
"@thebespokepixel/es-tinycolor": "^2.1.1",
"@turf/turf": "^5.1.6",
"angular2-uuid": "^1.1.1",
"auto-subscriptions": "^2.0.5",
"cesium": "^1.84.0",
"core-js": "^3.6.5",
"material-community-components": "^11.0.0",
"ngx-color-picker": "^9.1.0",
"ol": "^5.3.3",
"rxjs": "~6.5.5",
"tinycolor2": "^1.4.2",
"tslib": "^2.0.0",
"wellknown": "^0.5.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.2",
"@angular/cli": "~12.2.2",
"@angular/compiler-cli": "~12.2.2",
"@angular/language-service": "~12.2.2",
"@types/cesium": "^1.67.11",
"@types/geojson": "7946.0.7",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "4.14.150",
"@types/node": "~13.13.5",
"@types/wellknown": "^0.5.1",
"codelyzer": "^6.0.0",
"gh-pages": "^2.2.0",
"jasmine-core": "~3.6.0",
"jasmine-marbles": "^0.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^12.2.0",
"protractor": "~7.0.0",
"ts-node": "~8.10.1",
"tsickle": "^0.39.1",
"tslint": "~6.1.0",
"typescript": "~4.3.5"
},
"resolutions": {
"webpack": "^5.0.0"
}
}