ruffle/web/packages/selfhosted/package.json

34 lines
967 B
JSON
Raw Normal View History

{
"name": "ruffle-selfhosted",
"version": "0.1.0",
2020-05-26 15:45:55 +00:00
"description": "Putting Flash back on the web. Ruffle will polyfill all Flash content and replace it with the Ruffle flash player.",
"license": "(MIT OR Apache-2.0)",
"private": true,
"type": "module",
2020-05-26 15:45:55 +00:00
"keywords": [
"flash",
"swf"
],
"homepage": "https://ruffle.rs",
"bugs": "https://github.com/ruffle-rs/ruffle/issues",
"repository": "github:ruffle-rs/ruffle",
"scripts": {
"build": "webpack",
2020-05-23 09:43:22 +00:00
"serve": "webpack-dev-server",
"wdio": "wdio run wdio.conf.ts",
2024-05-27 19:57:02 +00:00
"checkTypes": "tsc --noemit"
},
"dependencies": {
"ruffle-core": "^0.1.0"
2020-05-23 09:43:22 +00:00
},
"devDependencies": {
2023-03-12 21:24:42 +00:00
"json5": "^2.2.3",
build(deps-dev): bump the npm-minor group in /web with 9 updates Bumps the npm-minor group in /web with 9 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.6.0` | `9.7.0` | | [eslint](https://github.com/eslint/eslint) | `9.6.0` | `9.7.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.5.2` | `48.7.0` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.7` | `0.4.8` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [stylelint](https://github.com/stylelint/stylelint) | `16.6.1` | `16.7.0` | | [stylelint-prettier](https://github.com/prettier/stylelint-prettier) | `5.0.0` | `5.0.1` | | [webpack](https://github.com/webpack/webpack) | `5.92.1` | `5.93.0` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.3` | `0.26.4` | Updates `@eslint/js` from 9.6.0 to 9.7.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.7.0/packages/js) Updates `eslint` from 9.6.0 to 9.7.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.6.0...v9.7.0) Updates `eslint-plugin-jsdoc` from 48.5.2 to 48.7.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.5.2...v48.7.0) Updates `eslint-plugin-react-refresh` from 0.4.7 to 0.4.8 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.7...v0.4.8) Updates `prettier` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.2...3.3.3) Updates `stylelint` from 16.6.1 to 16.7.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.6.1...16.7.0) Updates `stylelint-prettier` from 5.0.0 to 5.0.1 - [Changelog](https://github.com/prettier/stylelint-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/stylelint-prettier/compare/v5.0.0...v5.0.1) Updates `webpack` from 5.92.1 to 5.93.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.92.1...v5.93.0) Updates `typedoc` from 0.26.3 to 0.26.4 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.26.3...v0.26.4) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: eslint-plugin-react-refresh dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: stylelint-prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 10:43:07 +00:00
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"ts-node": "^10.9.2",
"@types/chai": "^4.3.16",
"@types/chai-html": "^1.3.2"
}
}