|
24 | 24 | "jest": "jest --coverage ", |
25 | 25 | "jest:verbose": "jest --coverage --verbose", |
26 | 26 | "test": "run-s clean jest", |
27 | | - "test:verbose": "run-s clean jest:verbose" |
28 | | - }, |
29 | | - "husky": { |
30 | | - "hooks": { |
31 | | - "pre-commit": "npx run-s test", |
32 | | - "pre-push": "npx run-s test" |
33 | | - } |
34 | | - }, |
35 | | - "lint-staged": { |
36 | | - "*.js": [ |
37 | | - "eslint --fix", |
38 | | - "prettier --write", |
39 | | - "git add" |
40 | | - ] |
| 27 | + "test:verbose": "run-s clean jest:verbose", |
| 28 | + "prepare": "husky install" |
41 | 29 | }, |
42 | 30 | "dependencies": { |
43 | | - "bplist-creator": "0.0.8", |
44 | | - "bplist-parser": "0.2.0", |
45 | | - "plist": "^3.0.1" |
| 31 | + "bplist-creator": "0.1.0", |
| 32 | + "bplist-parser": "0.3.0", |
| 33 | + "plist": "^3.0.4" |
46 | 34 | }, |
47 | 35 | "devDependencies": { |
48 | | - "eslint": "^7.10.0", |
49 | | - "eslint-config-airbnb": "^18.2.0", |
50 | | - "eslint-config-prettier": "^6.12.0", |
51 | | - "eslint-plugin-import": "^2.22.1", |
52 | | - "eslint-plugin-jsx-a11y": "^6.3.1", |
53 | | - "eslint-plugin-react": "^7.21.2", |
54 | | - "husky": "^4.3.0", |
55 | | - "jest": "^26.4.2", |
56 | | - "lint-staged": "^10.4.0", |
| 36 | + "eslint": "^8.0.1", |
| 37 | + "eslint-config-airbnb": "^18.2.1", |
| 38 | + "eslint-config-prettier": "^8.3.0", |
| 39 | + "eslint-plugin-import": "^2.25.2", |
| 40 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 41 | + "eslint-plugin-react": "^7.26.1", |
| 42 | + "husky": ">=6", |
| 43 | + "jest": "^27.2.5", |
| 44 | + "lint-staged": ">=10", |
57 | 45 | "npm-run-all": "^4.1.5", |
58 | | - "prettier": "^2.1.2", |
| 46 | + "prettier": "^2.4.1", |
59 | 47 | "rimraf": "^3.0.2" |
| 48 | + }, |
| 49 | + "lint-staged": { |
| 50 | + "*.js": "eslint --cache --fix", |
| 51 | + "*.{js,css,md}": "prettier --write" |
60 | 52 | } |
61 | 53 | } |
0 commit comments