-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.11 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
{
"name": "@guardian/csnx",
"version": "0.1.0",
"private": "true",
"type": "module",
"scripts": {
"build": "./scripts/use-make-instead",
"lint:packages": "syncpack lint",
"prepare": "husky",
"test": "./scripts/use-make-instead"
},
"devDependencies": {
"@changesets/cli": "2.29.2",
"@guardian/prettier": "workspace:*",
"@manypkg/get-packages": "3.1.0",
"@types/node": "24.10.0",
"husky": "9.1.4",
"lint-staged": "16.2.6",
"prettier": "3.6.2",
"sort-package-json": "3.4.0",
"syncpack": "13.0.0",
"typescript": "5.9.3",
"wireit": "0.14.12"
},
"packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@types/node",
"eslint",
"prettier"
]
},
"updateConfig": {
"ignoreDependencies": [
"@emotion/react",
"@types/react",
"react",
"react-dom"
]
},
"patchedDependencies": {
"ast-types@0.16.1": "patches/ast-types@0.16.1.patch",
"jsdom@26.1.0": "patches/jsdom@26.1.0.patch"
}
}
}