-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.2 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "easywebpack-weex",
"version": "3.6.1",
"description": "基于 easywebpack 的 Weex Native 和 Weex Web 打包构建解决方案",
"keywords": [
"webpack",
"easywebpack",
"vue",
"weex"
],
"dependencies": {
"easywebpack": "^3.5.0",
"vue": "^2.4.2",
"vue-html-loader": "^1.2.4",
"vue-loader": "^13.0.4",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.3.2",
"webpack-tool": "^3.1.1",
"weex-loader": "^0.5.3",
"weex-style-loader": "0.0.6",
"weex-vue-loader": "^0.4.2",
"weex-vue-render": "^0.12.8"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.0.0",
"cross-env": "^5.0.1",
"directory-named-webpack-plugin": "^2.3.0",
"eslint": "^4.6.1",
"eslint-config-eslint": "^4.0.0",
"eslint-loader": "^1.9.0",
"html-webpack-plugin": "^2.30.1",
"imagemin-webpack-plugin": "^1.5.2",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mocha": "^3.4.2",
"node-sass": "^4.7.2",
"npm-install-webpack-plugin": "^4.0.5",
"postcss-loader": "^2.0.9",
"progress-bar-webpack-plugin": "^1.10.0",
"sass-loader": "^6.0.6",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"build": "cross-env BUILD_VIEW=true BUILD_ENV=prod node test/build",
"start": "cross-env NODE_ENV=development node test/build",
"weex": "npm start",
"lint": "eslint .",
"fix": "eslint --fix .",
"test": "mocha test",
"ci": "npm run lint && npm run cov",
"ii": "npm install --registry https://registry.npm.taobao.org"
},
"files": [
"index.js",
"lib",
"config",
"tool"
],
"ci": {
"version": "6, 7, 8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubcarl/easywebpack-weex.git"
},
"bugs": {
"url": "https://github.com/hubcarl/easywebpack-weex/issues"
},
"homepage": "https://github.com/hubcarl/easywebpack-weex#readme",
"author": "[email protected]",
"license": "MIT"
}