This repository has been archived by the owner on Mar 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
68 lines (68 loc) · 1.9 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
{
"name": "dataportal",
"version": "0.1.0",
"private": true,
"dependencies": {
"avsc": "^5.0.6",
"base-64": "^0.1.0",
"bootstrap": "^3.3.7",
"chart.js": "^1.1.1",
"concurrently": "^3.5.0",
"currently": "0.0.8",
"d3": "^4.13.0",
"downloadjs": "^1.4.7",
"firebase": "^4.5.0",
"history": "^4.7.2",
"immutable": "^3.8.1",
"jquery": "^3.2.1",
"mock-json-server": "0.0.4",
"moment": "^2.21.0",
"papaparse": "^4.3.6",
"prop-types": "^15.5.6",
"react": "^15.6.2",
"react-autocomplete": "^1.7.2",
"react-autosuggest": "^9.3.2",
"react-chartjs": "^0.8.0",
"react-collapsible": "^2.0.3",
"react-columns": "^1.1.0",
"react-dazzle": "^1.2.7",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^15.6.2",
"react-dropzone": "^3.13.3",
"react-image": "^1.3.1",
"react-intl": "^2.4.0",
"react-jupyter": "^0.1.0",
"react-modal": "^2.4.1",
"react-paginate": "^4.4.4",
"react-promise": "^2.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-select": "^1.0.0-rc.5",
"react-slidez": "0.0.20",
"react-table": "^6.6.0",
"react-transition-group": "^2.2.1",
"reactstrap": "^4.8.0",
"redux": "^3.7.2",
"redux-form": "^6.8.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"superagent": "^3.6.3",
"superagent-mock": "^3.6.0",
"superagent-promise": "^1.1.0",
"throttle-debounce": "^1.0.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"mock": "concurrently \"npm run start-mock-server\" \"npm start\" ",
"start-mock-server": "mock-json-server mock-server.json --port=3001"
}
}