-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·61 lines (61 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
{
"name": "datica-policies-gatsby",
"private": true,
"description": "HIPAA Policies Documentation, built with mdx",
"author": "R. A. White <[email protected]> (@allanwhite)",
"version": "0.0.1",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@emotion/core": "^10.0.15",
"@emotion/styled-base": "^10.0.15",
"@mdx-js/loader": "^1.3.0",
"@mdx-js/mdx": "^1.3.0",
"@mdx-js/react": "^1.3.0",
"@playlyfe/gql": "^2.6.2",
"@rebass/components": "^4.0.0-1",
"algoliasearch": "^3.33.0",
"dotenv": "^8.0.0",
"emotion": "^10.0.14",
"emotion-server": "^10.0.14",
"emotion-theming": "^10.0.14",
"gatsby": "^2.13.62",
"gatsby-link": "^2.2.5",
"gatsby-plugin-algolia": "^0.3.3",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-gtag": "^1.0.11",
"gatsby-plugin-layout": "^1.1.3",
"gatsby-plugin-mdx": "^1.0.24",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sharp": "^2.2.11",
"gatsby-plugin-sitemap": "^2.2.6",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-remark-copy-linked-files": "^2.1.5",
"gatsby-remark-images": "^3.1.11",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-remark": "^2.6.14",
"graphql": "^14.4.2",
"is-absolute-url": "^3.0.0",
"lodash.flatten": "^4.4.0",
"lodash.startcase": "^4.4.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-emotion": "^9.1.3",
"react-feather": "^2.0.3",
"react-github-btn": "^1.0.6",
"react-helmet": "^5.2.1",
"react-instantsearch-dom": "^5.7.0",
"react-live": "^2.1.2",
"styled-components": "^4.3.2",
"styled-icons": "^8.3.0"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths"
},
"devDependencies": {
"gatsby-plugin-remove-trailing-slashes": "^2.1.2",
"prism-react-renderer": "^0.1.7"
}
}