forked from zhw2590582/WFPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.58 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
{
"name": "wfplayer",
"version": "2.1.3",
"description": "WFPlayer.js is an audio waveform generator",
"main": "dist/wfplayer.js",
"scripts": {
"dev": "npx cross-env NODE_ENV=development rollup -c -m -w",
"build": "npx cross-env NODE_ENV=production rollup -c",
"start": "npx cross-env NODE_ENV=development && npx servor docs index.html 8081 5000 --browse --reload",
"test": "npx eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhw2590582/WFPlayer.git"
},
"keywords": [
"waveform",
"audio",
"canvas"
],
"author": "Harvey Zack <laozhaochaguan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhw2590582/WFPlayer/issues"
},
"homepage": "https://github.com/zhw2590582/WFPlayer#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-external-helpers": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/runtime": "^7.16.3",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"rollup": "^2.59.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.4",
"rollup-plugin-worker-inline": "^1.0.6",
"servor": "^4.0.2"
},
"dependencies": {
"option-validator": "^2.0.6"
}
}