-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
61 lines (61 loc) · 1.35 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
{
"name": "weex-builder",
"version": "0.4.1",
"main": "index.js",
"bin": "bin/weex-builder.js",
"repository": {
"type": "git",
"url": "https://github.com/weexteam/weex-builder"
},
"scripts": {
"test": "mocha test/build.spec.js",
"lint": "eslint src --fix",
"prepublish": "npm run lint && npm run test"
},
"keywords": [
"weex",
"build",
"weexteam",
"compile"
],
"author": "weex team",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.9.2",
"chalk": "^1.1.3",
"cliui": "^3.2.0",
"commander": "^2.9.0",
"css": "^2.2.1",
"css-loader": "^0.28.7",
"fs-extra": "^5.0.0",
"gauge": "^2.7.2",
"shelljs": "^0.7.8",
"sourcer": "^0.1.4",
"style-loader": "^0.19.0",
"vue-loader": "^12.2.2",
"vue-style-loader": "^3.0.3",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.2",
"weex-loader": "^0.7.2",
"weex-styler": "^0.2.6"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^8.0.3",
"chai": "^4.1.2",
"eslint": "^4.13.1",
"mocha": "^4.0.1"
},
"changelog": {
"messages": [
"Fixed .we compiling.",
"Remove useless babel configurations."
]
}
}