-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2 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
62
63
{
"name": "personal-space-web",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "jest",
"dev:ssr": "ng run personal-space-web:serve-ssr",
"serve:ssr": "node dist/personal-space-web/server/main.js",
"build:ssr": "ng build --configuration development && ng run personal-space-web:server",
"prod:ssr": "ng build --configuration production && ng run personal-space-web:server",
"prerender": "ng run personal-space-web:prerender"
},
"workspaces": [
"src/packages/ckeditor"
],
"private": true,
"dependencies": {
"@angular/animations": "^17.0.7",
"@angular/cdk": "^17.0.4",
"@angular/common": "^17.0.7",
"@angular/compiler": "^17.0.7",
"@angular/core": "^17.0.7",
"@angular/forms": "^17.0.7",
"@angular/platform-browser": "^17.0.7",
"@angular/platform-browser-dynamic": "^17.0.7",
"@angular/platform-server": "17.0.7",
"@angular/router": "^17.0.7",
"@angular/ssr": "^17.0.7",
"@ckeditor/ckeditor5-angular": "^7.0.1",
"@ngrx/effects": "^17.0.1",
"@ngrx/store": "^17.0.1",
"@ngrx/store-devtools": "^17.0.1",
"angular-oauth2-oidc": "^17.0.1",
"ckeditor-custom-build": "file:./src/packages/ckeditor",
"date-fns": "^3.3.1",
"express": "^4.18.2",
"highlight.js": "^11.9.0",
"jwt-decode": "^4.0.0",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primeng": "^17.1.0",
"reading-time-estimator": "^1.9.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.7",
"@angular/cli": "^17.0.7",
"@angular/compiler-cli": "^17.0.7",
"@types/express": "^4.17.17",
"@types/jasmine": "~4.3.0",
"@types/jest": "^29.5.11",
"@types/node": "^18.18.0",
"jest": "^29.7.0",
"jest-preset-angular": "^13.1.4",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}