-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
56 lines (56 loc) · 1.59 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "theme-ui-sketchy-preset",
"private": false,
"description": "Theme UI Sketchy Preset",
"version": "0.1.3",
"license": "MIT",
"main": "dist/index.js",
"source": "src/gatsby-plugin-theme-ui/index.ts",
"types": "dist/gatsby-plugin-theme-ui/index.d.ts",
"module": "dist/gatsby-plugin-theme-ui/index.esm.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/beerose/theme-ui-sketchy"
},
"homepage": "https://github.com/beerose/theme-ui-sketchy#readme",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"dev": "microbundle watch",
"build:microbundle": "microbundle --no-compress --tsconfig tsconfig.lib.json"
},
"dependencies": {
"theme-ui": "0.4.0-alpha.0"
},
"devDependencies": {
"@mdx-js/mdx": "1.5.7",
"@mdx-js/react": "1.5.9",
"@theme-ui/presets": "0.4.0-alpha.0",
"@theme-ui/style-guide": "0.4.0-alpha.0",
"@types/mdx-js__react": "^1.5.1",
"@types/react-helmet": "^5.0.15",
"gatsby": "2.19.43",
"gatsby-plugin-mdx": "1.0.82",
"gatsby-plugin-theme-ui": "0.3.0",
"gatsby-plugin-typescript": "2.3.5",
"gatsby-source-filesystem": "2.1.55",
"microbundle": "^0.12.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "6.0.0"
},
"keywords": [
"css",
"theme-ui",
"preset",
"sketchy"
]
}