bigbluebutton-Github/bbb-export-annotations/package.json

30 lines
750 B
JSON
Raw Normal View History

2022-02-09 03:32:03 +08:00
{
"name": "bbb-export-annotations",
"version": "2.0",
"description": "BigBlueButton's Presentation Annotation Exporter",
2022-02-09 03:32:03 +08:00
"scripts": {
"start": "node master.js",
"lint:fix": "eslint --fix '**/*.js' --ignore-pattern 'node_modules/'",
"lint": "eslint '**/*.js' --ignore-pattern 'node_modules/'"
2022-02-09 03:32:03 +08:00
},
"dependencies": {
"@svgdotjs/svg.js": "^3.2.0",
build(deps): bump the npm_and_yarn group across 6 directories with 2 updates (#20928) Bumps the npm_and_yarn group with 1 update in the /bbb-export-annotations directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /bbb-graphql-actions directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /bbb-learning-dashboard directory: [postcss](https://github.com/postcss/postcss). Bumps the npm_and_yarn group with 1 update in the /bigbluebutton-html5 directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /bigbluebutton-tests/playwright directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /bigbluebutton-tests/puppeteer directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.7.2 to 1.7.4 - [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.4) Updates `axios` from 1.6.4 to 1.7.4 - [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.4) Updates `postcss` from 8.4.37 to 8.4.38 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.37...8.4.38) Updates `axios` from 1.7.3 to 1.7.4 - [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.4) Updates `axios` from 1.7.2 to 1.7.4 - [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.4) Updates `axios` from 1.7.2 to 1.7.4 - [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.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: postcss dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-14 20:52:25 +08:00
"axios": "^1.7.4",
"form-data": "^4.0.0",
"opentype.js": "^1.3.4",
2022-05-26 00:35:43 +08:00
"perfect-freehand": "^1.0.16",
"redis": "^4.0.3",
"sanitize-filename": "^1.6.3",
"svgdom": "^0.1.17"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0"
2022-12-09 05:15:06 +08:00
},
"engines": {
2024-01-20 04:30:33 +08:00
"node": ">=18.16.0",
"npm": ">=9.5.0"
},
"type": "module"
2022-02-09 03:32:03 +08:00
}