UNPKG

3.88 kBJSONView Raw
1{
2 "name": "@syberos/cli",
3 "version": "2.1.1",
4 "description": "cli tool for syberh",
5 "main": "index.js",
6 "publishConfig": {
7 "access": "public"
8 },
9 "scripts": {
10 "build": "run-s clean prod",
11 "dev": "tsc -w",
12 "prod": "tsc",
13 "clean": "rimraf dist",
14 "lint": "tslint src/**/*.ts --fix",
15 "lint:typecheck": "tslint -p tsconfig.json src/**/*.ts --fix",
16 "prepack": "npm run build"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/syberos-team/syberh.git"
21 },
22 "bin": {
23 "syberh": "bin/syberh"
24 },
25 "keywords": [
26 "syberh",
27 "syberos",
28 "hybrid",
29 "app"
30 ],
31 "engines": {
32 "node": ">=8"
33 },
34 "author": "YuanXin",
35 "license": "MIT",
36 "dependencies": {
37 "@syberos/dev-server": "^1.5.3",
38 "autoprefixer": "^8.4.1",
39 "babel-plugin-transform-react-jsx": "^6.24.1",
40 "chalk": "2.4.2",
41 "chokidar": "^2.0.3",
42 "commander": "^2.19.0",
43 "cross-spawn": "^6.0.5",
44 "ejs": "^2.6.1",
45 "envinfo": "^6.0.1",
46 "fbjs": "^1.0.0",
47 "fs-extra": "^5.0.0",
48 "generic-names": "^2.0.1",
49 "glob": "^7.1.2",
50 "got": "^9.6.0",
51 "inquirer": "^5.2.0",
52 "internal-ip": "^4.3.0",
53 "joi": "^14.3.1",
54 "klaw": "^2.1.1",
55 "lodash": "^4.17.15",
56 "mem-fs": "^1.1.3",
57 "mem-fs-editor": "^4.0.0",
58 "minimatch": "^3.0.4",
59 "npm-check": "^5.9.0",
60 "ora": "^2.0.0",
61 "postcss": "^6.0.22",
62 "prop-types": "^15.6.2",
63 "registry-auth-token": "^4.0.0",
64 "registry-url": "^5.1.0",
65 "request": "^2.88.0",
66 "resolve": "^1.6.0",
67 "semver": "^5.5.0",
68 "shelljs": "^0.8.1",
69 "through2": "^2.0.3",
70 "vinyl": "^2.1.0",
71 "vinyl-fs": "^3.0.2",
72 "yauzl": "2.10.0"
73 },
74 "devDependencies": {
75 "@types/autoprefixer": "^9.1.1",
76 "@types/babel-core": "^6.25.5",
77 "@types/babel-generator": "^6.25.2",
78 "@types/babel-traverse": "^6.25.4",
79 "@types/babel-types": "^6.25.2",
80 "@types/ejs": "^2.6.3",
81 "@types/fs-extra": "^5.0.4",
82 "@types/got": "^9.6.7",
83 "@types/inquirer": "^6.5.0",
84 "@types/jest": "^23.3.10",
85 "@types/klaw": "^3.0.0",
86 "@types/lodash": "^4.14.119",
87 "@types/node": "^10.12.18",
88 "@types/request": "^2.48.1",
89 "@types/shelljs": "^0.8.5",
90 "@types/ssh2": "^0.5.38",
91 "babel-core": "^6.26.3",
92 "babel-eslint": "^8.2.3",
93 "babel-generator": "^6.26.1",
94 "babel-jest": "^23.6.0",
95 "babel-plugin-danger-remove-unused-import": "^1.1.1",
96 "babel-plugin-remove-dead-code": "^1.3.2",
97 "babel-plugin-transform-class-properties": "^6.24.1",
98 "babel-plugin-transform-decorators-legacy": "^1.3.4",
99 "babel-plugin-transform-define": "^1.3.0",
100 "babel-preset-env": "^1.7.0",
101 "babel-preset-stage-0": "^6.24.1",
102 "babel-template": "^6.26.0",
103 "babel-traverse": "^6.26.0",
104 "babel-types": "^6.26.0",
105 "babylon": "^6.18.0",
106 "better-babel-generator": "^6.26.1",
107 "eslint": "^4.15.0",
108 "eslint-config-airbnb": "^18.0.1",
109 "eslint-config-taro": "1.3.1",
110 "eslint-plugin-import": "^2.8.0",
111 "eslint-plugin-typescript": "^0.12.0",
112 "jest": "^23.6.0",
113 "npm-run-all": "^4.1.5",
114 "postcss-modules-extract-imports": "^1.1.0",
115 "postcss-modules-local-by-default": "^1.2.0",
116 "postcss-modules-resolve-imports": "^1.3.0",
117 "postcss-modules-scope": "^1.1.0",
118 "postcss-modules-values": "^1.3.0",
119 "postcss-pxtransform": "1.3.1",
120 "postcss-reporter": "^6.0.1",
121 "postcss-taro-unit-transform": "1.2.15",
122 "postcss-url": "^7.3.2",
123 "prettier": "^1.16.4",
124 "stylelint": "9.3.0",
125 "stylelint-config-taro-rn": "1.3.1",
126 "stylelint-taro-rn": "1.3.1",
127 "tslint": "^5.12.0",
128 "tslint-config-prettier": "^1.17.0",
129 "tslint-config-standard": "^8.0.1",
130 "typescript": "3.4.5",
131 "webpack": "^4.35.3",
132 "webpack-dev-server": "^3.7.2"
133 },
134 "gitHead": "c287dcb941e01a46fc326f7d460726c532a59180"
135}