-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
66 lines (66 loc) · 2.08 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
{
"name": "aslezak.com-code",
"description": "aslezak.com Gatsby Site",
"version": "1.0.0",
"author": "Andy Slezak <[email protected]>",
"dependencies": {
"animate.css": "^3.5.2",
"autoprefixer": "^7.2.5",
"bootstrap": "^4.0.0",
"emotion": "^9.0.0",
"emotion-server": "^9.0.0",
"emotion-theming": "^9.0.0",
"flexboxgrid": "^6.3.1",
"formik": "^0.11.7",
"gatsby": "^1.9.202",
"gatsby-image": "^1.0.37",
"gatsby-link": "^1.6.37",
"gatsby-plugin-emotion": "^1.1.12",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-google-analytics": "^1.0.19",
"gatsby-plugin-google-fonts": "0.0.3",
"gatsby-plugin-netlify": "^1.0.18",
"gatsby-plugin-nprogress": "^1.0.12",
"gatsby-plugin-postcss-sass": "^1.0.17",
"gatsby-plugin-preact": "^1.0.16",
"gatsby-plugin-purify-css": "^2.2.1",
"gatsby-plugin-react-helmet": "^2.0.5",
"gatsby-plugin-react-next": "^1.0.9",
"gatsby-plugin-sass": "^1.0.17",
"gatsby-plugin-sharp": "^1.6.31",
"gatsby-plugin-typography": "^1.7.14",
"gatsby-source-filesystem": "^1.5.20",
"gatsby-transformer-javascript-static-exports": "^1.3.10",
"gatsby-transformer-json": "^1.0.15",
"gatsby-transformer-remark": "^1.7.33",
"gatsby-transformer-sharp": "^1.6.20",
"jump.js": "^1.0.2",
"object-fit-images": "^3.2.3",
"postcss-import": "^11.0.0",
"react-bootstrap": "^0.32.1",
"react-emotion": "^9.0.0",
"react-helmet": "^5.2.0",
"react-scroll": "^1.7.6",
"react-strap": "0.0.1",
"react-tippy": "^1.2.2",
"react-x-ray": "^1.0.0-4",
"reactstrap": "^5.0.0-beta",
"rebass": "^1.0.7",
"styled-system": "^1.1.7",
"webfontloader": "^1.6.28",
"yup": "^0.24.1"
},
"keywords": ["gatsby"],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"format":
"prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.10.2"
}
}