UNPKG

h5p-standalone

Version:

Display H5P content as standalone frontend code, no server needed.

70 lines (69 loc) 2.02 kB
{ "name": "h5p-standalone", "version": "3.8.0", "description": "Display H5P content as standalone frontend code, no server needed.", "main": "dist/main.bundle.js", "publishConfig": { "registry": "https://registry.npmjs.org/", "tag": "latest" }, "devDependencies": { "@babel/core": "^7.13.15", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-transform-runtime": "^7.13.15", "@babel/preset-env": "^7.13.15", "@babel/runtime": "^7.15.4", "@commitlint/config-conventional": "^17.6.3", "@types/toposort": "^2.0.3", "babel-loader": "^8.2.2", "babel-plugin-add-module-exports": "^1.0.4", "commitlint": "^12.1.1", "copy-webpack-plugin": "^8.1.1", "cypress": "^7.1.0", "exports-loader": "^2.0.0", "husky": "^6.0.0", "toposort": "^2.0.2", "ts-loader": "^9.3.0", "typescript": "^4.7.2", "unzipper": "^0.10.11", "webpack": "^5.82.1", "webpack-cli": "^5.1.1", "webpack-dev-server": "^4.15.0", "webpack-merge": "^5.8.0" }, "scripts": { "preinstall": "npx only-allow yarn", "watch": "webpack --watch --config webpack.dev.js", "start": "webpack-dev-server --mode development --config webpack.dev.js", "build:dev": "webpack --mode development --config webpack.dev.js", "build": "webpack --config webpack.prod.js", "test": "cypress run", "cypress:open": "cypress open" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "repository": { "type": "git", "url": "git+https://github.com/tunapanda/h5p-standalone.git" }, "keywords": [ "h5p" ], "author": "Jake Lee Kennedy <jake@tunapanda.org>", "license": "MIT", "bugs": { "url": "https://github.com/tunapanda/h5p-standalone/issues" }, "homepage": "https://github.com/tunapanda/h5p-standalone#readme", "dependencies": { "@commitlint/cli": "^17.6.3" } }