forked from arsen3d/BFUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.44 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.44 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
117
118
{
"name": "hello",
"private": true,
"scripts": {
"start": "meteor run",
"desktop": "meteor-desktop"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.46",
"airbitz-core-js-ui": "^0.1.7",
"auth0-lock": "^11.4.0",
"autoprefixer": "7.1.2",
"autosuggest-highlight": "^3.1.1",
"base-58": "0.0.1",
"bcrypt": "^2.0.1",
"card-react": "^1.2.7",
"chainpoint-client": "^0.1.4",
"chart.js": "^2.7.1",
"clone": "^2.1.1",
"file-loader": "0.11.2",
"firebase": "^4.13.1",
"formik": "^0.11.5",
"frappe-charts": "^0.0.7",
"google-maps-react": "^2.0.0",
"gravatar": "^1.6.0",
"history": "^4.7.2",
"html-webpack-plugin": "2.29.0",
"immutable": "^3.8.2",
"ipfs-api": "^20.0.1",
"js-info-bubble": "^0.8.0",
"js-rich-marker": "^1.1.2",
"js-sha256": "^0.9.0",
"jss-rtl": "^0.2.1",
"leaflet": "^1.2.0",
"leaflet-routing-machine": "^3.2.7",
"leaflet.markercluster": "^1.2.0",
"loadash": "^1.0.0",
"material-ui": "^1.0.0-beta.34",
"material-ui-pickers": "^1.0.0-rc.6",
"material-ui-pickers-jalali-utils": "^0.2.0",
"meteor-node-stubs": "^0.3.2",
"moment": "^2.19.1",
"moment-jalaali": "^0.7.2",
"nprogress": "^0.2.0",
"rc-notification": "^3.0.0",
"rc-pagination": "^1.12.11",
"react": "^16.3.2",
"react-addons-shallow-compare": "^15.6.2",
"react-app-rewired": "^1.4.0",
"react-autosuggest": "^9.3.2",
"react-big-calendar": "^0.17.0",
"react-bootstrap": "^0.32.1",
"react-chartjs-2": "^2.6.4",
"react-circular-progressbar": "^0.6.0",
"react-codemirror": "^1.0.0",
"react-color": "^2.13.8",
"react-copy-to-clipboard": "^5.0.1",
"react-dev-utils": "^4.1.0",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.2.0",
"react-dropzone-component": "^3.0.0",
"react-event-timeline": "^1.4.1",
"react-flip-move": "^3.0.0",
"react-google-charts": "^1.5.5",
"react-instantsearch": "^4.2.0",
"react-intl": "^2.4.0",
"react-jss": "^8.4.0",
"react-motion-drawer": "^2.1.7",
"react-number-format": "^3.0.2",
"react-placeholder": "^1.0.6",
"react-popper": "^0.10.1",
"react-quill": "^1.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-router-transition": "^1.1.3",
"react-scripts": "^1.0.17",
"react-smooth-scrollbar": "^8.0.6",
"react-speech-recognition": "^1.0.4",
"react-star-rating-component": "^1.3.0",
"react-sticky": "^6.0.1",
"react-swipeable-views": "^0.12.12",
"react-tag-input": "^4.7.2",
"react-tap-event-plugin": "^3.0.2",
"react-text-mask": "^5.0.2",
"react-throttle": "^0.3.0",
"react-trend": "^1.2.4",
"react-window-size-listener": "^1.0.10",
"react-youtube": "^7.6.0",
"recharts": "^1.0.0-beta.10",
"redux": "^3.7.2",
"redux-form": "^7.2.0",
"redux-saga": "^0.16.0",
"redux-saga-firebase": "^0.7.1",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"rheostat": "^2.1.1",
"smooth-scrollbar": "^8.2.7",
"stripe": "^5.9.0",
"styled-components": "^2.2.1",
"styled-theme": "^0.3.3",
"uppy": "^0.21.0",
"yup": "^0.24.0"
},
"tempPackages": {
"react-youtube": "^7.5.0",
"firebase": "^4.7.0"
},
"resolutions": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"meteor-desktop": "^0.17.1"
}
}