-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "softbricks-homepage",
"description": "Softbricks Homepage",
"version": "1.0.0",
"author": "Lukas Sporrer <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "1.8.0",
"gatsby": "2.0.19",
"gatsby-image": "2.0.13",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-react-helmet": "3.0.0",
"gatsby-plugin-sharp": "2.0.6",
"gatsby-plugin-styled-components": "3.0.0",
"gatsby-source-contentful": "2.0.2",
"gatsby-transformer-remark": "2.1.6",
"gatsby-transformer-sharp": "2.1.3",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-helmet": "5.2.0",
"recompose": "0.30.0",
"styled-components": "3.4.9"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"prettier": "1.14.3"
}
}