mirror of
https://github.com/h5p/h5p-interactive-video.git
synced 2026-03-04 09:16:09 +08:00
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "h5p-interactive-video",
|
|
"version": "1.25.0",
|
|
"description": "Put texts, tasks and other medias on top of your video.",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "ava",
|
|
"dev": "cross-env NODE_ENV='development' webpack",
|
|
"build": "cross-env NODE_ENV='production' webpack",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/h5p/h5p-interactive-video.git"
|
|
},
|
|
"keywords": [
|
|
"h5p",
|
|
"content-type"
|
|
],
|
|
"author": "Joubel",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.17.10",
|
|
"@babel/core": "^7.18.5",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
|
|
"@babel/plugin-transform-object-assign": "^7.16.7",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"babel-loader": "^8.2.5",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.1",
|
|
"h5p-lib-controls": "0.0.15",
|
|
"h5p-parent": "0.0.2",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.53.0",
|
|
"sass-loader": "^13.0.1",
|
|
"webpack": "^5.76.0",
|
|
"webpack-cli": "^4.10.0"
|
|
}
|
|
}
|