@panezhang/cli
Advanced tools
+10
-21
| { | ||
| "name": "@panezhang/cli", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "This repo holds my favorite cli tools.", | ||
@@ -17,24 +17,12 @@ "repository": { | ||
| "chalk": "2.3.0", | ||
| "commander": "2.12.2", | ||
| "typescript": "2.6.2" | ||
| "commander": "2.12.2" | ||
| }, | ||
| "devDependencies": { | ||
| "babel-cli": "6.26.0", | ||
| "babel-core": "6.26.0", | ||
| "babel-eslint": "8.0.3", | ||
| "babel-plugin-module-resolver": "3.0.0", | ||
| "babel-plugin-syntax-dynamic-import": "6.18.0", | ||
| "babel-plugin-transform-class-properties": "6.24.1", | ||
| "babel-plugin-transform-decorators-legacy": "1.3.4", | ||
| "babel-plugin-transform-runtime": "6.23.0", | ||
| "babel-preset-env": "1.6.1", | ||
| "babel-preset-stage-3": "6.24.1", | ||
| "babel-runtime": "6.26.0", | ||
| "eslint": "4.13.1", | ||
| "eslint-config-airbnb": "16.1.0", | ||
| "eslint-plugin-import": "2.8.0", | ||
| "eslint-plugin-jsx-a11y": "6.0.3", | ||
| "eslint-plugin-react": "7.5.1", | ||
| "@types/node": "9.3.0", | ||
| "rollup": "0.53.1", | ||
| "rollup-plugin-json": "2.3.0" | ||
| "rollup-plugin-json": "2.3.0", | ||
| "rollup-plugin-typescript": "0.8.1", | ||
| "tslint": "5.9.1", | ||
| "tslint-config-airbnb": "5.4.2", | ||
| "typescript": "2.6.2" | ||
| }, | ||
@@ -46,5 +34,6 @@ "bin": { | ||
| "scripts": { | ||
| "build": "rollup -c rollup.config.js", | ||
| "start": "rollup -c rollup.config.js -w", | ||
| "lint": "eslint src *.js" | ||
| "lint": "tslint -c tslint.json -t verbose 'src/**/*.ts'" | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2
-33.33%7
-61.11%2967
-11.98%- Removed
- Removed