-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 855 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 855 Bytes
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
{
"name": "webapp",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-eslint": "^7.2.1",
"babel-runtime": "^6.20.0",
"bcrypt-nodejs": "0.0.3",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"jquery": "^3.2.1",
"meteor-node-stubs": "~0.2.4",
"mongodb": "^2.2.25",
"object-assign": "^4.1.1",
"prop-types": "^15.5.8",
"react": "^15.4.2",
"react-cookie": "^1.0.5",
"react-dom": "^15.4.2",
"react-materialize": "^0.18.1",
"react-redux": "^5.0.3",
"react-router": "^3.0.3",
"redux": "^3.6.0",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"simpl-schema": "^0.2.3",
"tracker-component": "^1.3.21"
}
}