-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
executable file
·65 lines (65 loc) · 1.91 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
{
"name": "node-postgres-docs",
"private": true,
"description": "node-postgres (npm install pg) documentation",
"author": "Brian M. Carlson",
"version": "1.0.0",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@emotion/core": "^10.0.10",
"@emotion/styled-base": "^10.0.10",
"@mdx-js/loader": "^1.0.10",
"@mdx-js/mdx": "^1.0.10",
"@mdx-js/react": "^1.0.6",
"@playlyfe/gql": "^2.6.1",
"dotenv": "^6.2.0",
"emotion": "^10.0.9",
"emotion-server": "^10.0.9",
"emotion-theming": "^10.0.10",
"gatsby": "2.13.23",
"gatsby-link": "^2.1.1",
"gatsby-plugin-emotion": "3.0.1",
"gatsby-plugin-gtag": "^1.0.10",
"gatsby-plugin-layout": "^1.0.15",
"gatsby-plugin-mdx": "^1.2.22",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-sharp": "^2.0.35",
"gatsby-plugin-sitemap": "^2.0.12",
"gatsby-remark-autolink-headers": "^2.3.5",
"gatsby-remark-copy-linked-files": "^2.0.11",
"gatsby-remark-images": "3.0.10",
"gatsby-source-filesystem": "^2.0.29",
"gatsby-transformer-remark": "^2.3.8",
"graphql": "^14.2.1",
"is-absolute-url": "^2.1.0",
"lodash.flatten": "^4.4.0",
"lodash.startcase": "^4.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-emotion": "^9.1.3",
"react-feather": "^1.1.6",
"react-github-btn": "^1.0.5",
"react-helmet": "^5.2.0",
"react-live": "^2.0.1",
"system-components": "^3.0.3"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"deploy": "yarn build && gh-pages -d public"
},
"devDependencies": {
"gatsby-plugin-remove-trailing-slashes": "^2.0.11",
"gh-pages": "2.0.1",
"prettier": "1.18.2",
"prism-react-renderer": "^0.1.6"
},
"prettier": {
"printWidth": 120,
"semi": false,
"trailingComma": "es5",
"singleQuote": true
}
}