-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.8 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.8 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
{
"name": "@carto/create-angular",
"description": "Template for creating CARTO applications in Angular",
"repository": "github:CartoDB/carto-app-templates",
"author": "Don McCurdy <donmccurdy@carto.com>",
"license": "MIT",
"version": "0.1.5",
"type": "module",
"bin": "./scripts/create.js",
"scripts": {
"ng": "ng",
"dev": "ng serve --port 4000",
"dev:ssl": "ng serve --ssl --host 127.0.0.1 --port 4000",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "^18.2.13",
"@angular/common": "^18.2.13",
"@angular/compiler": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"@angular/router": "^18.2.13",
"@auth0/auth0-angular": "^2.2.3",
"@carto/api-client": "0.5.0",
"@carto/create-common": "^0.1.5-alpha.0",
"@deck.gl/aggregation-layers": "~9.1.8",
"@deck.gl/carto": "~9.1.8",
"@deck.gl/core": "~9.1.8",
"@deck.gl/extensions": "~9.1.8",
"@deck.gl/geo-layers": "~9.1.8",
"@deck.gl/json": "~9.1.8",
"@deck.gl/layers": "~9.1.8",
"@deck.gl/mesh-layers": "~9.1.8",
"@loaders.gl/core": "^4.3.3",
"@luma.gl/core": "~9.1.6",
"@luma.gl/engine": "~9.1.6",
"@luma.gl/shadertools": "~9.1.6",
"echarts": "^5.6.0",
"maplibre-gl": "^4.7.1",
"meow": "^13.2.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.0.5",
"@angular/cli": "^21.0.5",
"@angular/compiler-cli": "^21.0.8",
"typescript": "<5.6.0"
},
"packageManager": "yarn@4.2.2",
"gitHead": "eee3523a24885fe41609c9739378a10dc90dab77",
"stableVersion": "0.0.12"
}