-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 2.73 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
{
"name": "vectortile-demo-viewer",
"version": "0.0.0",
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve --host=127.0.0.1",
"build": "npm run ngtestci && ng build",
"watch": "ng build --watch --configuration development",
"ngtest": "ng test",
"ngtestci": "ng test --browsers=ChromeHeadless --watch=false",
"deploy": "ng deploy --dir=dist/vectortile-demo/browser --base-href=https://pdok.github.io/vectortile-demo-viewer/ --repo=https://github.com/pdok/vectortile-demo-viewer.git --name=JLSchaap [email protected]",
"e2e": "ng e2e",
"open": "cypress open",
"testng": "cypress run",
"lint": "ng lint",
"val": "npm run valachter && npm run valstandaard && npm run valtactiel",
"valbag": "gl-style-validate projects/vectortile-demo/src/mapboxstyles/bagstd.json",
"valachter": "gl-style-validate projects/vectortile-demo/src/mapboxstyles/bgt_achtergrondvisualisatie.json",
"valstandaard": "gl-style-validate projects/vectortile-demo/src/mapboxstyles/bgt_standaardvisualisatie.json",
"valtactiel": "gl-style-validate projects/vectortile-demo/src/mapboxstyles/tactielevisualisatie.json",
"runupdate": "ng update @angular/core @angular/cli @angular/cdk @angular/material"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.1.0",
"@angular/cdk": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/compiler": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/elements": "^18.1.0",
"@angular/forms": "^18.1.0",
"@angular/material": "^18.1.0",
"@angular/platform-browser": "^18.1.0",
"@angular/platform-browser-dynamic": "^18.1.0",
"@angular/router": "^18.1.0",
"@mapbox/mapbox-gl-style-spec": "^14.5.1",
"@types/geojson": "^7946.0.14",
"ngx-color-picker": "^16.0.0",
"ol": "9.2.4",
"ol-mapbox-style": "^12.3.4",
"rxjs": "~7.8.1",
"tslib": "^2.6.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.0",
"@angular-eslint/builder": "18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/schematics": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "^18.1.0",
"@angular/compiler-cli": "^18.1.0",
"@types/jasmine": "~4.3.5",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"angular-cli-ghpages": "^2.0.1",
"eslint": "^8.56.0",
"gh-pages": "^6.1.1",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.5"
}
}