-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.25 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Yousef Abu-Salah <ykabusalah@gmail.com>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.15.36",
"gatsby-image": "^2.2.38",
"gatsby-link": "^2.2.20",
"gatsby-plugin-google-analytics": "^2.1.21",
"gatsby-plugin-react-helmet": "^3.1.11",
"gatsby-plugin-sharp": "^2.2.29",
"gatsby-plugin-styled-components": "^3.1.9",
"gatsby-source-filesystem": "^2.1.31",
"gatsby-transformer-sharp": "^2.2.21",
"lodash": "^4.17.15",
"react": "^16.10.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-waypoint": "^9.0.2",
"styled-components": "^4.4.0",
"styled-normalize": "^8.0.6"
},
"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": {
"gatsby-plugin-root-import": "^2.0.5",
"gh-pages": "^2.1.1",
"prettier": "^1.18.2"
}
}