-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 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
72
73
74
75
76
77
78
79
80
81
{
"name": "@xerox/config",
"version": "0.0.0",
"description": "Monorepo for Xerox shareable configurations.",
"repository": "[email protected]:xeroxinteractive/config.git",
"author": "Andrew Leedham <[email protected]>",
"license": "MIT",
"private": true,
"engines": {
"node": ">=18",
"npm": ">=5.0",
"pnpm": ">=7"
},
"scripts": {
"lint": "eslint ./packages/**/*.js && prettier ./**/*.json --check --ignore-path .gitignore && pnpm --filter './packages/*' run lint",
"format": "eslint ./packages/**/*.js --format && prettier ./**/*.json --write --ignore-path .gitignore",
"deploy": "auto shipit",
"test": "vitest",
"audit": "pnpm audit --prod --audit-level moderate"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 2022,
"sourceType": "module"
},
"extends": [
"./packages/xerox-eslint-config/index.js"
]
},
"prettier": "./packages/xerox-prettier-config/index.js",
"devDependencies": {
"@auto-it/core": "11.0.4",
"@auto-it/slack": "11.0.4",
"auto": "11.0.4",
"browserslist": "4.22.1",
"enhanced-resolve": "5.15.0",
"eslint": "8.52.0",
"lerna": "7.4.2",
"prettier": "3.0.3",
"stylelint": "15.11.0",
"vitest": "0.34.6"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"yargs-parser@<13.1.2": "^13.1.2",
"yargs-parser@>=15.0.0 <15.0.1": "^15.0.1",
"yargs-parser@>=18.0.0 <18.1.2": "^18.1.2",
"yargs-parser@>=20.0.0 <20.2.0": "^20.2.0",
"mem@<4.0.0": "^4.0.0",
"y18n@<3.2.2": "^3.2.2",
"y18n@>=4.0.0 <4.0.1": "^4.0.1",
"y18n@>=5.0.0 <5.0.5": "^5.0.5",
"hosted-git-info@<2.8.9": "^2.8.9",
"hosted-git-info@>=3.0.0 <3.0.8": "^3.0.8",
"glob-parent@<5.1.2": "^5.1.2",
"trim-newlines@<3.0.1": "^3.0.1",
"trim-newlines@>=4.0.0 <4.0.1": "^4.0.1",
"trim@<0.0.3": "^0.0.3",
"handlebars@<4.7.7": "^4.7.7",
"normalize-url@<4.5.1": "^4.5.1",
"normalize-url@>=5.0.0 <5.3.1": "^5.3.1",
"normalize-url@>=6.0.0 <6.0.1": "^6.0.1",
"@npmcli/git@<2.0.8": "^2.0.8",
"path-parse@<1.0.7": "^1.0.7",
"tar@<6.1.1": "^6.1.1",
"json-schema@<0.4.0": "^0.4.0",
"@npmcli/arborist@<2.8.2": "^2.8.2",
"node-fetch@<2.6.7": "^2.6.7",
"minimist@<1.2.6": "^1.2.6",
"npm@<8.11.0": "^8.11.0",
"minimatch@<3.0.5": "^3.0.5",
"json5@<1.0.2": "^1.0.2",
"semver@<5.7.2": "^5.7.2",
"semver@>6.3.0 <6.3.1": "^6.3.1",
"semver@>=7.0.0 <7.5.2": "^7.5.2",
"word-wrap@<1.2.4": "^1.2.4",
"postcss@<8.4.31": ">=8.4.31"
}
}
}