-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "gatsby-bulma-quickstart",
"description": "A Project to bootstrap your next Gatsby + Bulma site.",
"version": "1.7.0",
"author": "Aman Mittal <[email protected]>",
"dependencies": {
"bulma": "^0.7.5",
"gatsby": "^2.15.14",
"gatsby-image": "^2.2.18",
"gatsby-plugin-google-analytics": "^2.1.16",
"gatsby-plugin-manifest": "^2.2.16",
"gatsby-plugin-offline": "^3.0.6",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sass": "^2.1.14",
"gatsby-plugin-sharp": "^2.2.21",
"gatsby-plugin-sitemap": "^2.2.10",
"gatsby-source-filesystem": "^2.1.22",
"gatsby-transformer-sharp": "^2.2.14",
"gh-pages": "^2.1.1",
"gradient-color": "^2.0.1",
"node-sass": "^4.12.0",
"random-gradient": "^0.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0"
},
"keywords": [
"gatsby",
"bulma",
"starter",
"kit",
"template"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/amandeepmittal/gatsby-bulma-quickstart"
}
}