-
Notifications
You must be signed in to change notification settings - Fork 673
/
package.json
119 lines (119 loc) · 4.11 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "@theme-ui/monorepo",
"version": "0.16.2-develop.3",
"private": true,
"scripts": {
"build": "preconstruct build",
"build:docs": "pnpm build && pnpm run --filter docs build",
"serve:docs": "pnpm build:docs && pnpm run --filter docs serve",
"dev:docs": "pnpm run --filter docs start",
"clean": "rimraf packages/*/{dist,rts2_cache*}",
"format": "prettier --write \"**/*.{ts,js,json}\" \"**/*.md\" \"**/*.mdx\"",
"lint": "eslint --ext .ts,.tsx,.js \"packages/**/*.{ts,tsx,js,mtsx,mts}\"",
"test": "cross-env \"NODE_OPTIONS=--experimental-vm-modules --no-warnings\" jest",
"test:coverage": "cross-env \"NODE_OPTIONS=--experimental-vm-modules --no-warnings\" jest --coverage",
"typecheck": "tsc --noEmit",
"typecheck:tests": "tsc --noEmit -P ./tsconfig.test.json",
"logo": "pnpm run --filter docs logo",
"postinstall": "preconstruct dev",
"dev": "preconstruct dev",
"release": "pnpm clean && pnpm build && pnpm shipit && node scripts/publish-to-npm.mjs",
"auto": "cross-env TS_NODE_COMPILER_OPTIONS=\"{ \\\"module\\\": \\\"commonjs\\\", \\\"isolatedModules\\\": false }\" auto",
"shipit": "pnpm auto shipit",
"shipit:verbose": "pnpm auto shipit -v",
"auto:version": "pnpm auto version -v",
"all-contributors:check": "./scripts/all-contributors-check.js",
"all-contributors:add": "npx all-contributors add",
"codesandbox-ci:install": "pnpm install --no-frozen-lockfile"
},
"nohoist": [
"**/@mdx-js/react",
"**/@mdx-js/mdx"
],
"preconstruct": {
"packages": [
"packages/*",
"!packages/docs",
"!packages/e2e",
"!packages/tachyons"
]
},
"engines": {
"node": ">=18.0.0"
},
"pnpm": {
"overrides": {
"@types/readable-stream": "2.3.11",
"@babel/core": "7.22.5"
},
"peerDependencyRules": {
"ignoreMissing": [
"babel-eslint",
"graphql",
"cypress"
],
"allowedVersions": {
"react": "18",
"eslint": "8",
"gatsby": "^4 || ^5",
"@types/jest": "29",
"@typescript-eslint/parser": "*",
"@typescript-eslint/eslint-plugin": "*"
}
}
},
"dependencies": {
"@auto-it/all-contributors": "^11.2.1",
"@auto-it/conventional-commits": "^11.2.1",
"@auto-it/core": "^11.2.1",
"@auto-it/first-time-contributor": "^11.2.1",
"@auto-it/magic-zero": "^11.2.1",
"@auto-it/npm": "^11.2.1",
"@auto-it/omit-commits": "^11.2.1",
"@auto-it/released": "^11.2.1",
"@babel/cli": "^7.22.5",
"@babel/helper-string-parser": "^7.22.5",
"@babel/helper-validator-identifier": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.25.7",
"@codechecks/build-size-watcher": "^0.1.0",
"@codechecks/client": "0.1.12",
"@emotion/jest": "^11.13.0",
"@jest/types": "^29.6.3",
"@preconstruct/cli": "^2.8.9",
"@testing-library/react": "^14.2.1",
"@types/eslint": "8.56.2",
"@types/jest": "^29.5.13",
"@types/node": "^20.3.1",
"@types/react-dom": "^18.2.5",
"@types/react-test-renderer": "^18.3.0",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"auto": "^11.2.1",
"babel-jest": "^29.7.0",
"babel-preset-gatsby": "^3.13.2",
"cross-env": "^7.0.3",
"egzek": "^1.2.0",
"eslint": "^8.56.0",
"eslint-config-react-app": "^7.0.1",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-mock-console": "^2.0.0",
"jest-ts-webcompat-resolver": "^1.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.8",
"react-test-renderer": "^18.3.1",
"rimraf": "^5.0.1",
"semver": "^7.6.3",
"ts-jest": "^29.2.5",
"ts-toolbelt": "^9.6.0",
"typecov": "^0.2.3",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}