-
Notifications
You must be signed in to change notification settings - Fork 665
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 823 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 823 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
{
"name": "@theme-ui/color-modes",
"version": "0.15.5-develop.2",
"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": {
"@theme-ui/core": "workspace:^",
"@theme-ui/css": "workspace:^",
"deepmerge": "^4.2.2"
},
"peerDependencies": {
"@emotion/react": "^11",
"react": ">=18"
},
"devDependencies": {
"react": "^18.0",
"@types/react": "^18",
"@babel/core": "^7",
"@theme-ui/test-utils": "workspace:^"
},
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"
}