-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 4.25 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@valantic/spartacus-mock-root",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"clean": "rm -rf dist/",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"dev": "npm run watch && cd projects/spartacus-mock && npm run watch && cd ../../dist/spartacus-mock && npm link && cd ../..",
"dev-build": "npm run build && cd projects/spartacus-mock && npm run build && cd ../../dist/spartacus-mock && npm link && cd ../..",
"build-and-release": "npm run clean && npm run build && cd projects/spartacus-mock && npm run build && cd ../../dist/spartacus-mock && npm publish --access public",
"clean:caches": "rm -rf .eslintcache node_modules/.cache",
"\n# TASKS FOR LINTING ---------------------------------------------------------------------------------------": "",
"prepare": "husky install",
"lint-staged": "lint-staged",
"lint": "npm-run-all lint:*",
"lint:prettier": "prettier --list-different \"**/*.*(js|ts|json|md)\"",
"lint:ng": "ng lint",
"lint:ts": "tsc --project ./tsconfig.json --noEmit",
"test": "ng test",
"prettier": "prettier --write \"**/*.*(js|ts|json|md)\""
},
"type": "module",
"private": true,
"dependencies": {
"@angular/animations": "~17.2.4",
"@angular/common": "~17.2.4",
"@angular/compiler": "~17.2.4",
"@angular/core": "~17.2.4",
"@angular/forms": "~17.2.4",
"@angular/platform-browser": "~17.2.4",
"@angular/platform-browser-dynamic": "~17.2.4",
"@angular/platform-server": "~17.2.4",
"@angular/router": "~17.2.4",
"@angular/service-worker": "~17.2.4",
"@faker-js/faker": "~8.4.1",
"@ng-select/ng-select": "~12.0.7",
"@ngrx/effects": "~17.1.1",
"@ngrx/router-store": "~17.1.1",
"@ngrx/store": "~17.1.1",
"@spartacus/asm": "~2211.19.0",
"@spartacus/assets": "~2211.19.0",
"@spartacus/cart": "~2211.19.0",
"@spartacus/checkout": "~2211.19.0",
"@spartacus/core": "~2211.19.0",
"@spartacus/customer-ticketing": "~2211.19.0",
"@spartacus/digital-payments": "~2211.19.0",
"@spartacus/epd-visualization": "~2211.19.0",
"@spartacus/order": "~2211.19.0",
"@spartacus/organization": "~2211.19.0",
"@spartacus/product": "~2211.19.0",
"@spartacus/product-configurator": "~2211.19.0",
"@spartacus/s4om": "~2211.19.0",
"@spartacus/setup": "~2211.19.0",
"@spartacus/smartedit": "~2211.19.0",
"@spartacus/storefinder": "~2211.19.0",
"@spartacus/storefront": "~2211.19.0",
"@spartacus/styles": "~2211.19.0",
"@spartacus/tracking": "~2211.19.0",
"@spartacus/user": "~2211.19.0",
"angular-oauth2-oidc": "~17.0.1",
"bootstrap": "~4.6.2",
"express": "~4.18.3",
"i18next": "~23.10.1",
"i18next-http-backend": "~2.5.0",
"i18next-resources-to-backend": "~1.2.0",
"msw": "2.2.3",
"ngx-infinite-scroll": "~17.0.0",
"rxjs": "~7.8.1",
"tslib": "~2.6.2",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.2.3",
"@angular-devkit/core": "~17.2.3",
"@angular-devkit/schematics": "17.2.3",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "~17.2.3",
"@angular/compiler-cli": "~17.2.4",
"@schematics/angular": "~17.2.3",
"@trivago/prettier-plugin-sort-imports": "~4.3.0",
"@types/events": "~3.0.3",
"@types/node": "20.11.26",
"@types/jasmine": "~4.0.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"copyfiles": "~2.4.1",
"eslint": "~8.57.0",
"eslint-plugin-deprecation": "~2.0.0",
"husky": "~9.0.11",
"jasmine-core": "~4.6.0",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "~15.2.2",
"ng-lint-staged": "~12.0.4",
"ng-packagr": "~17.2.1",
"npm-run-all": "~4.1.5",
"prettier": "~3.2.5",
"typescript": "~5.3.3"
},
"lint-staged": {
"*.{js,ts,json,md}": ["prettier --write"],
"*.ts": ["ng-lint-staged lint:ng --"]
}
}