-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.56 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
{
"name": "jimmy-hooker-com",
"version": "1.0.1",
"private": true,
"description": "Jimmy Hooker's Website",
"author": "Jimmy Hooker",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/nunito-sans": "^4.5.1",
"@heroicons/react": "^1.0.5",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
"framer-motion": "^5.3.3",
"gatsby": "^4.3.0",
"gatsby-plugin-feed": "^4.25.0",
"gatsby-plugin-google-gtag": "4.25",
"gatsby-plugin-image": "^2.1.0",
"gatsby-plugin-manifest": "^4.1.1",
"gatsby-plugin-mdx": "^3.1.1",
"gatsby-plugin-postcss": "^5.1.0",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-sharp": "^4.1.1",
"gatsby-plugin-sitemap": "^5.1.1",
"gatsby-plugin-twitter": "^4.2.0",
"gatsby-remark-images": "^6.2.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-source-filesystem": "^4.1.0",
"gatsby-transformer-sharp": "^4.1.0",
"iframe-resizer-react": "^1.1.0",
"postcss": "^8.3.11",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-share": "^4.4.0",
"react-table": "^7.7.0",
"tailwindcss": "^2.2.19",
"tailwindcss-selection-variant": "^0.1.0",
"typeface-nunito-sans": "^1.1.13"
}
}