-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 928 Bytes
/
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
{
"name": "episode-1-redux-form",
"version": "0.0.1",
"private": true,
"devDependencies": {
"babel-eslint": "^6.1.2",
"react-scripts": "0.2.1",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-form": "^5.3.2"
},
"dependencies": {
"bootstrap": "^4.3.1",
"eslint-plugin-flowtype": "2.7.0",
"eslint-plugin-jsx-a11y": "2.1.0",
"eslint-plugin-react": "6.1.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-redux": "4.4.5",
"redux": "3.5.2",
"redux-devtools": "3.3.1",
"redux-devtools-dock-monitor": "1.1.1",
"redux-form": "^5.3.2",
"redux-thunk": "2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}