-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
58 lines (58 loc) · 1.36 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "danmu.js",
"version": "1.1.13",
"description": "HTML5 danmu (danmaku) plugin for any DOM element",
"main": "./dist/index.js",
"files": [
"dist",
"browser"
],
"unpkgFiles": [
"browser",
"dist"
],
"scripts": {
"dev": "npm run build -- --watch",
"build": "node ./src/version.js && webpack --progress --display-chunks -p",
"serve": "serve ./",
"lint": "eslint src/**/*.js --fix"
},
"keywords": [
"danmu",
"danmaku",
"弹幕",
"bullet screen",
"barrage",
"live commenting",
"HTML5"
],
"dependencies": {
"event-emitter": "^0.3.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-bulk-import": "^1.0.2",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^1.0.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^7.32.0",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.1.5",
"sass": "^1.54.0",
"sass-loader": "^10.3.1",
"serve": "^14.2.1",
"style-loader": "^0.21.0",
"webpack": "^4.11.0",
"webpack-cli": "^3.0.2",
"webpack-merge": "^5.8.0",
"yargs": "^17.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedance/danmu.js"
},
"author": "[email protected]",
"license": "MIT"
}