-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 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": "video-player",
"version": "0.0.18",
"configuratorVersion": "0.0.18",
"description": "视频播放",
"keywords": "",
"author": {
"name": "",
"email": ""
},
"license": "ISC",
"copyright": "",
"contact": "",
"developer": "",
"docUrl": "",
"demoUrl": "",
"iconUrl": "",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"starts": "webpack --watch --env.https",
"mobile": "webpack --watch --env.mobile",
"pack": "ewtool pack",
"pack widget": "ewtool pack widget",
"pack config": "ewtool pack config",
"release": "ewtool release",
"release widget": "ewtool release widget",
"release config": "ewtool release config",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/preset-env": "^7.2.3",
"@babel/core": "^7.2.2",
"babel-loader": "^8.0.5",
"browser-sync": "^2.23.5",
"browser-sync-webpack-plugin": "^1.2.0",
"css-loader": "^0.28.11",
"file-loader": "^2.0.0",
"url-loader": "^1.1.2",
"fs-extra": "^5.0.0",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.6.0",
"less": "^3.8.1",
"less-loader": "^4.0.5",
"style-loader": "^0.23.1",
"multiparty": "^4.1.3",
"webpack": "^3.10.0"
},
"dependencies": {
"@clappr/core": "^0.4.13",
"babel-preset-es2015": "^6.24.1",
"clappr": "^0.3.13"
}
}