UNPKG

vue3-danmaku

Version:

基于 Vue3 的弹幕交互组件

59 lines (58 loc) 1.46 kB
{ "name": "vue3-danmaku", "description": "基于 Vue3 的弹幕交互组件", "version": "1.6.6", "author": "hellodigua", "private": false, "main": "dist/vue3-danmaku.umd.js", "module": "dist/vue3-danmaku.esm.js", "style": "dist/vue3-danmaku.css", "types": "dist/typings/lib/danmaku.vue.d.ts", "type": "module", "files": [ "dist", "src", "postinstall.js", "postinstall.cjs" ], "scripts": { "dev": "vite", "build": "rollup -c build/rollup.config.js", "build:docs": "vite build", "release:docs": "sh scripts/deploy.sh", "release:package": "sh scripts/release.sh", "package": "rollup -c build/rollup.config.js", "postinstall": "node --no-warnings postinstall.cjs || node postinstall.js" }, "engines": { "node": ">=12.0.0" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { "@vitejs/plugin-vue": "^1.10.2", "@vue/compiler-sfc": "^3.2.45", "prettier": "^2.8.1", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "rollup-plugin-vue": "^6.0.0", "sass": "^1.56.2", "sass-loader": "^11.1.1", "typescript": "^4.9.4", "vite": "^2.9.15", "vue": "^3.2.45" }, "homepage": "https://github.com/hellodigua/vue-danmaku", "keywords": [ "vue", "vue3", "danmaku", "vue-danmaku", "barrage", "vue-barrage", "弹幕" ], "license": "MIT" }