-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.96 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.15.21",
"gatsby-cli": "^2.7.50",
"gatsby-image": "^2.2.20",
"gatsby-link": "^2.2.15",
"gatsby-plugin-google-analytics": "^2.1.17",
"gatsby-plugin-google-tagmanager": "^2.1.10",
"gatsby-plugin-layout": "^1.1.8",
"gatsby-plugin-netlify": "^2.1.15",
"gatsby-plugin-offline": "^3.0.8",
"gatsby-plugin-react-helmet": "^3.1.8",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-sharp": "^2.0.32",
"gatsby-plugin-styled-components": "^3.1.6",
"gatsby-plugin-typography": "^2.3.8",
"gatsby-remark-embed-video": "^2.0.0",
"gatsby-remark-images": "^3.1.23",
"gatsby-remark-responsive-iframe": "^2.2.17",
"gatsby-source-filesystem": "^2.1.26",
"gatsby-transformer-json": "^2.2.9",
"gatsby-transformer-remark": "^2.6.24",
"gatsby-transformer-sharp": "^2.1.17",
"gatsby-transformer-yaml": "^2.2.10",
"jsonp": "^0.2.1",
"libvips": "0.0.2",
"lodash": "^4.17.15",
"minipass": "^2.8.3",
"npm": "^6.11.3",
"raf": "^3.4.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.5.0",
"react-scroll-to-component": "^1.0.2",
"react-typography": "^0.16.19",
"save": "^2.4.0",
"sharp": "^0.21.3",
"styled-components": "^4.4.0",
"tween": "^0.9.0",
"typography": "^0.16.19",
"vips": "^1.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-preset-gatsby": "^0.2.14",
"prettier": "^1.18.2"
}
}