forked from ErosZy/WXInlinePlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.31 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
{
"name": "wx-inline-player",
"version": "1.3.6",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:2018-shop/wx-inline-player.git"
},
"author": "",
"license": "ISC",
"scripts": {
"serve": "node node_modules/static-server/bin/static-server.js example"
},
"dependencies": {
"buffer": "^5.2.1",
"eventemitter3": "^3.1.0",
"inherits": "^2.0.4",
"mobile-detect": "^1.4.3",
"object-assign": "^4.1.1",
"promise-polyfill": "^8.1.3"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-arrow-functions": "^7.10.4",
"@babel/plugin-transform-block-scoping": "^7.10.5",
"@babel/plugin-transform-classes": "^7.12.1",
"@babel/plugin-transform-destructuring": "^7.10.4",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/plugin-transform-parameters": "^7.10.5",
"@babel/plugin-transform-template-literals": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.12.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"static-server": "^2.2.1",
"uglify-js": "^3.10.1"
}
}