forked from LittleBigRefresh/refresh-web
-
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.3 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.3 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": "refresh-web",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"startNoSSR": "ng serve --configuration developmentNoSSR",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"serve:ssr:refresh-web": "node dist/refresh-web/server/server.mjs"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.3",
"@angular/common": "^19.2.3",
"@angular/compiler": "^19.2.3",
"@angular/core": "^19.2.3",
"@angular/forms": "^19.2.3",
"@angular/platform-browser": "^19.2.3",
"@angular/platform-browser-dynamic": "^19.2.3",
"@angular/platform-server": "^19.2.3",
"@angular/router": "^19.2.3",
"@angular/ssr": "^19.2.4",
"@fortawesome/angular-fontawesome": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@tailwindcss/postcss": "^4.0.15",
"express": "^4.22.1",
"rxjs": "^7.8.2",
"tslib": "^2.8.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.4",
"@angular/cli": "^19.2.4",
"@angular/compiler-cli": "^19.2.3",
"@types/express": "^5.0.1",
"@types/node": "^22.13.13",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.15",
"typescript": "^5.8.2"
}
}