forked from AnSyn/imagery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.57 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.57 KB
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
{
"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 --prod",
"build:libs": "bash scripts/build-libs.sh",
"publish:libs": "bash scripts/publish-libs.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": "^8.4.1",
"@angular/animations": "~8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/elements": "^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",
"@ngx-translate/core": "^11.0.1",
"@turf/turf": "^5.1.6",
"angular2-uuid": "^1.1.1",
"auto-subscriptions": "^2.0.5",
"cesium": "^1.69.0",
"core-js": "^2.5.4",
"material-community-components": "^3.4.0",
"ngx-color-picker": "^7.5.0",
"ol": "^5.3.0",
"rxjs": "~6.4.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.4",
"@angular-devkit/build-ng-packagr": "~0.803.4",
"@angular/cli": "~8.3.21",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/geojson": "7946.0.3",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/cesium": "^1.67.4",
"@types/lodash": "4.14.88",
"@types/node": "~8.9.4",
"codelyzer": "^5.0.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"jasmine-marbles": "^0.4.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3",
"ng-packagr": "^4.7.1",
"tsickle": "^0.34.0",
"gh-pages": "^1.2.0"
}
}