-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1.26 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
{
"name": "docksal.io",
"description": "Docksal.io site",
"version": "1.0.0",
"author": "Docksal",
"dependencies": {
"gatsby": "^1.9.279",
"gatsby-cli": "^1.1.58",
"gatsby-image": "^1.0.42",
"gatsby-link": "^1.6.39",
"gatsby-plugin-google-tagmanager": "^1.0.19",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sass": "^1.0.23",
"gatsby-plugin-sharp": "^1.6.41",
"gatsby-remark-autolink-headers": "^1.4.19",
"gatsby-remark-copy-linked-files": "^1.5.30",
"gatsby-remark-images": "^1.5.56",
"gatsby-source-filesystem": "^1.5.27",
"gatsby-transformer-remark": "^1.7.37",
"gatsby-transformer-sharp": "^1.6.22",
"lodash": "^4.17.5",
"react-scroll-to-element": "^0.2.0",
"react-scrollspy": "^3.3.5",
"react-waypoint": "^8.0.1",
"webpack": "*"
},
"keywords": [
"gatsby"
],
"main": "n/a",
"scripts": {
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"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",
"develop": "gatsby develop",
"build": "gatsby build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}