-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "OnsenUI-Meteor-ToDo",
"private": true,
"scripts": {
"start": "meteor run"
},
"engines": {
"node": "4.4.7"
},
"dependencies": {
"classnames": "^2.2.5",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"expect": "^1.20.2",
"flow": "^0.2.3",
"humanize-duration": "^3.9.1",
"localforage": "^1.4.2",
"lodash": "^4.15.0",
"lodash.map": "^4.6.0",
"lodash.reject": "^4.6.0",
"meteor-node-stubs": "~0.2.0",
"moment": "^2.14.1",
"onsenui": "^2.0.0-rc.17",
"react": "^15.3.0",
"react-addons-create-fragment": "^15.3.1",
"react-addons-pure-render-mixin": "^15.3.0",
"react-dom": "^15.3.0",
"react-onsenui": "^0.7.5",
"react-paginate": "^2.2.3",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"tracker-component": "^1.3.21",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^3.7.1",
"eslint-import-resolver-meteor": "^0.3.3",
"eslint-plugin-import": "^1.16.0",
"flow-bin": "^0.33.0"
}
}