ps-tcplayer
Version:
Tencent Cloud Player component with Vue2/Vue3 compatibility
67 lines (66 loc) • 1.63 kB
JSON
{
"name": "ps-tcplayer",
"version": "1.0.20",
"description": "Tencent Cloud Player component with Vue2/Vue3 compatibility",
"main": "lib/index.umd.cjs",
"module": "lib/index.umd.cjs",
"types": "lib/index.d.ts",
"author": "haichao_kk",
"license": "ISC",
"private": false,
"type": "module",
"files": [
"lib",
"src",
"README.md",
"LICENSE",
"dist"
],
"scripts": {
"build": "vite build",
"build:sdk": "vite build --config vite.sdk.config.ts",
"build:sdk-standalone": "cross-env STANDALONE=true vite build --config vite.sdk.config.ts",
"build:all-sdks": "npm run build:sdk && npm run build:sdk-standalone",
"dev": "vite --config vite.dev.config.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"vue2",
"vue3",
"vue-demi",
"tcplayer",
"video",
"tencent"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"comment-core-library": "^0.11.1",
"sass": "^1.89.0",
"sass-loader": "^16.0.5",
"vue-demi": "latest"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@types/node": "18.7.18",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"cross-env": "^7.0.3",
"terser": "^5.43.1",
"vite": "^3.2.7",
"vite-plugin-dts": "^1.7.3",
"vue": "^3.3.4"
}
}