-
Notifications
You must be signed in to change notification settings - Fork 0
/
good-package.json
40 lines (40 loc) · 1.09 KB
/
good-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
{
"name": "WIFIGO",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"console-polyfill": "^0.3.0",
"core-js": "^2.5.3",
"es5-shim": "^4.5.10",
"intl-locales-supported": "^1.0.0",
"material-ui": "^0.19.4",
"meteor-node-stubs": "^0.3.2",
"mobile-detect": "^1.4.1",
"raf": "^3.4.0",
"ramda": "^0.24.1",
"react": "^16.1.1",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-pure-render-mixin": "^15.6.2",
"react-dom": "^16.1.1",
"react-komposer": "^2.0.0",
"react-meteor-data": "^0.2.11",
"react-mounter": "^1.2.0",
"react-redux": "^5.0.6",
"react-swipeable-views": "^0.12.10",
"react-tap-event-plugin": "^3.0.2",
"react-tooltip": "^3.4.0",
"redux": "^3.6.0",
"redux-form": "^6.4.3",
"redux-form-material-ui": "^4.1.2",
"redux-form-submit": "^0.1.3",
"redux-logger": "^2.7.4",
"redux-persist": "^4.0.1",
"redux-thunk": "^2.2.0",
"scroll-into-view-if-needed": "^1.4.0",
"sequelize": "^4.28.0",
"tedious": "^2.1.5"
}
}