-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
47
48
{
"name": "table",
"version": "0.0.1",
"description": "",
"main": "index.jsx",
"dependencies": {
"firebase": "^3.3.0",
"material-ui": "^0.15.4",
"ramda": "^0.22.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"react-tap-event-plugin": "^1.0.0",
"react-timeago": "^3.1.2",
"redux": "^3.5.2",
"redux-actions": "^0.11.0"
},
"devDependencies": {
"babel-core": "6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "6.2.5",
"babel-plugin-transform-flow-strip-types": "6.8.0",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"css-loader": "^0.24.0",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-flowtype": "^2.11.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"flow-bin": "0.31.1",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "1.13.2",
"webpack-dev-server": "1.15.0"
},
"scripts": {
"eslint": "eslint index.jsx `find ./src/ -name \"*.jsx\" -o -name \"*.js\"` || true",
"start": "webpack-dev-server --inline",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}