-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.51 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
{
"name": "gatsby-starter-forty",
"description": "Gatsby Starter - Forty by HTML5 UP",
"version": "1.0.0",
"author": "Hunter Chang",
"dependencies": {
"flow-bin": "^0.81.0",
"gatsby": "^1.9.277",
"gatsby-image": "^2.0.9",
"gatsby-link": "^1.6.46",
"gatsby-plugin-catch-links": "^1.0.24",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sass": "^2.0.1",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-images": "^2.0.3",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"gatsby-transformer-sharp": "^1.6.27",
"lodash": "^4.17.11",
"react-helmet": "^5.2.0"
},
"homepage": "https://github.com/ChangoMan/gatsby-starter-forty",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "https://github.com/ChangoMan/gatsby-starter-forty.git"
},
"scripts": {
"dev": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test1": "echo \"Error: no test specified\" && exit 1",
"test": "gatsby serve",
"develop": "gatsby develop",
"preDeploy": "gatsby build --prefix-paths",
"build": "gatsby build",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
}
}