-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 894 Bytes
/
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
{
"name": "resume",
"version": "0.0.0",
"scripts": {
"serve": "ng serve",
"build": "ng build"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@fortawesome/fontawesome-free": "^6.4.2",
"bootstrap": "~5.2.3",
"bootstrap-icons": "^1.11.1",
"rxjs": "~7.8.1",
"ts-md5": "^1.3.1",
"tslib": "^2.6.2",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.9",
"@angular-devkit/schematics": "^16.2.9",
"@angular/cli": "~16.2.9",
"@angular/compiler-cli": "^16.2.12",
"angular-cli-ghpages": "^1.0.7",
"typescript": "~5.1.6"
}
}