-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.88 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
{
"name": "collide-travel",
"private": true,
"engines": {
"node": "6.1.0",
"npm": "3.8.6"
},
"scripts": {
"start": "meteor run"
},
"dependencies": {
"actions": "^1.3.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"bcrypt": "^0.8.7",
"bootstrap-sass": "^3.3.7",
"classnames": "^2.2.5",
"cloudinary": "^1.4.6",
"components": "^0.1.0",
"faker": "^4.1.0",
"google-map-react": "^0.15.1",
"haversine": "^1.0.1",
"icons": "^0.1.1",
"js-cookie": "^2.1.3",
"js2xmlparser": "^3.0.0",
"material-ui": "^0.16.5",
"meteor-node-stubs": "^0.2.4",
"moment": "^2.17.1",
"pluralize": "^3.0.0",
"prerender-node": "^2.4.0",
"react": "^15.4.1",
"react-addons-create-fragment": "^15.2.1",
"react-addons-css-transition-group": "^15.2.1",
"react-addons-linked-state-mixin": "^15.2.1",
"react-addons-perf": "^15.2.1",
"react-addons-pure-render-mixin": "^15.2.1",
"react-addons-shallow-compare": "^15.4.1",
"react-addons-test-utils": "^15.2.1",
"react-addons-transition-group": "^15.2.1",
"react-addons-update": "^15.2.1",
"react-bootstrap-pagination": "^1.0.3",
"react-color": "^2.10.0",
"react-controllables": "^0.6.0",
"react-dom": "^15.4.1",
"react-dropzone": "^3.7.0",
"react-geosuggest": "^2.0.0",
"react-komposer": "^1.13.1",
"react-mounter": "^1.2.0",
"react-pure-render": "^1.0.2",
"react-redux": "^4.4.6",
"react-select": "^1.0.0-rc.2",
"react-social": "^1.5.0",
"react-tap-event-plugin": "^2.0.0",
"react-waypoint": "^3.1.3",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"simple-react-form": "1.7.3",
"simple-react-form-bootstrap": "^0.4.0",
"simple-react-form-material-ui": "1.7.1",
"slug": "^0.9.1",
"superagent": "^2.3.0",
"utils": "^0.3.1",
"xml-js": "^1.0.2"
}
}