-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.86 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.86 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@weexbox/builder",
"version": "1.2.6",
"main": "index.js",
"bin": {
"weexbox-builder": "./bin/weexbox-builder.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aygtech/weexbox-builder"
},
"scripts": {
"test": "mocha test/build.spec.js",
"lint": "eslint src --fix",
"prepublish": "npm run test"
},
"keywords": [
"weexbox",
"weex",
"build",
"weexteam",
"compile"
],
"author": "myeveryheart@qq.com",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"weex-ui": "^0.6.7",
"weex-bindingx": "^0.0.49",
"vue": "^2.5.19",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-preset-stage-0": "6.24.1",
"babel-eslint": "7.2.3",
"weex-loader": "0.7.12",
"webpackbar": "2.6.3",
"webpack-merge": "4.1.4",
"uglifyjs-webpack-plugin": "2.0.1",
"clean-webpack-plugin": "1.0.0",
"eslint": "5.4.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "2.1.1",
"eslint-plugin-html": "4.0.6",
"eslint-plugin-import": "2.14.0",
"webpack": "4.23.1",
"file-loader": "2.0.0",
"node-sass": "4.10.0",
"sass-loader": "7.1.0",
"glob": "7.1.3",
"commander": "2.19.0",
"css": "2.2.4",
"css-loader": "1.0.1",
"fs-extra": "7.0.1",
"shelljs": "0.8.3",
"sourcer": "0.1.4",
"style-loader": "0.23.1",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"weex-styler": "^0.3.1",
"adm-zip": "0.4.11",
"async": "2.6.1",
"hidefile": "2.0.0",
"lodash": "4.17.11",
"q": "1.5.1",
"recursive-readdir": "2.2.2",
"time-stamp": "2.2.0"
},
"devDependencies": {
"chai": "4.2.0",
"mocha": "5.2.0"
},
"changelog": {
"messages": [
"Fixed .we compiling.",
"Remove useless babel configurations."
]
}
}