-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "zero_gravity",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"develop": "gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GirlScriptSummerOfCode/Zero_Gravity.git"
},
"keywords": [
"Zero Gravity",
"NGO"
],
"author": "GSSoC and Zero Gravity Contributors",
"license": "ISC",
"bugs": {
"url": "https://github.com/GirlScriptSummerOfCode/Zero_Gravity/issues"
},
"homepage": "https://github.com/GirlScriptSummerOfCode/Zero_Gravity#readme",
"dependencies": {
"gatsby": "^1.9.273",
"gatsby-link": "^1.6.45",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-sass": "^1.0.26",
"react": "^16.4.1",
"react-helmet": "^5.2.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.10.0"
}
}