-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.75 KB
/
package.json
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
52
53
54
55
56
57
58
59
{
"name": "fediseer-gui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"dev:ssr": "ng run FediseerGUI:serve-ssr",
"serve:ssr": "node dist/FediseerGUI/server/main.js",
"build:ssr": "ng build && ng run FediseerGUI:server",
"prerender": "ng run FediseerGUI:prerender"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.2",
"@angular/common": "^17.3.2",
"@angular/compiler": "^17.3.2",
"@angular/core": "^17.3.2",
"@angular/forms": "^17.3.2",
"@angular/platform-browser": "^17.3.2",
"@angular/platform-browser-dynamic": "^17.3.2",
"@angular/platform-server": "^17.3.2",
"@angular/router": "^17.3.2",
"@angular/ssr": "^17.3.3",
"@ng-bootstrap/ng-bootstrap": "^15.1.1",
"@ngneat/transloco": "5.0.9",
"@popperjs/core": "^2.11.8",
"@types/node": "^20.5.9",
"express": "^4.15.2",
"ngx-transloco-markup": "^5.1.0",
"ngx-transloco-markup-router-link": "^4.0.0",
"rxjs": "~7.8.0",
"tom-select": "^2.2.2",
"tslib": "^2.3.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.3",
"@angular/cli": "~17.3.3",
"@angular/compiler-cli": "^17.3.2",
"@types/express": "^4.17.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^16.11.7",
"browser-sync": "^3.0.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"replace-in-file": "^7.0.1",
"typescript": "~5.4.3"
},
"resolutions": {
"wrap-ansi": "^7.0.0"
}
}