-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "telpirion_com",
"version": "5.0.0",
"description": "Personal site for Eric M. Schmidt",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^17.2.3",
"@angular/animations": "^17.2.3",
"@angular/cdk": "^17.2.2",
"@angular/common": "~17.2.3",
"@angular/compiler": "~17.2.3",
"@angular/core": "~17.2.3",
"@angular/forms": "~17.2.3",
"@angular/material": "~17.2.2",
"@angular/platform-browser": "~17.2.3",
"@angular/platform-browser-dynamic": "~17.2.3",
"@angular/router": "~17.2.3",
"child_process": "^1.0.2",
"core-js": "^2.5.4",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-dom": "^1.0.0",
"gulp-uglify": "^3.0.1",
"rxjs": "~7.8.1",
"tslib": "^1.14.1",
"zone.js": "^0.14.4"
},
"devDependencies": {
"@angular/cli": "~17.2.3",
"@angular/compiler-cli": "~17.2.4",
"@angular/language-service": "~17.2.4",
"@types/node": "~8.9.4",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~5.3.3"
}
}