-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"name": "galaxy-website",
"description": "Galaxy website",
"version": "1.0.0",
"author": "Cameron Bothner <cbothner@umich.edu>",
"dependencies": {
"@jacobmischka/gatsby-plugin-react-svg": "^1.0.0",
"d3": "^4.12.2",
"gatsby": "^1.9.158",
"gatsby-link": "^1.6.34",
"gatsby-plugin-react-helmet": "^2.0.3",
"gatsby-plugin-styled-components": "^2.0.5",
"pure-react-carousel": "^1.19.0",
"react-helmet": "^5.2.0",
"styled-components": "^3.0.2"
},
"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": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.1.0",
"flow-bin": "^0.66.0",
"prettier": "^1.10.2"
}
}