UNPKG

1.29 kBJSONView Raw
1{
2 "name": "vivo-cli",
3 "version": "0.7.3",
4 "description": "vivo-cli",
5 "bin": {
6 "vivo": "bin/vivo",
7 "vivo-init": "bin/vivo-init",
8 "vivo-new": "bin/vivo-new",
9 "vivo-update": "bin/vivo-update"
10 },
11 "scripts": {
12 "build": "node build && babel src --out-dir src",
13 "lint": "eslint --ext .js,.vue src --fix"
14 },
15 "author": "zhump",
16 "license": "ISC",
17 "dependencies": {
18 "babel-runtime": "^6.26.0",
19 "colors": "^1.1.2",
20 "commander": "^2.10.0",
21 "ejs": "^2.5.7",
22 "fs-extra": "^4.0.2",
23 "inquirer": "^3.3.0",
24 "ip": "^1.1.5",
25 "ora": "^1.3.0"
26 },
27 "devDependencies": {
28 "babel-cli": "^6.26.0",
29 "babel-eslint": "^8.0.3",
30 "babel-plugin-add-module-exports": "^0.2.1",
31 "babel-plugin-transform-runtime": "^6.23.0",
32 "babel-preset-env": "1.6.1",
33 "babel-preset-stage-0": "^6.24.1",
34 "babel-register": "^6.26.0",
35 "eslint": "^4.13.1",
36 "eslint-config-standard": "^10.2.1",
37 "eslint-plugin-html": "^4.0.1",
38 "eslint-plugin-import": "^2.8.0",
39 "eslint-plugin-node": "^5.2.1",
40 "eslint-plugin-promise": "^3.6.0",
41 "eslint-plugin-standard": "^3.0.1"
42 },
43 "babel": {
44 "presets": [
45 "env",
46 "stage-0"
47 ],
48 "plugins": [
49 "add-module-exports",
50 "transform-runtime"
51 ]
52 }
53}