-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.41 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
43
{
"name": "irc-berkeley-website",
"description": "The International Relations Council (IRC) of Berkeley was founded in Fall 2016 and provides students with opportunities to engage with international relations.",
"version": "0.0.1",
"author": "Innovative Design <innovativedesign.club>",
"dependencies": {
"classnames": "^2.2.5",
"eslint-loader": "^1.9.0",
"gatsby": "^1.9.36",
"gatsby-link": "^1.6.15",
"gatsby-plugin-react-helmet": "^1.0.5",
"gatsby-plugin-sass": "^1.0.13",
"gatsby-source-filesystem": "^1.5.11",
"gatsby-transformer-remark": "^1.7.28",
"react": "^15.6.1",
"react-fontawesome": "^1.6.1",
"react-headroom": "^2.2.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build --prefix-paths",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"jslint": "eslint src; exit 0"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.7.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"gatsby-plugin-eslint": "emesde/gatsby-plugin-eslint",
"prettier": "^1.6.1"
}
}