-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"name": "gmpx-angular-sample-app",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "NG_APP_MAPS_API_KEY=$MAPS_API_KEY ng serve --port=$PORT",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"type": "module",
"dependencies": {
"@angular/animations": "^16.1.7",
"@angular/common": "^16.1.7",
"@angular/compiler": "^16.1.7",
"@angular/core": "^16.1.7",
"@angular/forms": "^16.1.7",
"@angular/platform-browser": "^16.1.7",
"@angular/platform-browser-dynamic": "^16.1.7",
"@angular/router": "^16.1.7",
"@googlemaps/extended-component-library": "file:../..",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.6",
"@angular/cli": "^16.1.6",
"@angular/compiler-cli": "^16.1.7",
"@ngx-env/builder": "^16.1.2",
"@types/google.maps": "~3.55.8",
"typescript": "~5.0.2"
}
}