forked from SAP/open-ux-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 3.44 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 3.44 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
84
85
86
87
88
89
{
"name": "@sap-ux/open-ux-tools-root",
"version": "0.9.0",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"private": true,
"devDependencies": {
"@changesets/cli": "2.27.10",
"@eslint/eslintrc": "3.3.0",
"@eslint/js": "9.22.0",
"@playwright/test": "1.56.1",
"@types/jest": "30.0.0",
"@types/node": "18.19.130",
"autoprefixer": "10.4.21",
"check-dependency-version-consistency": "5.0.1",
"esbuild": "0.25.11",
"esbuild-sass-plugin": "3.3.1",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.1",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "61.5.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-sonarjs": "3.0.5",
"globals": "16.0.0",
"husky": "8.0.3",
"jest": "30.2.0",
"jest-sonar": "0.2.16",
"npm-run-all2": "7.0.2",
"nx": "21.6.5",
"postcss": "8.5.6",
"prebuild-install": "^7.1.3",
"prettier": "3.6.2",
"pretty-quick": "3.3.1",
"react-select": "5.10.2",
"react-virtualized": "9.22.6",
"rimraf": "6.0.1",
"ts-jest": "29.4.5",
"typescript": "5.9.3",
"typescript-eslint": "8.49.0",
"update-ts-references": "3.6.2",
"yargs-parser": "21.1.1",
"yaml": "2.8.2"
},
"scripts": {
"update-ts-references": "update-ts-references",
"postinstall": "npm-run-all -l -p update-ts-references && pnpm rebuild sharp -r",
"clean": "npm-run-all clean:nx:reset clean:nx:all",
"clean:nx:all": "nx run-many --target=clean --all",
"clean:nx:reset": "nx reset --only-cache",
"validate:changesets": "node scripts/validate-changesets.js",
"build": "pnpm validate:changesets && nx run-many --target=build --all",
"build:force": "nx run-many --target=build --all --skip-nx-cache",
"format": "pnpm recursive run format",
"lint": "nx run-many --target=lint --all",
"lint:fix": "nx run-many --target=lint:fix --all",
"lint:dependency-versions": "check-dependency-version-consistency .",
"test": "nx run-many --target=test --all",
"test:integration": "nx run-many --target=test:integration --all --exclude @sap-ux-private/adaptation-editor-tests",
"link": "pnpm recursive run link",
"unlink": "pnpm recursive run unlink",
"prepare": "husky install",
"cset": "pnpm validate:changesets && changeset",
"ci:version": "changeset version && pnpm install --lockfile-only",
"ci:publish": " node --max_old_space_size=20336 node_modules/@changesets/cli/bin.js 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": ">=20.x"
},
"packageManager": "pnpm@8.14.0",
"pnpm": {
"overrides": {
"router>path-to-regexp": "0.1.12",
"router@^2.0.0>path-to-regexp": "8.2.0",
"@storybook/manager-api>store2": "2.14.4",
"mta-local": "1.0.4",
"axios@<1.12.0": "^1.12.2",
"eslint": "^9.39.1"
}
}
}