-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.61 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": "cradio",
"version": "1.0.10",
"description": "audio player support m3u8/mp3",
"main": "dist/cradio.min.js",
"style": "dist/cradio.min.css",
"scripts": {
"build": "NODE_ENV=production rollup -c rollup.config.build.js",
"dev": "rollup -c rollup.config.dev.js -w",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perny/cradio.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/perny/cradio/issues"
},
"homepage": "https://github.com/perny/cradio#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"babel-loader": "^8.2.3",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.3",
"postcss": "^8.4.12",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"node-sass": "^7.0.1"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.16.5",
"hls.js": "^1.1.1",
"promise-polyfill": "8.2.1",
"cssnano": "^5.1.5",
"autoprefixer": "^10.4.4"
},
"browserslist": [
"> 1% in CN",
"not dead",
"ie 11"
]
}