-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "bspk.io",
"description": "Bespoke Engineering Homepage",
"version": "2.0.0",
"author": "Justin Richer <justin@bspk.io>",
"dependencies": {
"bulma": "^0.9.2",
"gatsby": "^3.5.0",
"gatsby-cli": "^3.5.0",
"gatsby-image": "^3.5.0",
"gatsby-plugin-manifest": "^3.5.0",
"gatsby-plugin-offline": "^4.5.0",
"gatsby-plugin-react-helmet": "^4.5.0",
"gatsby-plugin-sass": "^4.5.0",
"gatsby-plugin-sharp": "^3.5.0",
"gatsby-plugin-sitemap": "^4.1.0",
"gatsby-source-filesystem": "^3.5.0",
"gatsby-transformer-sharp": "^3.5.0",
"node-sass": "^9.0.0",
"react": "^17.0.2",
"react-bulma-components": "^4.0.3",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.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"
},
"devDependencies": {
"prettier": "^2.3.0"
}
}