-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1014 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1014 Bytes
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
{
"name": "site000",
"version": "1.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host=0.0.0.0 --disable-host-check",
"build": "ng build --configuration production --aot",
"build-n-deploy": "ng build --configuration production --aot && cd dist && firebase deploy",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.3.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.3.0",
"@angular/compiler": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/forms": "^14.3.0",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"rxjs": "~7.5.7",
"tslib": "^2.4.1",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.13",
"@angular/cli": "~14.2.13",
"@angular/compiler-cli": "^14.3.0",
"@types/node": "^18.19.34",
"typescript": "~4.8.4"
}
}