This repository was archived by the owner on Jan 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.36 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.36 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
{
"name": "hmda-platform-ui",
"version": "2.12.3",
"description": "Frontend code for the HMDA filing system",
"main": "index.js",
"engines": {
"node": ">=8.x"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cfpb/hmda-platform-ui.git"
},
"keywords": [
"HMDA"
],
"author": "Consumer Financial Protection Bureau",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/cfpb/hmda-platform-ui/issues"
},
"dependencies": {
"detect-browser": "1.7.0",
"eslint-plugin-prettier": "3.0.0",
"file-saver": "1.3.3",
"keycloak-js": "4.5.0",
"normalize.css": "8.0.0",
"react": "16.4.2",
"react-app-polyfill": "0.1.3",
"react-dom": "16.4.2",
"react-dropzone": "4.2.3",
"react-redux": "5.0.6",
"react-router": "v3.2.0",
"react-router-redux": "4.0.7",
"react-router-scroll": "0.4.4",
"react-scripts": "2.0.5",
"redux": "3.6.0",
"redux-logger": "2.7.4",
"redux-thunk": "2.1.0"
},
"browserslist": [
"Chrome >= 60",
"Safari >= 10.1",
"Firefox >= 54",
"Edge >= 15",
"ie >= 11"
],
"devDependencies": {
"redux-devtools-extension": "2.13.2"
},
"homepage": "/filing/build/"
}