-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.64 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
{
"name": "gatsby-starter-gcn",
"description": "A starter template to build amazing static websites with Gatsby, Contentful and Netlify",
"version": "0.0.1",
"repository": "https://github.com/ryanwiemer/gatsby-starter-gcn",
"author": "Ryan Wiemer <[email protected]>",
"dependencies": {
"@onextech/react-semantic-booster": "^0.6.36",
"chalk": "^2.3.1",
"contentful-import": "^6.2.0",
"dotenv": "^5.0.0",
"gatsby": "^1.9.214",
"gatsby-image": "^1.0.39",
"gatsby-link": "^1.6.37",
"gatsby-plugin-canonical-urls": "^1.0.13",
"gatsby-plugin-netlify": "^1.0.18",
"gatsby-plugin-react-helmet": "^2.0.5",
"gatsby-plugin-styled-components": "^2.0.8",
"gatsby-remark-prismjs": "^1.2.15",
"gatsby-source-contentful": "^1.3.38",
"gatsby-source-filesystem": "^1.5.23",
"gatsby-transformer-remark": "^1.7.33",
"inquirer": "^5.1.0",
"lodash.find": "^4.6.0",
"path": "^0.12.7",
"promise-polyfill": "^7.1.0",
"react-helmet": "^5.2.0",
"semantic-ui-react": "^0.78.3",
"styled-components": "^3.1.6",
"whatwg-fetch": "^2.0.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"devDependencies": {
"babel-loader": "7.1.1",
"prettier": "^1.10.2",
"semantic-ui": "^2.3.0"
},
"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",
"setup": "node ./bin/setup.js",
"dev": "gatsby develop",
"build-theme": "cd semantic && gulp build-css && gulp build-assets"
}
}