UNPKG

phaser3-rex-plugins

Version:
84 lines (83 loc) 2.77 kB
{ "name": "phaser3-rex-plugins", "version": "1.60.6", "description": "Plugins of phaser3", "author": "Rex", "files": [ "plugins", "templates", "dist" ], "scripts": { "watch": "webpack --config webpack.config.js", "build": "rollup -c rollup.config.mjs", "build-app": "webpack --config webpack.production.config.js" }, "repository": { "type": "git", "url": "https://github.com/rexrainbow/phaser3-rex-notes" }, "keywords": [ "phaser3" ], "license": "MIT", "bugs": { "url": "https://github.com/rexrainbow/phaser3-rex-notes/issues" }, "homepage": "https://rexrainbow.github.io/phaser3-rex-notes/docs/site/index.html", "devDependencies": { "@babel/core": "^7.21.8", "@babel/plugin-transform-runtime": "^7.21.4", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.21.5", "@babel/preset-typescript": "^7.21.5", "@babel/runtime": "^7.21.5", "@lopatnov/rollup-plugin-uglify": "^2.1.5", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.1", "@types/js-yaml": "^4.0.5", "babel-eslint": "^9.0.0", "babel-loader": "^8.3.0", "browser-sync": "^2.29.3", "browser-sync-webpack-plugin": "^2.3.0", "chart.js": "^2.9.4", "clean-webpack-plugin": "^0.1.19", "copy-webpack-plugin": "^11.0.0", "eslint": "^5.16.0", "eslint-plugin-import": "^2.27.5", "expose-loader": "^4.1.0", "file-saver": "^2.0.5", "handlebars": "^4.7.7", "howler": "^2.2.3", "html-webpack-plugin": "^5.5.1", "jison": "*", "localforage": "^1.10.0", "lokijs": "^1.5.12", "pako": "^2.1.0", "phaser": "^3.60.0", "raw-loader": "^0.5.1", "rollup": "^3.23.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "terser": "^5.17.6", "tslib": "^2.5.2", "typescript": "^5.0.4", "terser-webpack-plugin": "^5.3.9", "webpack": "^5.82.1", "webpack-cli": "^4.10.0", "webpack-shell-plugin": "^0.5.0" }, "dependencies": { "eventemitter3": "^3.1.2", "i18next": "^22.4.15", "i18next-http-backend": "^2.2.1", "js-yaml": "^4.1.0", "mustache": "^4.2.0", "handlebars": "^4.7.7", "papaparse": "^5.4.1", "webfontloader": "^1.6.28" } }