-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 838 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 838 Bytes
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
{
"name": "reactathon-2018",
"description": "Reactathon 2018",
"version": "1.0.0",
"author": "Sam Samskies <samsamskies@gmail.com>",
"dependencies": {
"classnames": "^2.2.5",
"gatsby": "^1.9",
"gatsby-link": "^1.6.34",
"gatsby-plugin-react-helmet": "^2.0.3",
"querystringify": "^2.0.0",
"react-helmet": "^5.2.0",
"react-responsive": "^4.0.4",
"react-reveal": "^1.2.2",
"react-scroll": "^1.7.6",
"react-spinkit": "^3.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.10.1"
}
}