This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
67 lines (67 loc) · 1.94 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "gatsby-boilerplate",
"description": "An awesome boilerplate to start projects in Gatsby considering as starter point the development experience of Electric.js",
"version": "1.0.2",
"author": "Diego Nascimento <[email protected]",
"bugs": {
"url": "https://github.com/diegonvs/gatsby-boilerplate"
},
"homepage": "https://gatsby-boilerplate.wedeploy.io#readme",
"keywords": [
"gatsby",
"gatsby-starter",
"electric",
"liferay",
"clay",
"wedeploy"
],
"license": "BSD-3-Clause",
"engines": {
"node": ">= 8"
},
"scripts": {
"dev": "rimraf public .cache && gatsby develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b gh-pages",
"develop": "rimraf public .cache && gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@mdx-js/mdx": "0.15.7",
"@mdx-js/tag": "0.18.0",
"browser-monads": "1.0.0",
"classnames": "2.2.6",
"clay-component": "2.14.2",
"clay-css": "2.14.2",
"clay-tooltip": "2.15.1",
"gatsby": "2.0.104",
"gatsby-mdx": "0.1.4",
"gatsby-plugin-google-analytics": "2.0.12",
"gatsby-plugin-manifest": "2.0.15",
"gatsby-plugin-offline": "2.0.22",
"gatsby-plugin-react-helmet": "3.0.5",
"gatsby-plugin-sass": "2.0.8",
"gatsby-plugin-zopfli": "1.0.4",
"gatsby-remark-component": "1.1.3",
"gatsby-remark-copy-linked-files": "2.0.8",
"gatsby-remark-prismjs": "3.2.3",
"gatsby-source-filesystem": "2.0.18",
"gatsby-transformer-remark": "2.2.2",
"metal-clipboard": "2.0.1",
"metal-tabs": "2.3.1",
"netlify-identity-widget": "1.5.4",
"node-sass": "4.13.0",
"nothing": "0.1.0",
"prismjs": "1.17.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "5.2.1",
"wowjs": "1.1.3"
},
"devDependencies": {
"gh-pages": "2.0.1",
"globby": "9.2.0",
"rimraf": "2.6.3"
}
}