We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f10eb9 commit ef45908Copy full SHA for ef45908
package.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "my-app",
3
+ "version": "0.1.0",
4
+ "private": true,
5
+ "dependencies": {
6
+ "react": "^16.7.0",
7
+ "react-dom": "^16.7.0",
8
+ "react-redux": "^6.0.0",
9
+ "react-scripts": "2.1.3",
10
+ "redux": "^4.0.1"
11
+ },
12
+ "scripts": {
13
+ "start": "react-scripts start",
14
+ "build": "react-scripts build",
15
+ "test": "react-scripts test",
16
+ "eject": "react-scripts eject"
17
18
+ "eslintConfig": {
19
+ "extends": "react-app"
20
21
+ "browserslist": [
22
+ ">0.2%",
23
+ "not dead",
24
+ "not ie <= 11",
25
+ "not op_mini all"
26
+ ]
27
+}
0 commit comments