-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
38 lines (38 loc) · 1.01 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
{
"private": true,
"name": "gatsby-starter-hygraph-blog",
"author": "Jonathan Steele <[email protected]> (https://steele.pro)",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"dev": "gatsby develop"
},
"engines": {
"node": "~16"
},
"dependencies": {
"@mdx-js/mdx": "1.6.18",
"@mdx-js/react": "1.6.18",
"classnames": "2.2.6",
"gatsby": "2.24.68",
"gatsby-image": "2.4.21",
"gatsby-plugin-mdx": "1.2.44",
"gatsby-plugin-postcss": "2.3.13",
"gatsby-plugin-react-helmet": "3.3.13",
"gatsby-plugin-react-svg": "3.0.0",
"gatsby-plugin-sharp": "2.6.39",
"gatsby-source-graphcms": "2.0.0-next.11",
"gatsby-transformer-sharp": "2.5.17",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-transition-group": "4.4.1"
},
"devDependencies": {
"@tailwindcss/typography": "0.2.0",
"@tailwindcss/ui": "0.4.0",
"postcss-preset-env": "6.7.0",
"tailwindcss": "1.8.12"
}
}