-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 962 Bytes
/
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
{
"name": "bike-accident-counter-site",
"description": "Site that keeps track of how recently I've tasted concrete.",
"version": "1.0.0",
"author": "Ace Young <ace.young289@gmail.com>",
"dependencies": {
"gatsby": "^2.31.0",
"gatsby-link": "^2.10.0",
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-sass": "^2.8.0",
"gh-pages": "^2.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1"
},
"repository": "aceyoung9/bike-accident-counter-site",
"keywords": [
"gatsby",
"bikes"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "1.18.2",
"sass": "^1.32.5",
"tachyons": "^4.12.0"
}
}