-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "sleeping",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.3",
"@angular/cdk": "^17.0.1",
"@angular/common": "^17.0.3",
"@angular/compiler": "^17.0.3",
"@angular/core": "^17.0.3",
"@angular/forms": "^17.0.3",
"@angular/material": "^17.0.1",
"@angular/platform-browser": "^17.0.3",
"@angular/platform-browser-dynamic": "^17.0.3",
"@angular/platform-server": "^17.0.3",
"@angular/router": "^17.0.3",
"@angular/service-worker": "^17.0.3",
"@angular/ssr": "^17.0.1",
"@auth0/angular-jwt": "^5.2.0",
"@fortawesome/angular-fontawesome": "^0.14.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"bootstrap": "^5.3.2",
"core-js": "^3.33.2",
"express": "^4.18.2",
"memory-cache": "^0.2.0",
"ngx-sharebuttons": "^13.0.0",
"node-fetch": "^3.3.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.1",
"@angular/cli": "^17.0.1",
"@angular/compiler-cli": "^17.0.3",
"@angular/language-service": "^17.0.3",
"@types/express": "^4.17.21",
"@types/jasmine": "^5.1.2",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^20.9.1",
"codelyzer": "^6.0.0",
"http-server": "^14.1.1",
"protractor": "~7.0.0",
"ts-node": "^10.9.1",
"tslint": "~6.1.0",
"typescript": "5.2"
},
"engines": {
"node": ">20"
}
}