-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.64 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.64 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
{
"name": "viewer-components-react",
"private": true,
"repository": {
"url": "https://github.com/iTwin/viewer-components-react.git"
},
"packageManager": "pnpm@10.28.2",
"scripts": {
"build": "lage build --grouped",
"cover": "lage cover --grouped --continue",
"docs:all": "lage docs",
"test": "lage test --grouped --continue",
"test:e2e": "lage test:e2e --continue --verbose",
"lint": "lage lint --grouped --continue",
"clean": "lage clean --grouped --continue",
"extract-api": "lage extract-api --grouped --continue",
"check": "beachball check",
"check:dev": "beachball check --config beachball.config.dev.js",
"change": "beachball change --no-commit",
"change:dev": "beachball change --config beachball.config.dev.js --no-commit",
"cspell": "cspell .",
"check-inline-styles": "node scripts/check-inline-styles.js",
"publish": "beachball publish --new",
"bump": "beachball bump",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"gather-docs": "node ./scripts/gatherDocs.js",
"update-extractions": "npm run docs:all && npm run gather-docs && lage update-extractions",
"check-extractions": "npm run docs:all && npm run gather-docs && lage check-extractions",
"benchmark:tree-widget": "pnpm run -C ./apps/performance-tests benchmark:tree-widget"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"beachball": "^2.63.0",
"cpx2": "^8.0.0",
"cspell": "^9.6.4",
"glob": "^13.0.1",
"lage": "^2.14.17",
"prettier": "^3.8.1",
"yargs": "^18.0.0"
},
"pnpm": {
"neverBuiltDependencies": []
}
}