-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.53 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.53 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "isomorphic",
"version": "2.6.0",
"private": true,
"dependencies": {
"antd": "^3.5.2",
"antd-local-icon": "^0.1.3",
"auth0-lock": "^11.6.1",
"card-react": "^1.2.7",
"chart.js": "^2.7.2",
"classnames": "^2.2.5",
"clone": "^2.1.1",
"codemirror": "^5.37.0",
"d3-array": "^1.2.1",
"d3-scale": "^2.0.0",
"d3-shape": "^1.2.0",
"dropzone": "^5.4.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-react-intl": "^1.4.8",
"express": "^4.15.3",
"firebase": "^4.13.1",
"fixed-data-table-2": "^0.8.8",
"frappe-charts": "0.0.8",
"globalize": "^1.2.3",
"history": "^4.7.2",
"immutable": "^3.8.2",
"immutable-devtools": "^0.0.7",
"js-info-bubble": "git+https://github.com/RedQ/js-info-bubble.git",
"js-rich-marker": "^1.1.2",
"lodash": "^4.17.4",
"lodash.shuffle": "^4.2.0",
"lodash.throttle": "^4.1.1",
"moment": "^2.22.1",
"node-js-info-bubble": "0.0.1",
"npm-install-all": "^1.1.21",
"nprogress": "^0.2.0",
"polished": "^1.7.0",
"postcss-inline-rtl": "^0.9.8",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-addons-shallow-compare": "^15.6.2",
"react-big-calendar": "^0.17.0",
"react-chartjs-2": "^2.7.2",
"react-codemirror": "^1.0.0",
"react-count-down": "^1.1.0",
"react-dates": "^12.2.4",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dom": "^16.3.2",
"react-drawer": "^1.2.5",
"react-dropzone-component": "^3.2.0",
"react-element-resize": "^0.2.2",
"react-error-overlay": "1.0.6",
"react-firebase": "^2.2.8",
"react-flexbox-grid": "^2.0.0",
"react-flip-move": "^2.10.2",
"react-google-charts": "^1.6.0",
"react-grid-layout": "^0.16.6",
"react-instantsearch": "^4.5.2",
"react-intl": "^2.4.0",
"react-ladda": "^5.0.7",
"react-motion-drawer": "^2.1.7",
"react-perfect-scrollbar": "^0.2.0",
"react-placeholder": "^2.0.0",
"react-quill": "^1.2.7",
"react-redux": "^5.0.7",
"react-router": "^4.1.1",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "^1.0.17",
"react-sidebar": "^2.3.2",
"react-smooth-scrollbar": "^8.0.6",
"react-speech-recognition": "^1.0.6",
"react-tag-input": "^4.9.1",
"react-tags": "^0.2.2",
"react-test-renderer": "^16.2.0",
"react-throttle": "^0.3.0",
"react-trend": "^1.2.4",
"react-vis": "^1.9.3",
"react-window-size-listener": "^1.2.1",
"react-youtube": "^7.6.0",
"recharts": "^1.0.0-beta.10",
"redux": "^3.7.2",
"redux-devtools": "^3.3.2",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.2.0",
"redux-saga": "^0.16.0",
"redux-saga-firebase": "^0.10.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"resolve-dependencies": "^2.0.0",
"rheostat": "^2.1.3",
"rich-marker": "^0.0.1",
"smooth-scrollbar": "^8.2.7",
"styled-components": "^2.4.0",
"styled-theme": "^0.3.3",
"uppy": "^0.18.0"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"enzyme": "^3.2.0",
"enzyme-to-json": "^3.3.0",
"google-maps-react": "^1.1.11",
"leaflet": "^1.3.1",
"leaflet-routing-machine": "^3.2.8",
"leaflet.markercluster": "^1.3.0",
"react-app-rewired": "^1.5.2",
"redux-mock-store": "^1.2.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired --max_old_space_size=8192 build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
}
}