vue-danmaku
Version:
基于 Vue 的弹幕交互组件 | A danmaku component for Vue
78 lines (77 loc) • 2.3 kB
JSON
{
"name": "vue-danmaku",
"description": "基于 Vue 的弹幕交互组件 | A danmaku component for Vue",
"version": "2.0.5",
"author": "hellodigua",
"private": false,
"main": "dist/vue-danmaku.esm.js",
"module": "dist/vue-danmaku.esm.js",
"style": "dist/vue-danmaku.css",
"types": "dist/typings/lib/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/typings/lib/index.d.ts",
"import": "./dist/vue-danmaku.esm.js",
"require": "./dist/vue-danmaku.umd.js",
"default": "./dist/vue-danmaku.esm.js"
},
"./style.css": "./dist/vue-danmaku.css"
},
"files": [
"dist",
"src"
],
"scripts": {
"dev": "esno ./scripts/dev-docs.ts",
"package:build": "rollup -c build/rollup.config.js",
"package:release": "sh scripts/release.sh",
"demo:dev": "vite",
"demo:build": "vite build",
"demo:release": "sh scripts/deploy.sh",
"docs:dev": "esno ./scripts/dev-docs.ts",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"docs:deploy": "sh scripts/push-docs.sh"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@types/klaw-sync": "^6.0.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.5",
"@vitejs/plugin-vue": "^1.10.2",
"@vue/compiler-sfc": "^3.2.45",
"chokidar": "^4.0.3",
"esno": "^4.8.0",
"highlight.js": "^11.11.1",
"klaw-sync": "^7.0.0",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"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",
"unocss": "66.1.0-beta.11",
"vite": "^2.9.15",
"vitepress": "^1.6.3"
},
"homepage": "https://github.com/hellodigua/vue-danmaku",
"keywords": [
"vue",
"vue3",
"danmaku",
"vue-danmaku",
"barrage",
"vue-barrage",
"弹幕"
],
"license": "MIT",
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}