forked from nuagenetworks/visualization-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.08 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
{
"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.1.0",
"express": "^4.14.0",
"nock": "^10.0.0",
"path": "^0.12.7",
"react-addons-test-utils": "15.6.0",
"react-test-renderer": "^15.6.1",
"react-scripts": "1.1.5",
"redux-mock-store": "1.2.0"
},
"dependencies": {
"bootstrap": "^4.1.2",
"cheerio": "^1.0.0-rc.2",
"crossfilter2": "^1.4.1",
"d3": "4.10.0",
"dotenv": "^5.0.1",
"elasticsearch": "^11.0.1",
"eval-expression": "^1.0.0",
"font-awesome": "^4.6.3",
"fontawesome": "^4.5.0",
"immutable": "3.7.6",
"jquery": "3.1.0",
"lodash": "^4.17.4",
"material-ui": "^0.16.7",
"material-ui-datatables": "0.18.2",
"material-ui-superselectfield": "^1.9.8",
"object-path": "^0.11.4",
"prop-types": "^15.6.2",
"react": "15.6.0",
"react-copy-to-clipboard": "^4.3.1",
"react-csv": "1.0.8",
"react-dom": "15.6.0",
"react-filter-box": "^2.0.0",
"react-fontawesome": "1.3.1",
"react-google-maps": "^9.4.5",
"react-grid-layout": "0.13.9",
"react-icons": "^2.2.3",
"react-interval": "1.3.3",
"react-lightweight-tooltip": "0.0.4",
"react-modal": "^3.5.1",
"react-redux": "4.4.5",
"react-router": "2.8.1",
"react-router-redux": "^4.0.8",
"react-spinners": "^0.3.2",
"react-tap-event-plugin": "2.0.1",
"react-tooltip": "^3.2.1",
"reactive-model": "^0.13.0",
"redux": "3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.1.2",
"redux-logger": "2.7.4",
"redux-router": "2.1.2",
"redux-thunk": "2.1.0",
"taffydb": "^2.7.3",
"whatwg-fetch": "^1.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test --env=jsdom"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/node_modules/eslint-config-react-app/index.js"
}
}