-
Notifications
You must be signed in to change notification settings - Fork 665
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 925 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 925 Bytes
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
{
"name": "@theme-ui/components",
"version": "0.15.5-develop.2",
"main": "dist/theme-ui-components.cjs.js",
"module": "dist/theme-ui-components.esm.js",
"types": "dist/theme-ui-components.cjs.d.ts",
"sideEffects": false,
"scripts": {},
"dependencies": {
"@styled-system/color": "^5.1.2",
"@styled-system/should-forward-prop": "^5.1.2",
"@styled-system/space": "^5.1.2",
"@theme-ui/css": "workspace:^",
"@types/styled-system": "^5.1.13"
},
"peerDependencies": {
"@emotion/react": "^11",
"react": ">=18"
},
"devDependencies": {
"react": "^18.1.0",
"@types/react": "^18",
"@babel/core": "^7",
"theme-ui": "workspace:^",
"@theme-ui/test-utils": "workspace:^",
"@theme-ui/core": "workspace:^"
},
"publishConfig": {
"access": "public"
},
"author": "Brent Jackson <jxnblk@gmail.com>",
"license": "MIT",
"repository": "system-ui/theme-ui"
}