forked from SAP/open-ux-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (75 loc) · 2.71 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
{
"name": "@sap-ux/open-ux-tools-root",
"version": "0.9.0",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"private": true,
"devDependencies": {
"update-ts-references": "3.2.1",
"@changesets/cli": "2.27.7",
"@nrwl/nx-cloud": "18.0.0",
"@types/jest": "29.5.5",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "8.56.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.23.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-sonar": "0.2.16",
"nx": "18.2.4",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"typescript": "5.3.3",
"esbuild-sass-plugin": "2.3.1",
"esbuild": "0.14.49",
"@playwright/test": "1.39.0"
},
"scripts": {
"postinstall": "update-ts-references",
"clean": "nx run-many --target=clean --all",
"build": "nx run-many --target=build --all",
"format": "pnpm recursive run format",
"lint": "nx run-many --target=lint --all",
"lint:fix": "nx run-many --target=lint:fix --all",
"test": "nx run-many --target=test --all",
"test:integration": "nx run-many --target=test:integration --all",
"link": "pnpm recursive run link",
"unlink": "pnpm recursive run unlink",
"prepare": "husky install",
"cset": "changeset",
"ci:version": "changeset version && pnpm install --lockfile-only",
"ci:publish": "changeset publish",
"run:pretty-quick": "pretty-quick --ignore-path .prettierignore",
"run:pretty": "prettier --write .",
"graph-deps": "nx graph",
"clean:nx:cache": "nx reset"
},
"engines": {
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "8.14.0",
"node": ">=18.x"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@testing-library/jest-dom>@adobe/css-tools@<4.3.2": ">=4.3.2",
"nx-cloud>axios@<1.6.8": ">=1.6.8",
"nx-cloud>tar@<6.2.1": ">=6.2.1",
"@sap/bas-sdk>axios@<1.6.8": ">=1.6.8",
"@sap/wing-service-explorer>axios@<1.6.8": ">=1.6.8",
"@sap/wing-service-explorer>[email protected]": ">=4.2.7",
"braces@<3.0.3":">=3.0.3",
"ws@>=7.0.0 <7.5.10 ":">=7.5.10"
}
}
}