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) · 726 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 726 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/color-modes",
"version": "0.8.4",
"main": "dist/theme-ui-color-modes.cjs.js",
"module": "dist/theme-ui-color-modes.esm.js",
"types": "dist/theme-ui-color-modes.cjs.d.ts",
"source": "src/index.tsx",
"sideEffects": false,
"scripts": {},
"repository": "system-ui/theme-ui",
"author": "Brent Jackson",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@emotion/react": "^11.1.1",
"@theme-ui/core": "0.8.4",
"@theme-ui/css": "0.8.4",
"deepmerge": "^4.2.2"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0"
},
"devDependencies": {
"react": "^17.0.1"
},
"gitHead": "c5a716a2e214d8c3762f917a57418bb995fb4c9a"
}