-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
44
45
46
47
48
{
"name": "easygraphql.io",
"description": "EasyGraphQL website",
"version": "0.0.1",
"dependencies": {
"axios": "^0.16.2",
"classnames": "^2.2.6",
"crypto-random-string": "^1.0.0",
"gatsby": "^1.9.279",
"gatsby-link": "^1.6.46",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-netlify": "^1.0.21",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-styled-components": "^1.0.5",
"gatsby-remark-autolink-headers": "^1.4.19",
"gatsby-remark-prismjs": "^1.2.24",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"github-slugger": "^1.1.3",
"lodash": "^4.17.11",
"react-ace": "^5.10.0",
"react-json-tree": "^0.10.9",
"react-split-pane": "^0.1.84"
},
"license": "MIT",
"homepage": "https://github.com/EasyGraphQL/easygraphql",
"author": {
"name": "EasyGraphQL",
"url": "https://github.com/EasyGraphQL"
},
"repository": {
"type": "git",
"url": "https://github.com/EasyGraphQL/easygraphql"
},
"bugs": {
"url": "https://github.com/EasyGraphQL/easygraphql/issues"
},
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "gatsby build && gatsby serve"
},
"devDependencies": {
"prettier": "^1.15.2"
}
}