-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"name": "gatsby-bulma-quickstart",
"description": "A Project to bootstrap your next Gatsby + Bulma site.",
"version": "1.10.1",
"author": "Pedro Sousa <[email protected]>",
"dependencies": {
"bulma": "^0.8.0",
"gatsby": "^2.19.45",
"gatsby-image": "^2.2.44",
"gatsby-plugin-google-analytics": "^2.1.38",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-offline": "^3.0.41",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-sass": "^2.1.31",
"gatsby-plugin-sharp": "^2.4.13",
"gatsby-plugin-sitemap": "^2.2.30",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.3.19",
"node-sass": "^4.13.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.10.0",
"react-obfuscate": "^3.6.6"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\""
},
"devDependencies": {
"prettier": "^2.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/amandeepmittal/gatsby-bulma-quickstart"
}
}