forked from aliyunvideo/AliyunPlayer_Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.86 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
59
60
61
62
63
{
"name": "custom-components",
"version": "1.0.0",
"description": "aliplayer's components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./build_customize.sh",
"build_customize": "NODE_ENV=production webpack --config webpack.config.customize.js --progress"
},
"repository": {
"type": "git",
"url": "https://github.com/aliyunvideo/AliyunPlayer_Web.git"
},
"keywords": [
"Aliplayer",
"Component"
],
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"comment-core-library": "^0.9.3",
"copy-webpack-plugin": "^4.0.1",
"current-device": "^0.7.8",
"find-cache-dir": "^0.1.1",
"html-withimg-loader": "^0.1.16"
},
"devDependencies": {
"autoprefixer": "^6.5.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.26.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"html-loader": "^0.4.5",
"html-webpack-externals-plugin": "^2.2.1",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.9.3",
"open-browser-webpack-plugin": "^0.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"path": "^0.12.7",
"postcss": "^5.2.6",
"postcss-loader": "^1.2.1",
"sass-loader": "^7.1.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^0.5.9",
"webpack": "^4.16.5",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "latest",
"webpack-merge": "^1.1.2"
},
"author": "alilmq",
"license": "MIT",
"bugs": {
"url": "https://github.com/aliyunvideo/AliyunPlayer_Web/issues"
},
"homepage": "https://github.com/aliyunvideo/AliyunPlayer_Web/custom-components#readme"
}