-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.81 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
{
"name": "symptomsurvey_frontend",
"version": "0.0.0",
"description": "This is the front end of a site that is intended for use by Clackamas County to monitor symptoms of diseases during outbreaks.",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --hot",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeForPortland/symptomsurvey_frontend.git"
},
"author": "Code for PDX",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.8.0",
"formik": "^1.4.2",
"glamor": "^2.20.40",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.11",
"prop-types": "15.6.2",
"react": "16.4.1",
"react-dom": "16.4.1",
"react-google-maps": "^9.4.5",
"react-redux": "4.4.9",
"react-router": "3.2.1",
"react-router-redux": "4.0.8",
"redux": "3.7.2",
"redux-axios-middleware": "^4.0.0",
"redux-localstorage": "^0.4.1",
"styled-components": "^4.2.0",
"url-loader": "^2.0.0",
"yup": "^0.26.7"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"enzyme": "3.6.0",
"enzyme-adapter-react-16": "1.5.0",
"eslint": "5.6.1",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"html-webpack-plugin": "3.2.0",
"react-hot-loader": "4.3.3",
"react-svg-loader": "^3.0.3",
"webpack": "4.16.1",
"webpack-cli": "3.0.8",
"webpack-dev-server": "^3.1.14"
},
"bugs": {
"url": "https://github.com/codeforpdx/syndromsurveillance/issues"
},
"homepage": "https://github.com/codeforpdx/syndromsurveillance#readme"
}