-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
36 lines (36 loc) · 1.14 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
{
"name": "system-ui.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"favicon": "capture-website 'https://contrast.now.sh/fff/000?size=32&fontSize=2&text=UI' --width=32 --height=32 --overwrite static/favicon.png",
"card": "capture-website 'https://contrast.now.sh/fff/000?width=1280&height=720&fontSize=2&text=UI' --width=1280 --height=720 --overwrite static/card.png",
"test": "echo \"Beep boop\""
},
"keywords": [],
"author": "Brent Jackson <jxnblk@gmail.com>",
"license": "MIT",
"devDepencencies": {
"capture-website-cli": "^0.3.1"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@mdx-js/mdx": "^1.0.21",
"@mdx-js/react": "^1.0.21",
"@system-ui/theme": "0.0.4",
"@theme-ui/presets": "^0.2.0",
"deepmerge": "^3.3.0",
"gatsby": "^2.11.5",
"gatsby-plugin-catch-links": "^2.1.0",
"gatsby-plugin-mdx": "^1.0.6",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-theme-ui": "^0.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"theme-ui": "^0.2.0"
}
}