-
Notifications
You must be signed in to change notification settings - Fork 665
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 799 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 799 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
35
36
{
"name": "@theme-ui/core",
"version": "0.15.5-develop.2",
"source": "src/index.ts",
"main": "dist/theme-ui-core.cjs.js",
"module": "dist/theme-ui-core.esm.js",
"types": "dist/theme-ui-core.cjs.d.ts",
"sideEffects": false,
"scripts": {},
"repository": "system-ui/theme-ui",
"author": "Brent Jackson",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@theme-ui/css": "workspace:^",
"deepmerge": "^4.2.2"
},
"peerDependencies": {
"@emotion/react": "^11",
"react": ">=18"
},
"devDependencies": {
"@types/react": "^18",
"@babel/core": "^7",
"@theme-ui/test-utils": "workspace:^"
},
"preconstruct": {
"entrypoints": [
"index.ts",
"jsx-dev-runtime.ts",
"jsx-runtime.ts"
]
}
}