This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kingdombattles/package.json
T
2019-05-07 19:42:39 +10:00

30 lines
752 B
JSON

{
"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"
}
}