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
31 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 770 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
{
"name": "@theme-ui/mdx",
"version": "0.4.0-rc.1",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"prepare": "microbundle --no-compress --tsconfig tsconfig.json",
"watch": "microbundle watch --no-compress --tsconfig tsconfig.json"
},
"dependencies": {
"@emotion/core": "^10.0.0",
"@emotion/styled": "^10.0.0",
"@mdx-js/react": "^1.0.0"
},
"devDependencies": {
"@theme-ui/core": "^0.4.0-rc.1",
"@theme-ui/css": "^0.4.0-rc.1"
},
"peerDependencies": {
"react": "^16.11.0"
},
"author": "Brent Jackson",
"repository": "system-ui/theme-ui",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}