-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 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
{
"name": "application",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration=production",
"watch": "ng build --watch --configuration development",
"serve:ssr:application": "node dist/application/server/server.mjs"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.13",
"@angular/common": "^19.2.13",
"@angular/compiler": "^19.2.13",
"@angular/core": "^19.2.13",
"@angular/forms": "^19.2.13",
"@angular/platform-browser": "^19.2.13",
"@angular/platform-browser-dynamic": "^19.2.13",
"@angular/platform-server": "^19.2.13",
"@angular/router": "^19.2.13",
"@angular/ssr": "^19.2.13",
"@tailwindcss/postcss": "^4.1.7",
"@types/three": "^0.169.0",
"express": "^4.0.0",
"feather-icons": "^4.0.0",
"rxjs": "^7.0.0",
"three": "^0.169.0",
"tslib": "^2.0.0",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular/build": "^19.2.13",
"@angular/cli": "^19.2.13",
"@angular/compiler-cli": "^19.2.13",
"@fontsource-variable/catamaran": "^5.0.0",
"@types/express": "<=6.0.0",
"@types/node": "^22.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3"
},
"engines": {
"pnpm": "9.12.2",
"node": "22.15.0"
},
"packageManager": "pnpm@9.12.2"
}