Migrate store to tsx file

This commit is contained in:
Qolzam
2017-10-07 11:12:07 +07:00
parent 61c230e79e
commit 418453dd02
5 changed files with 23 additions and 28 deletions

View File

@@ -53,13 +53,15 @@
},
"devDependencies": {
"@types/material-ui": "^0.18.2",
"@types/node": "^8.0.33",
"@types/react": "^16.0.10",
"@types/react-dom": "^16.0.1",
"@types/react-redux": "^5.0.10",
"@types/react-router-dom": "^4.0.8",
"@types/react-router-redux": "^5.0.8",
"@types/react-tap-event-plugin": "0.0.30",
"@types/redux-logger": "^3.0.4",
"@types/webpack": "^3.0.13",
"@types/node": "^8.0.33",
"babel-core": "^6.24.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
@@ -78,9 +80,9 @@
"redux-mock-store": "^1.2.3",
"source-map-loader": "^0.2.2",
"ts-loader": "^2.3.7",
"typescript": "^2.5.3",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"typescript": "^2.5.3",
"webpack": "^3.6.0"
},
"engines": {