forked from cfpb/hmda-platform-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 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
{
"name": "hmda-platform-tools",
"version": "2.7.0",
"description": "Tools to assist with submitting HMDA files",
"engines": {
"node": ">=8.x"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cfpb/hmda-platform-tools.git"
},
"keywords": [
"HMDA",
"tools"
],
"author": "Consumer Financial Protection Bureau",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/cfpb/hmda-platform-tools/issues"
},
"dependencies": {
"file-saver": "1.3.8",
"filereader-stream": "2.0.0",
"hmda-file-parser": "1.18.0",
"react": "16.4.2",
"react-app-polyfill": "0.1.3",
"react-dom": "16.4.2",
"react-dropzone": "5.1.0",
"react-redux": "5.0.7",
"react-router-dom": "4.3.1",
"react-scripts": "2.0.3",
"redux": "4.0.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"split2": "3.0.0"
},
"homepage": "/tools",
"browserslist": [
"Chrome >= 60",
"Safari >= 10.1",
"Firefox >= 54",
"Edge >= 15",
"ie >= 11"
]
}