-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "app",
"version": "21.0.1",
"scripts": {
"start": "ng serve",
"build": "ng build --configuration=production && node tools/seo/generate-static-seo.mjs"
},
"dependencies": {
"@angular/common": "21.2.15",
"@angular/compiler": "21.2.15",
"@angular/core": "21.2.15",
"@angular/forms": "21.2.15",
"@angular/platform-browser": "21.2.15",
"@angular/platform-server": "21.2.15",
"@angular/router": "21.2.15",
"@angular/ssr": "21.2.13",
"@wawjs/ngx-horeca": "21.0.1",
"@wawjs/ngx-core": "21.3.3",
"@wawjs/ngx-http": "21.3.3",
"@wawjs/ngx-translate": "21.3.3",
"@wawjs/ngx-ui": "21.3.3",
"express": "5.2.1",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular/compiler-cli": "21.2.15",
"@angular/build": "21.2.13",
"@angular/cli": "21.2.13",
"@tailwindcss/postcss": "4.3.0",
"@tailwindcss/typography": "0.5.19",
"@types/express": "5.0.6",
"@types/node": "24.12.4",
"jsdom": "29.1.1",
"ng-packagr": "21.2.3",
"postcss": "8.5.15",
"prettier": "3.8.3",
"tailwindcss": "4.3.0",
"typescript": "5.9.3",
"vitest": "4.1.8"
},
"overrides": {}
}