forked from DataBiosphere/data-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 2.09 KB
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
{
"name": "hca-data-portal",
"description": "Informational website detailing how to contribute to the Human Cell Atlas and consume data.",
"version": "1.0.0",
"dependencies": {
"@fastly/performance-observer-polyfill": "1.0.2",
"classnames": "2.2.6",
"gatsby": "2.18.10",
"gatsby-plugin-catch-links": "2.1.25",
"gatsby-plugin-favicon": "3.1.6",
"gatsby-plugin-google-tagmanager": "2.1.25",
"gatsby-plugin-react-css-modules": "2.1.20",
"gatsby-plugin-react-helmet": "3.1.22",
"gatsby-plugin-react-svg": "3.0.0",
"gatsby-plugin-sharp": "2.4.5",
"gatsby-plugin-typography": "2.3.22",
"gatsby-remark-autolink-headers": "2.1.24",
"gatsby-remark-component": "1.1.3",
"gatsby-remark-copy-linked-files": "2.1.37",
"gatsby-remark-embed-video": "2.0.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "3.1.44",
"gatsby-remark-images-medium-zoom": "1.4.0",
"gatsby-remark-katex": "3.1.24",
"gatsby-remark-prismjs": "3.3.31",
"gatsby-remark-responsive-iframe": "2.2.32",
"gatsby-source-filesystem": "2.1.48",
"gatsby-transformer-json": "2.2.26",
"gatsby-transformer-remark": "2.6.50",
"gatsby-transformer-yaml": "2.2.24",
"i": "0.3.6",
"js-cookie": "2.2.1",
"katex": "0.11.1",
"normalize.css": "8.0.1",
"prism": "^4.1.2",
"prismjs": "1.19.0",
"prop-types": "15.6.2",
"react": "16.12.0",
"react-autowhatever": "10.2.1",
"react-copy-to-clipboard": "5.0.2",
"react-dom": "16.12.0",
"react-helmet": "5.2.1",
"react-linkify": "1.0.0-alpha",
"react-typography": "0.16.19",
"rehype-react": "4.0.1",
"shallow-equal": "1.2.1",
"snyk": "1.290.1",
"typography": "0.16.19"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "source ./set-dev-env.sh && gatsby build --verbose",
"start": "source ./set-dev-env.sh && gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gatsby-cli": "^2.6.4",
"prettier": "1.19.1"
}
}