forked from system-ui/theme-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 737 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 737 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
{
"name": "@theme-ui/components",
"version": "0.8.4",
"author": "Brent Jackson <jxnblk@gmail.com>",
"license": "MIT",
"main": "dist/theme-ui-components.cjs.js",
"module": "dist/theme-ui-components.esm.js",
"types": "index.d.ts",
"sideEffects": false,
"scripts": {},
"dependencies": {
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@styled-system/color": "^5.1.2",
"@styled-system/should-forward-prop": "^5.1.2",
"@styled-system/space": "^5.1.2",
"@theme-ui/css": "0.8.4",
"@types/styled-system": "^5.1.10"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"react": "^17.0.1"
}
}