-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
{
"name": "@phizzard/gatsby-theme-tailwind-blog",
"version": "2.0.1",
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"react",
"blog",
"tailwindcss",
"emotion"
],
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop"
},
"peerDependencies": {
"gatsby": "^2.13.60",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-react-hooks": "^1.7.0",
"gatsby": "^2.13.60",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"tailwindcss": "^1.1.2"
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@emotion/styled": "^10.0.15",
"@mdx-js/mdx": "^1.2.2",
"@mdx-js/react": "^1.2.2",
"gatsby-image": "^2.2.8",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-mdx": "^1.0.23",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sharp": "^2.2.11",
"gatsby-remark-copy-linked-files": "^2.1.5",
"gatsby-remark-images": "^3.1.10",
"gatsby-remark-numbered-footnotes": "^1.0.0",
"gatsby-remark-smartypants": "^2.1.2",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-remark": "^2.6.13",
"gatsby-transformer-sharp": "^2.2.6",
"mdx-utils": "^0.2.0",
"react-helmet": "^6.0.0-beta",
"remark-slug": "^5.1.2",
"tailwind.macro": "^1.0.0-alpha.10"
}
}