-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "forking-delicious",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"classnames": "2.2.5",
"firebase": "4.7.0",
"formik": "v0.11.0-beta.1",
"igravity-ui": "^0.0.9",
"immutable": "3.8.2",
"pluralize": "^7.0.0",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-jss": "8.1.0",
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"redux": "3.7.2",
"redux-thunk": "2.2.0",
"yup": "^0.23.0"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "4.11.0",
"eslint-config-react-app": "2.0.1",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"husky": "0.14.3",
"lint-staged": "6.0.0",
"prettier": "1.9.1",
"react-scripts": "1.0.17"
}
}