vue-danmaku
Version:
基于 Vue 的弹幕交互组件 | A danmaku component for Vue
68 lines (67 loc) • 1.87 kB
JSON
{
"name": "vue-danmaku",
"description": "基于 Vue 的弹幕交互组件 | A danmaku component for Vue",
"version": "2.0.0-beta.13",
"author": "hellodigua",
"private": false,
"main": "dist/vue-danmaku.umd.js",
"module": "dist/vue-danmaku.esm.js",
"style": "dist/vue-danmaku.css",
"types": "dist/typings/lib/index.d.ts",
"type": "module",
"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"
}