client/package.json
{
"name": "@yasshi2525/rushhour",
"version": "0.1.2",
"description": "",
"main": "./dist/index.js",
"directories": {
"test": "tests"
},
"files": [
"dist"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"test": "jest --runInBand",
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --config webpack.dev.js",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git://github.com/yasshi2525/RushHour.git"
},
"author": "yasshi2525",
"license": "MIT",
"bugs": {
"url": "https://github.com/yasshi2525/RushHour/issues"
},
"homepage": "https://github.com/yasshi2525/RushHour#readme",
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/jsonwebtoken": "^8.3.5",
"@types/puppeteer": "^2.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.0",
"css-loader": "^3.3.0",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"inline-source-map": "^0.6.2",
"jest": "^24.9.0",
"jest-canvas-mock": "^2.2.0",
"jest-junit": "^10.0.0",
"jest-puppeteer": "^4.3.0",
"jest-webgl-canvas-mock": "^0.2.3",
"prettier": "^1.19.1",
"puppeteer": "^2.0.0",
"style-loader": "^1.0.1",
"ts-jest": "^24.2.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.3",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@material-ui/core": "^4.7.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.7.1",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"ejs": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"notistack": "^0.9.7",
"pixi-filters": "^3.0.3",
"pixi.js": "^5.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"redux": "^4.0.4",
"redux-saga": "^1.1.3",
"typeface-roboto": "^0.0.75",
"typesafe-actions": "^5.1.0"
}
}