mirror of
https://github.com/h5p/h5p-interactive-video.git
synced 2026-07-21 19:21:20 +08:00
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.3 to 7.29.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@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.24.1",
|
|
"@babel/core": "^7.29.6",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
|
|
"@babel/plugin-transform-object-assign": "^7.24.1",
|
|
"@babel/preset-env": "^7.24.3",
|
|
"babel-loader": "^9.1.3",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.10.0",
|
|
"h5p-lib-controls": "github:h5p/h5p-lib-controls#0.0.17",
|
|
"h5p-parent": "0.0.2",
|
|
"mini-css-extract-plugin": "^2.8.1",
|
|
"regenerator-runtime": "^0.14.1",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.72.0",
|
|
"sass-loader": "^14.1.1",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|