-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 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
42
43
44
45
46
47
48
49
{
"name": "e4",
"version": "0.0.0",
"description": "A trainer for practicing chess openings.",
"homepage": "https://github.com/feus4177/opening-trainer",
"author": {
"name": "John Feusi",
"email": "feus4177@gmail.com"
},
"keywords": [
"chess",
"openings",
"practice",
"trainer"
],
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-root-slash-import": "^1.0.0",
"byline": "^4.2.1",
"chess.js": "^0.10.2",
"chessground": "^3.1.0",
"classnames": "^2.2.5",
"decorate-component-with-props": "^1.0.2",
"lodash": "^4.13.1",
"meteor-node-stubs": "~0.2.0",
"ramda": "^0.21.0",
"react": "^15.1.0",
"react-addons-pure-render-mixin": "^15.1.0",
"react-bootstrap": "^0.29.4",
"react-debounce-input": "^2.4.0",
"react-dom": "^15.1.0",
"react-mounter": "^1.2.0",
"validator": "^5.4.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-meteor": "0.0.9",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.3",
"eslint-plugin-meteor": "^3.6.0",
"eslint-plugin-react": "^5.1.1",
"stream-to-mongo": "^0.1.5"
}
}