|
|
|
@ -3,12 +3,10 @@
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"react": "^16.8.3",
|
|
|
|
|
"react-dev-utils": "./react-dev-utils",
|
|
|
|
|
"react-dom": "^16.8.3",
|
|
|
|
|
"react-redux": "^6.0.1",
|
|
|
|
|
"react-scripts-ts": "3.1.0",
|
|
|
|
|
"redux": "^4.0.1"
|
|
|
|
|
"react": "^16.13.0",
|
|
|
|
|
"react-dom": "^16.13.0",
|
|
|
|
|
"react-redux": "^7.2.0",
|
|
|
|
|
"redux": "^4.0.5"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "react-scripts-ts start",
|
|
|
|
@ -17,14 +15,16 @@
|
|
|
|
|
"eject": "react-scripts-ts eject"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/jest": "^24.0.6",
|
|
|
|
|
"@types/node": "^11.9.5",
|
|
|
|
|
"@types/react": "^16.8.4",
|
|
|
|
|
"@types/react-dom": "^16.8.2",
|
|
|
|
|
"@types/react-redux": "^7.0.1",
|
|
|
|
|
"typescript": "^3.3.3333"
|
|
|
|
|
"react-dev-utils": "file:./react-dev-utils",
|
|
|
|
|
"react-scripts-ts": "^3.1.0",
|
|
|
|
|
"@types/jest": "^25.1.4",
|
|
|
|
|
"@types/node": "^13.9.2",
|
|
|
|
|
"@types/react": "^16.9.23",
|
|
|
|
|
"@types/react-dom": "^16.9.5",
|
|
|
|
|
"@types/react-redux": "^7.1.7",
|
|
|
|
|
"typescript": "^3.8.3"
|
|
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"react-dev-utils": "file:./react-dev-utils"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|