forked from hackclub/v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.19 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@hackclub/site",
"description": "hackclub.com",
"version": "0.1.0",
"author": "Lachlan Campbell <lachlan@hackclub.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"fmt": "npx prettier \"{src/**,}/*.js\" --single-quote --no-semi --write",
"map": "npx babel-node src/map.js"
},
"dependencies": {
"@hackclub/banner": "^1.0.1",
"@hackclub/design-system": "^0.0.1-16",
"animated-value": "^0.2.3",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.10.0",
"emoji-regex": "^8.0.0",
"formik": "^1.5.1",
"fuse.js": "^3.4.4",
"gatsby": "^2.5.5",
"gatsby-plugin-canonical-urls": "^2.0.13",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-netlify": "^2.0.17",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-resolve-src": "^2.0.0",
"gatsby-plugin-segment": "^1.0.2",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-copy-linked-files": "^2.0.12",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "^3.2.9",
"gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.36",
"gatsby-transformer-json": "^2.1.11",
"gatsby-transformer-remark": "^2.3.12",
"geopattern": "^1.2.3",
"lodash": "^4.17.11",
"nuka-carousel": "^4.5.6",
"prismjs": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-autocomplete": "^1.8.1",
"react-dom": "^16.8.6",
"react-gravatar": "^2.6.3",
"react-helmet": "^5.2.1",
"react-markdown": "^4.0.8",
"react-player": "^1.11.0",
"react-reveal": "^1.2.2",
"react-scrolllock": "^4.0.1",
"react-slick": "^0.24.0",
"react-spring": "^7.2.11",
"resnow": "^1.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "3.4.10",
"unfetch": "^4.1.0",
"validator": "^10.11.0",
"yup": "^0.27.0"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"minimist": "^1.2.0",
"react-simple-maps": "^0.12.1",
"svgo": "^1.2.2"
},
"keywords": [
"gatsby"
]
}