Basic react page in place

This commit is contained in:
2019-05-07 19:42:39 +10:00
commit 1628b63eb2
11 changed files with 5407 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "kingdombattles",
"version": "1.0.0",
"description": "Kingdom Battles",
"main": "index.js",
"scripts": {
"start": "webpack --mode=development",
"build": "webpack --mode=production"
},
"author": "Kayne Ruse",
"license": "",
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",
"react-router": "^5.0.0",
"redux": "^4.0.1",
"redux-devtools": "^3.5.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-thunk": "^2.3.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2"
}
}