forked from emotion-js/emotion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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
57
58
59
60
61
{
"name": "emotion-site",
"private": true,
"description": "emotion site",
"version": "9.0.0-1",
"dependencies": {
"@dumpster/remark-custom-element-to-hast": "^0.4.0",
"babel-plugin-emotion": "^9.0.0-1",
"babel-standalone": "^6.26.0",
"dom-iterator": "^0.3.0",
"emotion": "^9.0.0-1",
"emotion-server": "^9.0.0-1",
"emotion-utils": "^9.0.0-0",
"facepaint": "^1.1.2",
"gatsby": "^1.9.149",
"gatsby-image": "^1.0.31",
"gatsby-link": "^1.6.32",
"gatsby-plugin-catch-links": "^1.0.14",
"gatsby-plugin-emotion": "^1.1.10",
"gatsby-plugin-netlify": "^1.0.12",
"gatsby-plugin-react-helmet": "^2.0.3",
"gatsby-plugin-react-next": "^1.0.7",
"gatsby-plugin-sharp": "^1.6.24",
"gatsby-plugin-sitemap": "^1.2.9",
"gatsby-remark-autolink-headers": "^1.4.11",
"gatsby-remark-images": "^1.5.36",
"gatsby-remark-prismjs": "^1.2.11",
"gatsby-remark-smartypants": "^1.4.10",
"gatsby-source-filesystem": "^1.5.11",
"gatsby-transformer-remark": "^1.7.26",
"gatsby-transformer-sharp": "^1.6.16",
"graphql-type-json": "^0.1.4",
"grid-emotion": "^2.1.0",
"lodash": "^4.17.4",
"normalize.css": "^7.0.0",
"open-color": "^1.5.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-emotion": "9.0.0-1",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-live": "^1.7.1",
"react-sidebar": "^2.3.2",
"rebass-emotion": "^1.0.5",
"remark-frontmatter": "^1.1.0",
"remark-parse": "^4.0.0",
"styled-system": "^1.0.8",
"unified": "^6.1.6",
"unist-util-visit": "^1.2.0",
"worker-loader": "1.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build:site": "gatsby build",
"start:site": "gatsby develop"
}
}