-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "yzhandanmu",
"version": "1.0.23",
"description": "Y站弹幕插件,适应任意高度、长度、速度弹幕,支持多种不重叠策略,CSS 3 动画,高效极简(2KB),兼容绝大多数设备。通道算法受专利权保护。Y station barrage plug-in, suitable for barrages of any height, length and speed, CSS 3 animation, 2KB size, compatible with most devices. The channel algorithm is protected by patent.",
"main": "dist/yzhandanmu.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mantoufan/yzhanDanmu.git"
},
"keywords": [
"danmu",
"bullet",
"barrage",
"javascript",
"react"
],
"author": "吴小宇 Shon Wu",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mantoufan/yzhanDanmu/issues"
},
"homepage": "https://github.com/mantoufan/yzhanDanmu#readme",
"devDependencies": {
"webpack": "^5.64.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-umd": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/runtime-corejs3": "^7.12.5",
"babel-loader": "^8.2.2",
"thread-loader": "^3.0.1"
},
"dependencies": {}
}