-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
{
"name": "gatsby-sns",
"version": "1.0.0",
"private": true,
"description": "gatsby-sns",
"author": "Michael Czechowski <mail@dailysh.it>",
"keywords": [
"gatsby"
],
"scripts": {
"build": "gatsby build",
"build:gh": "npm run clean && npm run build:pp && gh-pages -d public",
"build:pp": "gatsby build --prefix-paths",
"clean": "gatsby clean",
"develop": "gatsby develop",
"serve": "gatsby serve",
"start": "gatsby develop"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"autoprefixer": "^10.2.6",
"gatsby": "^3.4.1",
"gatsby-plugin-gatsby-cloud": "^2.6.1",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-mdx": "^2.6.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-sass": "^4.6.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-source-instagram": "^0.9.0",
"gatsby-source-youtube-v3": "^3.0.1",
"gatsby-transformer-remark": "^4.3.0",
"gatsby-transformer-sharp": "^3.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dom-confetti": "^0.2.0",
"react-helmet": "^6.1.0",
"sass": "^1.34.0",
"tailwindcss": "^2.1.4",
"url-join": "^4.0.1"
},
"devDependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@heroicons/react": "^1.0.1",
"gatsby-plugin-emotion": "^6.6.0",
"gh-pages": "^3.2.0",
"twin.macro": "^2.4.2"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}