-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 861 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
34
35
36
37
38
39
{
"name": "sharing_hub",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"mantra-core": "^1.6.1",
"meteor-node-stubs": "~0.2.0",
"node-trello": "^1.1.2",
"react": "^15.1.0",
"react-bootstrap": "^0.29.4",
"react-bootstrap-typeahead": "^0.5.0",
"react-dom": "^15.1.0",
"react-mounter": "^1.2.0",
"react-sidebar": "^2.1.2",
"react-spinkit": "^1.1.7"
},
"devDependencies": {
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1"
},
"eslintConfig": {
"plugins": [
"react"
],
"extends": [
"airbnb"
],
"rules": {
"no-trailing-spaces": "off",
"import/no-unresolved": "off",
"no-unresolved": "off"
}
}
}