|
10 | 10 | "packages/*" |
11 | 11 | ], |
12 | 12 | "scripts": { |
13 | | - "build": "tsc -b", |
14 | | - "test": "jest", |
| 13 | + "build": "run-p build:*", |
| 14 | + "build:bundle": "r -x eslint-plugin-react/lib/rules/no-unescaped-entities", |
| 15 | + "build:ts": "tsc -b", |
| 16 | + "lint": "run-p lint:*", |
15 | 17 | "lint:es": "eslint . --ext js,md,ts -f friendly", |
16 | 18 | "lint:ts": "tslint -p . -t stylish", |
17 | | - "lint": "run-p lint:*", |
| 19 | + "lint:tsc": "tsc", |
| 20 | + "test": "jest", |
18 | 21 | "type-coverage": "type-coverage --cache --ignore-catch --detail --ignore-files *.d.ts --strict" |
19 | 22 | }, |
20 | 23 | "devDependencies": { |
21 | 24 | "@1stg/babel-preset": "^0.7.0", |
22 | 25 | "@1stg/commitlint-config": "^0.1.0", |
23 | | - "@1stg/eslint-config": "^0.12.10", |
| 26 | + "@1stg/eslint-config": "^0.12.12", |
24 | 27 | "@1stg/husky-config": "^0.3.0", |
25 | 28 | "@1stg/lint-staged": "^0.7.4", |
26 | 29 | "@1stg/prettier-config": "^0.2.0", |
27 | 30 | "@1stg/remark-config": "^0.2.1", |
28 | | - "@1stg/tsconfig": "^0.5.1", |
29 | | - "@1stg/tslint-config": "^0.3.3", |
| 31 | + "@1stg/rollup-config": "^0.9.6", |
| 32 | + "@1stg/tsconfig": "^0.5.4", |
| 33 | + "@1stg/tslint-config": "^0.3.4", |
30 | 34 | "@babel/core": "^7.6.0", |
31 | 35 | "@commitlint/cli": "^8.2.0", |
32 | 36 | "@types/cosmiconfig": "^5.0.3", |
|
44 | 48 | "lint-staged": "^9.3.0", |
45 | 49 | "npm-run-all": "^4.1.5", |
46 | 50 | "prettier": "1.18.2", |
| 51 | + "prettier-plugin-pkg": "^0.3.0", |
47 | 52 | "react": "^16.9.0", |
| 53 | + "rollup": "^1.21.4", |
48 | 54 | "ts-jest": "^24.1.0", |
| 55 | + "ts-node": "^8.4.1", |
49 | 56 | "tslint": "^5.20.0", |
50 | 57 | "type-coverage": "^2.3.0", |
51 | 58 | "typescript": "^3.6.3" |
|
0 commit comments