-
-
Notifications
You must be signed in to change notification settings - Fork 127
/
package.json
86 lines (86 loc) · 2.58 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "graphile-org",
"private": true,
"description": "Graphile website",
"version": "1.0.0",
"author": "Graphile Ltd.",
"dependencies": {
"@graphile-contrib/pg-simplify-inflector": "5.0.0-beta.1",
"@mdx-js/mdx": "^1.4.0",
"@mdx-js/runtime": "1.5.1",
"@mdx-js/tag": "^0.20.3",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.3",
"babel-preset-env": "^1.7.0",
"eslint": "^6.3.0",
"eslint-cli": "^1.1.1",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-graphql": "3.1.0",
"eslint-plugin-jest": "^23.0.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"flow-bin": "^0.111.3",
"gatsby": "^2.18.17",
"gatsby-link": "^2.2.11",
"gatsby-plugin-catch-links": "^2.1.7",
"gatsby-plugin-feed": "2.x",
"gatsby-plugin-mdx": "^1.0.36",
"gatsby-plugin-react-helmet": "^3.1.6",
"gatsby-plugin-sass": "^2.1.13",
"gatsby-plugin-sharp": "^2.2.19",
"gatsby-remark-autolink-headers": "^2.1.9",
"gatsby-remark-images": "^3.1.20",
"gatsby-remark-prismjs": "^3.3.12",
"gatsby-source-filesystem": "^2.1.19",
"gatsby-transformer-json": "^2.2.7",
"gatsby-transformer-remark": "^2.6.21",
"graphile-build": "^4.12.0",
"graphql": "^14.5.4",
"juice": "5.2.0",
"node-sass": "^4.12.0",
"postgraphile": "^4.12.3",
"prismjs": "1.27.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-github-btn": "^1.0.6",
"react-helmet": "^5.2.1",
"react-prism": "4.3.2",
"react-typography": "^0.16.19",
"remark-custom-blocks": "^2.4.2",
"remark-react": "^6.0.0",
"svgo": "^1.3.0",
"typography": "^0.16.19",
"typography-theme-fairy-gates": "^0.16.19",
"typography-theme-funston": "^0.16.19"
},
"main": "n/a",
"scripts": {
"build": "./scripts/update && gatsby build",
"clean": "rm -vRf .cache __deploy",
"deploy": "./scripts/deploy",
"develop": "./scripts/update && gatsby develop",
"format": "prettier --write 'src/**/*.js' 'src/**/*.md' '*.md' 'src/**/*.scss'",
"start": "gatsby develop",
"test": "node link-check.js",
"update": "./scripts/update",
"watch:examples": "nodemon -x './scripts/update-examples' -w examples/queries -e graphql"
},
"resolutions": {
"graphql": "^14.2.1"
},
"devDependencies": {
"eslint_d": "8.0.0",
"html-entities": "^1.2.1",
"node-fetch": "^2.6.7",
"nodemon": "1.19.4",
"p-map": "^3.0.0",
"prettier": "1.19.1"
},
"optionalDependencies": {
"fsevents": "^2.0.7"
},
"engines": {
"node": "12.x"
}
}