-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 4.98 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
{
"name": "semantic-release",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"audit": "audit-ci --config ./audit-ci.jsonc",
"build": "nx run-many --target=build --all --parallel",
"build:affected:packages": "nx affected --target=build --nxBail",
"build:affected:packages:prod": "nx affected --target=build:prod --nxBail",
"build:packages": "nx run-many --target=build --parallel --projects=tag:type:package",
"build:packages:prod": "nx run-many --target=build:prod --parallel --projects=tag:type:package",
"clean": "nx run-many --target=clean --all --parallel && rimraf ./node_modules",
"graph": "nx dep-graph",
"preinstall": "node verify-node-version.cjs && npx only-allow pnpm",
"lint": "pnpm run lint:prettier && pnpm run lint:eslint",
"lint:affected:eslint": "nx affected --target=lint:eslint --parallel --nxBail",
"lint:affected:eslint:fix": "nx affected --target=lint:eslint:fix --parallel --nxBail",
"lint:affected:package-json": "nx affected --target=lint:packagejson --parallel --nxBail",
"lint:affected:types": "nx affected --target=lint:types --parallel --nxBail",
"lint:eslint": "nx run-many --target=lint:eslint --all --parallel",
"lint:eslint:fix": "nx run-many --target=lint:eslint:fix --all --parallel",
"lint:fix": "pnpm run lint:prettier:fix && pnpm run lint:eslint:fix && pnpm run sort-package-json",
"lint:package-json": "nx run-many --target=lint:package-json --parallel --projects=tag:type:package",
"lint:prettier": "pnpm run lint:prettier:root && nx run-many --target=lint:prettier --all --parallel",
"lint:prettier:fix": "pnpm run lint:prettier:fix:root && nx run-many --target=lint:prettier:fix --all --parallel",
"lint:prettier:fix:root": "prettier --config=.prettierrc.cjs --write '*.{json,yml,yaml,js,ts}'",
"lint:prettier:root": "prettier --config=.prettierrc.cjs --check '*.{json,yml,yaml,js,ts}'",
"lint:secrets": "secretlint **/*",
"lint:staged": "lint-staged --verbose --concurrent false --debug",
"lint:text": "textlint ./.github/ ./packages/** ./README.md ./UPGRADE.md --parallel --experimental --cache --dry-run",
"lint:text:fix": "textlint ./.github/ ./packages/** ./README.md ./UPGRADE.md --parallel --experimental --fix",
"lint:types": "nx run-many --target=lint:types --all --parallel",
"nx": "nx",
"plop": "plop",
"prepare": "is-ci || husky install || exit 0",
"sort-package-json": "sort-package-json packages/**/package.json apps/**/package.json ./package.json",
"test": "nx run-many --target=test --all --parallel",
"test:affected": "nx affected --target=test --parallel --nxBail",
"test:affected:coverage": "nx affected --target=test:coverage --parallel --nxBail",
"test:coverage": "nx run-many --target=test:coverage --all --parallel",
"update:deps": "taze"
},
"browserslist": [
"extends browserslist-config-anolilab"
],
"dependencies": {
"@anolilab/commitlint-config": "^5.0.3",
"@anolilab/lint-staged-config": "^2.1.7",
"@anolilab/multi-semantic-release": "^1.1.5",
"@anolilab/prettier-config": "^5.0.14",
"@anolilab/textlint-config": "^8.0.16",
"@babel/core": "^7.26.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@nx/workspace": "20.2.2",
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
"@types/node": "22.10.2",
"audit-ci": "^7.1.0",
"browserslist-config-anolilab": "^5.0.14",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"lint-staged": "^15.2.11",
"nx": "^20.2.2",
"plop": "^4.0.1",
"prettier": "^3.4.2",
"publint": "^0.2.12",
"rimraf": "^6.0.1",
"secretlint": "9.0.0",
"semantic-release": "^24.2.0",
"sort-package-json": "^2.12.0",
"taze": "^0.18.0",
"textlint": "^14.4.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.17 <=23.*"
},
"pnpm": {
"overrides": {
"@anolilab/multi-semantic-release": "workspace:*",
"@anolilab/rc": "workspace:*",
"@anolilab/semantic-release-pnpm": "workspace:*",
"braces@<3.0.3": ">=3.0.3",
"chrono-node@<2.2.4": ">=2.7.7",
"micromatch@<4.0.8": ">=4.0.8",
"npm@>=7.9.0 <8.11.0": ">=8.11.0",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"vite@>=5.3.0 <=5.3.5": ">=5.3.6",
"vite@>=5.3.0 <5.3.6": ">=5.3.6",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8"
}
}
}