-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·55 lines (55 loc) · 1.6 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
{
"name": "squeezer-site",
"private": true,
"description": "Squeezer Site",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"axios": "^0.18.0",
"browser-env": "^3.2.5",
"classnames": "^2.2.6",
"fs-extra": "^7.0.0",
"gatsby": "^2.0.0",
"gatsby-plugin-cookiehub": "^1.0.0",
"gatsby-plugin-glamor": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.0.5",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.11",
"gatsby-plugin-typography": "^2.2.10",
"gatsby-transformer-json": "^2.1.5",
"glamor": "^2.20.40",
"i18next": "^12.0.0",
"i18next-browser-languagedetector": "^2.2.3",
"i18next-xhr-backend": "^1.5.1",
"lodash": "^4.17.11",
"react": "^16.4.0",
"react-copy-to-clipboard": "^5.0.1",
"react-countdown-now": "^2.1.0",
"react-countup": "^4.1.3",
"react-dom": "^16.4.0",
"react-google-recaptcha": "^1.0.5",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.3.12",
"react-i18next": "^8.3.5",
"react-icons": "^3.2.2",
"react-onclickoutside": "^6.7.1",
"react-typography": "^0.16.19",
"react-visibility-sensor": "^5.0.2",
"slash": "^1.0.0",
"typography": "^0.16.19",
"typography-breakpoint-constants": "^0.15.10",
"typography-theme-fairy-gates": "^0.16.19"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"deploy": "NODE_ENV=production gatsby build --prefix-paths",
"build": "gatsby build",
"start": "npm run develop"
},
"devDependencies": {}
}