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",
build(deps): bump the npm-minor group in /web with 8 updates Bumps the npm-minor group in /web with 8 updates: | Package | From | To | | --- | --- | --- | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.9.2` | `48.11.0` | | [globals](https://github.com/sindresorhus/globals) | `15.8.0` | `15.9.0` | | [stylelint](https://github.com/stylelint/stylelint) | `16.8.0` | `16.8.1` | | [tsx](https://github.com/privatenumber/tsx) | `4.16.2` | `4.16.5` | | [chromedriver](https://github.com/giggio/node-chromedriver) | `127.0.0` | `127.0.1` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` | | [axios](https://github.com/axios/axios) | `1.7.2` | `1.7.3` | | [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) | `4.3.16` | `4.3.17` | Updates `eslint-plugin-jsdoc` from 48.9.2 to 48.11.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.9.2...v48.11.0) Updates `globals` from 15.8.0 to 15.9.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.8.0...v15.9.0) Updates `stylelint` from 16.8.0 to 16.8.1 - [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.8.0...16.8.1) Updates `tsx` from 4.16.2 to 4.16.5 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.16.2...v4.16.5) Updates `chromedriver` from 127.0.0 to 127.0.1 - [Commits](https://github.com/giggio/node-chromedriver/compare/127.0.0...127.0.1) Updates `autoprefixer` from 10.4.19 to 10.4.20 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20) Updates `axios` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.3) Updates `@types/chai` from 4.3.16 to 4.3.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: chromedriver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@types/chai" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 14:46:58 +00:00
"@types/chai": "^4.3.17",
"@types/chai-html": "^1.3.2"
}
}