forked from kuaifan/eeui-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.12 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
{
"name": "eeui-cli",
"version": "2.5.1",
"description": "A simple CLI for scaffolding eeui projects, we provide eeui-template to quickly build small and medium sized app.",
"bin": {
"eeui": "./cli.js"
},
"repository": {
"type": "git",
"url": "[email protected]:kuaifan/eeui-cli.git"
},
"scripts": {
"compile": "node ./lib/compile/index.js",
"version": "node ./lib/utils/version.js",
"release": "npm publish"
},
"keywords": [
"weex",
"weex ui",
"eeui",
"eeui app",
"vue",
"hybird app"
],
"author": "kuaifan",
"license": "MIT",
"engines": {
"node": ">=9"
},
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"ansi-html": "^0.0.7",
"babel-loader": "^8.0.6",
"chalk": "^3.0.0",
"child_process": "^1.0.2",
"chokidar": "^3.3.1",
"compressing": "^1.5.0",
"decompress": "^4.2.0",
"fs-extra": "^8.1.0",
"gauge": "^3.0.0",
"html-entities": "^1.2.1",
"inquirer": "^7.0.4",
"internal-ip": "^5.0.0",
"jsonfile": "^6.0.0",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"mailgun-js": "^0.22.0",
"md5-file": "^4.0.0",
"net": "^1.0.2",
"node-notifier": "^6.0.0",
"ora": "^4.0.3",
"plist": "^3.0.1",
"postcss": "^7.0.39",
"request": "^2.88.2",
"shelljs": "^0.8.3",
"sourcer": "^0.1.4",
"style-resources-loader": "^1.3.3",
"tmp": "^0.1.0",
"unzipper": "^0.10.8",
"uuid": "^7.0.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2",
"weex-bindingx": "^0.0.49",
"weex-loader": "^0.7.12",
"weex-styler": "^0.3.1",
"weex-ui": "^0.8.4",
"ws": "^7.2.1",
"yargs": "^8.0.2"
}
}