UNPKG

2.02 kBJSONView Raw
1{
2 "name": "weiui-cli",
3 "version": "1.1.7",
4 "description": "A simple CLI for scaffolding weiui projects, we provide weiui-template to quickly build small and medium sized app.",
5 "bin": {
6 "weiui": "./cli.js"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git@github.com:kuaifan/weiui-cli.git"
11 },
12 "keywords": [
13 "weex",
14 "weex ui",
15 "weiui",
16 "vue",
17 "hybird app"
18 ],
19 "author": "KuaiFan",
20 "license": "MIT",
21 "engines": {
22 "node": ">=8"
23 },
24 "optionalDependencies": {
25 "fsevents": "*"
26 },
27 "dependencies": {
28 "acorn": "^6.1.1",
29 "archiver": "^3.0.0",
30 "babel-core": "^6.26.3",
31 "babel-eslint": "^10.0.1",
32 "babel-loader": "^6.4.1",
33 "babel-polyfill": "^6.26.0",
34 "babel-preset-es2015": "^6.24.1",
35 "babel-preset-stage-0": "^6.24.1",
36 "babel-runtime": "^6.26.0",
37 "chalk": "^1.1.3",
38 "cliui": "^3.2.0",
39 "commander": "^2.9.0",
40 "css": "^2.2.1",
41 "css-loader": "^0.26.1",
42 "decompress": "^4.2.0",
43 "download-repo": "^1.0.2",
44 "fs-extra": "^3.0.1",
45 "fsevents": "^1.2.7",
46 "gauge": "^2.7.4",
47 "inquirer": "^6.2.2",
48 "ip": "^1.1.5",
49 "js-yaml": "^3.13.1",
50 "jsonfile": "^3.0.0",
51 "net": "^1.0.2",
52 "node-notifier": "^5.4.0",
53 "ora": "^1.3.0",
54 "request": "^2.88.0",
55 "rimraf": "^2.6.3",
56 "shelljs": "^0.8.2",
57 "sourcer": "^0.1.4",
58 "style-loader": "^0.19.0",
59 "tmp": "^0.0.33",
60 "unzip2": "^0.2.5",
61 "vue-loader": "^12.2.2",
62 "vue-style-loader": "^3.0.3",
63 "webpack": "^2.7.0",
64 "webpack-merge": "^4.1.2",
65 "weex-loader": "^0.7.2",
66 "weex-styler": "^0.2.6",
67 "ws": "^6.2.1",
68 "yargs": "^8.0.2"
69 },
70 "devDependencies": {
71 "chai": "^4.2.0",
72 "eslint": "^5.16.0",
73 "mocha": "^6.1.1"
74 }
75}