-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 997 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 997 Bytes
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
{
"name": "app",
"version": "0.0.0",
"scripts": {
"start": "ng serve",
"build": "ng build --configuration=production",
"serve:ssr:app": "node dist/app/server/server.mjs"
},
"packageManager": "npm@11.6.2",
"dependencies": {
"@angular/common": "21.2.4",
"@angular/compiler": "21.2.4",
"@angular/core": "21.2.4",
"@angular/forms": "21.2.4",
"@angular/platform-browser": "21.2.4",
"@angular/platform-server": "21.2.4",
"@angular/router": "21.2.4",
"@angular/ssr": "21.2.2",
"express": "5.1.0",
"marked": "17.0.4",
"rxjs": "7.8.0",
"tslib": "2.3.0",
"wacom": "21.2.4"
},
"devDependencies": {
"@angular/build": "21.2.2",
"@angular/cli": "21.2.2",
"@angular/compiler-cli": "21.2.4",
"@tailwindcss/postcss": "4.1.12",
"@tailwindcss/typography": "0.5.19",
"@types/express": "5.0.1",
"@types/node": "20.17.19",
"postcss": "8.5.3",
"prettier": "3.8.1",
"tailwindcss": "4.1.12",
"typescript": "5.9.2"
},
"overrides": {
"undici": "7.24.2"
}
}