mirror of
https://github.com/gosticks/dash-player.git
synced 2025-10-16 11:55:36 +00:00
61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"name": "@plotly/dash-player",
|
|
"version": "1.1.0",
|
|
"description": "Dash player component for videos",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/plotly/dash-player.git"
|
|
},
|
|
"homepage": "https://github.com/plotly/dash-player",
|
|
"bugs": {
|
|
"url": "https://github.com/plotly/dash-player/issues"
|
|
},
|
|
"main": "dash_player/dash_player.min.js",
|
|
"author": "Xing Han Lu <xinghan@plot.ly>",
|
|
"maintainer": "Alex Hsu <alex.hsu@plot.ly>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"react-player": "2.12.0"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack-serve ./webpack.serve.config.js --open",
|
|
"validate-init": "python _validate_init.py",
|
|
"build:js-dev": "webpack",
|
|
"build:js": "webpack",
|
|
"build:backends": "dash-generate-components ./src/lib/components dash-player --r-prefix ''",
|
|
"build": "npm run build:js && npm run build:js-dev && npm run build:backends",
|
|
"lint": "flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics && flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics",
|
|
"test": "pytest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-loader": "^9.1.2",
|
|
"copyfiles": "^2.4.1",
|
|
"css-loader": "^6.7.3",
|
|
"eslint": "^8.35.0",
|
|
"eslint-config-prettier": "^8.7.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"glob-parent": "6.0.2",
|
|
"react-docgen": "^5.4.3",
|
|
"style-loader": "^3.3.1",
|
|
"styled-jsx": "^5.1.2",
|
|
"webpack": "^5.76.0",
|
|
"webpack-cli": "^5.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=17",
|
|
"react-dom": ">=17"
|
|
},
|
|
"engines": {
|
|
"node": "^16.17.0",
|
|
"npm": "^8.15.0"
|
|
}
|
|
}
|