-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 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
{
"name": "relief-resources-site",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"author": "Henry Quinnn <[email protected]>",
"dependencies": {
"gatsby": "^2.19.47",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-page-creator": "^2.1.46",
"gatsby-plugin-postcss": "^2.1.22",
"gatsby-plugin-preact": "^3.1.28",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-purgecss": "^4.0.1",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-remark-autolink-headers": "^2.2.1",
"gatsby-remark-images": "^3.2.1",
"gatsby-remark-prismjs": "^3.4.1",
"gatsby-remark-smartypants": "^2.2.1",
"gatsby-source-filesystem": "^2.1.57",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.3.19",
"limax": "^2.0.0",
"preact": "^10.3.4",
"prismjs": "^1.19.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"tailwindcss": "^1.2.0"
},
"peerDependencies": {},
"devDependencies": {
"react": "^16.13.1",
"dotenv": "^8.2.0"
}
}