-
Notifications
You must be signed in to change notification settings - Fork 673
/
package.json
34 lines (34 loc) · 935 Bytes
/
package.json
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
{
"name": "@theme-ui/editor",
"version": "0.4.0-rc.3",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"author": "Brent Jackson",
"license": "MIT",
"scripts": {
"prepare": "microbundle --no-compress --tsconfig tsconfig.json",
"watch": "microbundle watch --no-compress --tsconfig tsconfig.json",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@theme-ui/components": "^0.4.0-rc.3",
"@theme-ui/css": "^0.4.0-rc.3",
"@theme-ui/style-guide": "^0.4.0-rc.3",
"@types/react-color": "^2.17.3",
"color": "^3.1.2",
"react-color": "^2.18.0",
"reakit": "^1.0.0-beta.14",
"tinycolor2": "^1.4.1"
},
"peerDependencies": {
"@emotion/core": "^10.0.10",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"theme-ui": "^0.3.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "bfd026cae085f377ca537de897dc43233d50f5d5"
}