react-slot-machine-gen
Version:
Create an extremely biased, web-based slot machine game.
64 lines (63 loc) • 1.91 kB
JSON
{
"name": "react-slot-machine-gen",
"version": "1.3.2",
"description": "Create an extremely biased, web-based slot machine game.",
"main": "src/react-slot-machine.js",
"scripts": {
"build": "babel src -s -D -d dist",
"lint": "eslint --ignore-path .gitignore demo src",
"prepack": "npm run build",
"webpack": "webpack-cli ./demo/index.js --config demo/webpack.config.js --output-path demo/assets",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxy/react-slot-machine-gen.git"
},
"keywords": [
"javascript",
"react",
"react-component",
"animation",
"slot",
"games"
],
"bugs": {
"url": "https://github.com/nuxy/react-slot-machine-gen/issues"
},
"homepage": "https://github.com/nuxy/react-slot-machine-gen#readme",
"author": "Marc S. Brooks <devel@mbrooks.info> (https://mbrooks.info)",
"license": "MIT",
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slot-machine-gen": "^1.3.3"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/register": "^7.23.7",
"@node-minify/clean-css": "^4.0.5",
"@node-minify/cli": "^6.2.0",
"@node-minify/uglify-js": "^4.0.5",
"babel-loader": "^8.2.5",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"mini-css-extract-plugin": "^1.6.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"overrides": {
"braces": "3.0.0",
"glob-parent": "^6.0.0",
"got": "^12.0.0",
"minimist": "^1.2.6"
}
}