This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.68 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
{
"name": "posm.io",
"description": "POSM promo site / docs",
"version": "0.0.0",
"author": "Seth Fitzsimmons <[email protected]>",
"dependencies": {
"foundation-sites": "^6.3.1",
"gatsby": "1.0.0-alpha.22",
"gatsby-link": "1.0.0-alpha.22",
"gatsby-plugin-google-analytics": "1.0.0-alpha.22",
"gatsby-plugin-postcss-sass": "1.0.0-alpha.22",
"gatsby-plugin-react-helmet": "1.0.0-alpha.22",
"gatsby-plugin-sharp": "1.0.0-alpha.22",
"gatsby-remark-copy-images": "https://github.com/mojodna/gatsby-remark-copy-images/tarball/fedaa77",
"gatsby-remark-copy-linked-files": "1.0.0-alpha.22",
"gatsby-remark-prismjs": "1.0.0-alpha.22",
"gatsby-remark-responsive-image": "1.0.0-alpha.22",
"gatsby-remark-smartypants": "1.0.0-alpha.22",
"gatsby-source-filesystem": "1.0.0-alpha.22",
"gatsby-transformer-remark": "1.0.0-alpha.22",
"gatsby-transformer-sharp": "1.0.0-alpha.22",
"lodash": "^4.15.0",
"moment": "^2.14.1",
"prop-types": "^15.5.8",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"safe-access": "^0.1.0",
"sw-precache": "^5.1.0",
"underscore.string": "^3.2.3"
},
"devDependencies": {
"eslint": "^4.0.0",
"gh-pages": "^1.0.0"
},
"license": "BSD-3-Clause",
"main": "n/a",
"scripts": {
"dev": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public -b master",
"build-guide": "rm -rf guide && LINK_PREFIX=/guide gatsby build --prefix-links && mv public guide",
"deploy-guide": "npm run build-guide && gh-pages -d guide -b guide"
}
}