-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
71 lines (71 loc) · 2.58 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
{
"private": true,
"name": "spryker-master-suite",
"description": "Spryker Master Suite",
"author": {
"name": "Spryker Systems GmbH",
"email": "info@spryker.com",
"url": "https://spryker.com/"
},
"workspaces": [
"Bundles/*"
],
"scripts": {
"formatter": "npm run formatter:run -- --check",
"formatter:fix": "npm run formatter:run -- --write",
"formatter:run": "prettier --config node_modules/@spryker/frontend-config.prettier/.prettierrc.json '**/*.(scss|css|less|js|ts|json|html|yml|yaml|xml)'",
"mp:stylelint": "node ./frontend/merchant-portal/stylelint.mjs",
"mp:stylelint:fix": "node ./frontend/merchant-portal/stylelint.mjs --fix",
"mp:lint": "nx lint",
"mp:test": "nx test",
"mp:test:watch": "nx test --watch"
},
"engines": {
"node": ">=18.13.0",
"npm": ">=9.0.0"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "~17.3.0",
"@angular-eslint/eslint-plugin-template": "~17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/animations": "~17.3.0",
"@angular/cli": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/elements": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@nx/angular": "~18.1.1",
"@nx/eslint": "~18.1.2",
"@nx/eslint-plugin": "~18.1.2",
"@nx/jest": "~18.1.2",
"@orchestrator/ngx-testing": "~3.0.0",
"@prettier/plugin-xml": "~0.13.1",
"@spryker/frontend-config.eslint": "~0.1.0",
"@spryker/frontend-config.prettier": "~0.0.5",
"@spryker/frontend-config.stylelint": "~0.0.6",
"@types/jest": "~29.5.12",
"@types/node": "~18.16.9",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"commander": "~4.0.1",
"eslint": "~8.57.0",
"eslint-plugin-deprecation": "~2.0.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-preset-angular": "~13.1.6",
"nx": "~18.1.2",
"prettier": "~2.7.1",
"reflect-metadata": "~0.2.1",
"rxjs": "~7.8.1",
"stylelint": "~16.2.1",
"stylelint-config-standard-less": "~3.0.1",
"ts-jest": "29.1.2",
"ts-node": "~10.9.1",
"typescript": "~5.4.2",
"zone.js": "~0.14.4"
}
}