forked from jmagrippis/cheval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "cheval",
"description": "Assess your own abilities in areas your company deems important.",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "7.0.0",
"enzyme": "^2.7.1",
"eslint": "3.8.1",
"eslint-config-react-app": "^0.5.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-flowtype": "2.21.0",
"eslint-plugin-import": "2.0.1",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "6.4.1",
"eslint-plugin-standard": "^2.0.1",
"flow-bin": "^0.37.4",
"flow-typed": "^2.0.0",
"react-addons-test-utils": "^15.4.2",
"react-scripts": "0.9.0"
},
"dependencies": {
"firebase": "^3.6.8",
"lodash": "^4.17.4",
"material-ui": "^0.16.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-saga": "^0.14.3",
"reset-css": "^2.2.0",
"styled-components": "^1.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src",
"lint:fix": "yarn lint -- --fix",
"flow": "flow",
"flow-typed": "flow-typed install"
}
}