@vime/core
Version:
Customizable, extensible, accessible and framework agnostic media player.
77 lines (76 loc) • 2.02 kB
JSON
{
"name": "@vime/core",
"version": "5.4.1",
"description": "Customizable, extensible, accessible and framework agnostic media player.",
"license": "MIT",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
"es2015": "dist/custom-elements/index.js",
"es2017": "dist/custom-elements/index.js",
"jsnext:main": "dist/custom-elements/index.js",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"types": "dist/custom-elements/index.d.ts",
"files": [
"dist/",
"loader/",
"icons/",
"themes/"
],
"contributors": [
"Rahim Alwer <rahim.alwer@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/vime-js/vime.git"
},
"bugs": {
"url": "https://github.com/vime-js/vime/issues"
},
"scripts": {
"build": "run-s clean build:themes build:stencil",
"build:stencil": "stencil build",
"build:watch": "stencil build --watch",
"build:themes": "rimraf themes && mkdir themes && run-s build:theme:*",
"build:theme:default": "cleancss -o themes/default.css src/themes/default.css",
"build:theme:light": "cleancss -o themes/light.css src/themes/light.css",
"clean": "run-s clean:*",
"clean:build": "rimraf dist loader www icons themes",
"clean:docs": "npm run clean --prefix ../../docs"
},
"dependencies": {
"@stencil/core": "2.5.2",
"@types/fscreen": "^1.0.1",
"fscreen": "^1.2.0",
"mitt": "^3.0.0",
"stencil-wormhole": "^3.4.1"
},
"devDependencies": {
"@types/node": "^16.10.3",
"clean-css-cli": "^5.4.1",
"hls.js": "latest",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"svelte": "^3.43.1"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"vime",
"player",
"media",
"audio",
"video",
"html5",
"stenciljs",
"youtube",
"dailymotion",
"vimeo",
"hls",
"dash",
"custom",
"web components"
]
}