-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"name": "reader",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-eslint": "^8.0.2",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.3",
"core-js": "^2.5.1",
"jquery": "^2.2.4",
"jquery-validation": "^1.17.0",
"lodash": "^4.17.4",
"meteor-node-stubs": "^0.3.2",
"moment": "^2.19.1",
"moment-timezone": "^0.5.14",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-pure-render-mixin": "^15.6.2",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.0.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"simpl-schema": "^0.3.2"
},
"devDependencies": {
"babel-plugin-lodash": "^3.2.11",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-meteor": "^4.1.6",
"eslint-plugin-react": "^7.4.0"
}
}