-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.63 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.63 KB
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
{
"name": "angular-starter-kit",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration development",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest --coverage",
"test:watch": "jest --watch",
"serve:ssr:angular-starter-kit": "node dist/angular-starter-kit/server/server.mjs"
},
"private": true,
"dependencies": {
"@angular-architects/module-federation-tools": "^18.0.6",
"@angular/animations": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/platform-server": "^18.2.0",
"@angular/router": "^18.2.0",
"@angular/ssr": "^18.2.11",
"@ngxs/devtools-plugin": "^18.1.4",
"@ngxs/form-plugin": "18.1.4",
"@ngxs/logger-plugin": "^18.1.4",
"@ngxs/router-plugin": "18.1.4",
"@ngxs/storage-plugin": "18.1.4",
"@ngxs/store": "^18.1.4-dev.master-f22f4cb",
"@ngxs/websocket-plugin": "18.1.4",
"express": "^4.18.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-architects/module-federation": "^18.0.6",
"@angular-devkit/build-angular": "^18.2.11",
"@angular/cli": "^18.2.11",
"@angular/compiler-cli": "^18.2.0",
"@jest/globals": "^29.7.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.14",
"@types/node": "^18.18.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.2.4",
"typescript": "~5.5.2"
}
}