UNPKG

2.14 kBJSONView Raw
1{
2 "name": "eeui-cli",
3 "version": "2.3.1",
4 "description": "A simple CLI for scaffolding eeui projects, we provide eeui-template to quickly build small and medium sized app.",
5 "bin": {
6 "eeui": "./cli.js"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git@github.com:kuaifan/eeui-cli.git"
11 },
12 "scripts": {
13 "compile": "node ./lib/compile/index.js",
14 "version": "node ./lib/utils/version.js",
15 "release": "npm publish"
16 },
17 "keywords": [
18 "weex",
19 "weex ui",
20 "eeui",
21 "eeui app",
22 "vue",
23 "hybird app"
24 ],
25 "author": "kuaifan",
26 "license": "MIT",
27 "engines": {
28 "node": ">=9"
29 },
30 "dependencies": {
31 "@babel/core": "^7.8.4",
32 "@babel/preset-env": "^7.8.4",
33 "@babel/preset-react": "^7.8.3",
34 "ansi-html": "^0.0.7",
35 "babel-loader": "^8.0.6",
36 "chalk": "^3.0.0",
37 "child_process": "^1.0.2",
38 "chokidar": "^3.3.1",
39 "compressing": "^1.5.0",
40 "decompress": "^4.2.0",
41 "fs-extra": "^8.1.0",
42 "gauge": "^3.0.0",
43 "html-entities": "^1.2.1",
44 "inquirer": "^7.0.4",
45 "internal-ip": "^5.0.0",
46 "jsonfile": "^6.0.0",
47 "lodash": "^4.17.15",
48 "lru-cache": "^5.1.1",
49 "mailgun-js": "^0.22.0",
50 "md5-file": "^4.0.0",
51 "net": "^1.0.2",
52 "node-notifier": "^6.0.0",
53 "ora": "^4.0.3",
54 "plist": "^3.0.1",
55 "request": "^2.88.2",
56 "shelljs": "^0.8.3",
57 "sourcer": "^0.1.4",
58 "style-resources-loader": "^1.3.3",
59 "tmp": "^0.1.0",
60 "unzipper": "^0.10.8",
61 "uuid": "^7.0.1",
62 "vue": "^2.6.11",
63 "vue-loader": "^15.9.0",
64 "vue-style-loader": "^4.1.2",
65 "vue-template-compiler": "^2.6.11",
66 "webpack": "^4.41.6",
67 "webpack-cli": "^3.3.11",
68 "webpack-merge": "^4.2.2",
69 "weex-bindingx": "^0.0.49",
70 "weex-loader": "^0.7.12",
71 "weex-styler": "^0.3.1",
72 "weex-ui": "^0.8.4",
73 "ws": "^7.2.1",
74 "yargs": "^8.0.2"
75 }
76}