-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
85 lines (85 loc) · 2.42 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "visualization-framework",
"version": "0.0.1",
"private": true,
"homepage": "/reports",
"devDependencies": {
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"enzyme": "^2.9.1",
"enzyme-adapter-react-15": "^1.2.0",
"express": "^4.16.4",
"nock": "^10.0.5",
"path": "^0.12.7",
"react-addons-test-utils": "15.6.0",
"react-scripts": "3.0.1",
"react-test-renderer": "^15.6.1",
"redux-mock-store": "1.2.0"
},
"dependencies": {
"@material-ui/core": "4.4.0",
"@material-ui/icons": "4.5.1",
"bootstrap": "^4.2.1",
"cheerio": "^1.0.0-rc.2",
"connected-react-router": "6.0.0",
"crossfilter2": "^1.4.1",
"d3": "4.10.0",
"dotenv": "^5.0.1",
"elasticsearch": "^15.3.0",
"eval-expression": "^1.0.0",
"font-awesome": "^4.6.3",
"fontawesome": "^4.5.0",
"history": "4.9.0",
"immutable": "3.7.6",
"jquery": "^3.4.1",
"lodash": "^4.17.4",
"material-ui": "^0.20.2",
"material-ui-datatables": "0.18.2",
"material-ui-superselectfield": "^1.9.8",
"mui-datatables": "2.8.1",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"object-path": "^0.11.4",
"prop-types": "^15.7.2",
"query-string": "6.8.2",
"react": "16.8.0",
"react-copy-to-clipboard": "^4.3.1",
"react-csv": "1.0.8",
"react-dom": "16.8.0",
"react-filter-box": "^3.0.0",
"react-fontawesome": "1.6.1",
"react-google-maps": "^9.4.5",
"react-grid-layout": "0.14.7",
"react-icons": "^3.2.2",
"react-interval": "2.0.2",
"react-lightweight-tooltip": "1.0.0",
"react-modal": "^3.8.1",
"react-redux": "6.0.0",
"react-router-dom": "4.3.1",
"react-router-redux": "^4.0.8",
"react-spinners": "^0.3.2",
"react-tooltip": "^3.11.1",
"reactive-model": "^0.13.0",
"redux": "3.6.0",
"redux-devtools-extension": "^2.13.7",
"redux-form": "8.2.6",
"redux-logger": "2.7.4",
"redux-thunk": "2.3.0",
"taffydb": "^2.7.3",
"whatwg-fetch": "2.0.2"
},
"scripts": {
"start": "node scripts/alias; react-scripts start",
"build": "node scripts/alias; react-scripts build",
"eject": "react-scripts eject",
"test": "node scripts/alias; react-scripts test --env=jsdom"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/node_modules/eslint-config-react-app/index.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}