-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "gatsby-starter-grommet",
"description": "Gatsby starter with the Grommet design system",
"version": "1.0.0",
"author": "Aaron Lampros <[email protected]>",
"bugs": {
"url": "https://github.com/alampros/gatsby-starter-grommet/issues"
},
"scripts": {
"dev": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"clean": "git clean -xfd .cache public/",
"serve": "yarn run clean && yarn run build && gatsby serve",
"deploy": "yarn run build -- --prefix-paths && gh-pages -d public"
},
"dependencies": {
"autoprefixer": "^7.1.2",
"extract-text-webpack-plugin": "^1.0.1",
"gatsby": "^1.1.0",
"gatsby-link": "^1.3.2",
"grommet": "^1.5.0",
"node-sass": "^4.5.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"sass-loader": "^4.1.1"
},
"devDependencies": {
"gh-pages": "^1.0.0"
},
"homepage": "https://github.com/alampros/gatsby-starter-grommet#readme",
"keywords": [
"gatsby",
"starter",
"gatsby-starter"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alampros/gatsby-starter-grommet.git"
}
}