-
Notifications
You must be signed in to change notification settings - Fork 202
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.79 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.79 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "b2bspastore",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:b2bspastore": "node dist/b2bspastore/server/server.mjs",
"build:ssr": "ng build"
},
"private": true,
"dependencies": {
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/forms": "^19.2.0",
"@angular/platform-browser": "^19.2.0",
"@angular/platform-browser-dynamic": "^19.2.0",
"@angular/platform-server": "^19.2.0",
"@angular/router": "^19.2.0",
"@angular/service-worker": "^19.0.3",
"@angular/ssr": "^19.2.15",
"@fontsource/open-sans": "^5.1.0",
"@fortawesome/fontawesome-free": "6.7.2",
"@ng-select/ng-select": "^14.1.0",
"@ngrx/effects": "^19.0.0",
"@ngrx/router-store": "^19.0.0",
"@ngrx/store": "^19.0.0",
"@spartacus/asm": "~2211.42.0-1",
"@spartacus/assets": "~2211.42.0-1",
"@spartacus/cart": "~2211.42.0-1",
"@spartacus/checkout": "~2211.42.0-1",
"@spartacus/core": "~2211.42.0-1",
"@spartacus/customer-ticketing": "^2211.42.0-1",
"@spartacus/order": "~2211.42.0-1",
"@spartacus/organization": "^2211.42.0-1",
"@spartacus/pdf-invoices": "~2211.42.0-1",
"@spartacus/pickup-in-store": "^2211.42.0-1",
"@spartacus/product": "~2211.42.0-1",
"@spartacus/product-configurator": "^2211.42.0-1",
"@spartacus/qualtrics": "^2211.42.0-1",
"@spartacus/setup": "~2211.42.0-1",
"@spartacus/smartedit": "~2211.42.0-1",
"@spartacus/storefinder": "~2211.42.0-1",
"@spartacus/storefront": "~2211.42.0-1",
"@spartacus/styles": "~2211.42.0-1",
"@spartacus/tracking": "~2211.42.0-1",
"@spartacus/user": "~2211.42.0-1",
"angular-oauth2-oidc": "19.0.0",
"express": "^4.18.2",
"i18next": "^24.2.1",
"i18next-http-backend": "^3.0.1",
"i18next-resources-to-backend": "^1.2.1",
"ngx-infinite-scroll": "^19.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.15",
"@angular-devkit/core": "^19.0.4",
"@angular-devkit/schematics": "^19.0.4",
"@angular/cli": "^19.2.15",
"@angular/compiler": "^19.0.3",
"@angular/compiler-cli": "^19.2.0",
"@schematics/angular": "^19.0.4",
"@spartacus/schematics": "~2211.42.0-1",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"jasmine-core": "~5.6.0",
"jsonc-parser": "^3.3.1",
"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",
"parse5": "^7.2.1",
"typescript": "~5.7.2"
}
}