-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.66 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.66 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "health-security-net",
"private": true,
"description": "The Health Security Net is a publicly accessible, centralized library with documents providing information on how to prepare, plan, respond to, and recover from a pandemic.",
"version": "0.1.0",
"author": "Talus",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@kenshooui/react-multi-select": "^1.1.6",
"browser-monads": "^1.0.0",
"d3": "^5.16.0",
"eslint": "^7.0.0",
"eslint-plugin-react": "^7.20.0",
"esm": "^3.2.25",
"gatsby": "^2.21.22",
"gatsby-cli": "^2.12.45",
"gatsby-image": "^2.4.3",
"gatsby-plugin-create-client-paths": "^2.3.1",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-offline": "^3.2.1",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-s3": "^0.3.3",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-source-filesystem": "^2.3.1",
"gatsby-transformer-sharp": "^2.5.2",
"mapbox-gl": "^1.10.0",
"prop-types": "^15.7.2",
"rc-slider": "^9.3.0",
"rc-tooltip": "^4.2.1",
"react": "^16.12.0",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-browser-detection": "^1.2.1",
"react-date-range": "^1.0.3",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-map-gl": "^5.2.7",
"react-tooltip": "^4.2.7",
"reactjs-popup": "^2.0.4",
"sass": "^1.52.3"
},
"devDependencies": {
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"babel-jest": "^27.2.5",
"babel-preset-gatsby": "^1.14.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.5",
"prettier": "2.0.5",
"prettier-eslint": "^11.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "GATSBY_API_URL=https://api.healthsecuritynet.org && gatsby build",
"build:preview": "GATSBY_API_URL=https://api-preview.healthsecuritynet.org && gatsby build",
"develop": "GATSBY_ENV=development && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"deploy": "npm run build && gatsby-plugin-s3 deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}