|
26 | 26 | "build-webpack": "webpack --mode production",
|
27 | 27 | "clean": "rimraf coverage dist",
|
28 | 28 | "cover": "nyc npm run test",
|
29 |
| - "precommit": "lint-staged", |
30 | 29 | "prepare": "npm run clean && npm run build",
|
31 | 30 | "test": "npm run jest",
|
32 | 31 | "jest": "jest"
|
33 | 32 | },
|
34 |
| - "husky": { |
35 |
| - "hooks": { |
36 |
| - "pre-commit": "lint-staged" |
37 |
| - } |
38 |
| - }, |
39 |
| - "lint-staged": { |
40 |
| - "*.{json,css,md}": [ |
41 |
| - "prettier --write", |
42 |
| - "git add" |
43 |
| - ], |
44 |
| - "*.{js,jsx,ts,tsx}": [ |
45 |
| - "prettier --write", |
46 |
| - "sortier", |
47 |
| - "git add" |
48 |
| - ] |
49 |
| - }, |
50 | 33 | "peerDependencies": {
|
51 | 34 | "@snowcoders/react-unstyled-button": ">=1.2.2",
|
52 | 35 | "classnames": ">=2.2.5",
|
|
57 | 40 | "tslib": ">=1.9.0"
|
58 | 41 | },
|
59 | 42 | "devDependencies": {
|
60 |
| - "@snowcoders/react-unstyled-button": "~1.2.2", |
61 |
| - "@snowcoders/sortier": "^2.1.7", |
62 |
| - "@types/classnames": "^2.2.6", |
63 |
| - "@types/enzyme": "^3.1.12", |
64 |
| - "@types/enzyme-adapter-react-15": "^1.0.2", |
65 |
| - "@types/enzyme-adapter-react-16": "^1.0.2", |
66 |
| - "@types/jest": "^23.3.1", |
67 |
| - "@types/react": "^16.4.6", |
68 |
| - "@types/react-dom": "^16.0.6", |
69 |
| - "@types/react-resize-detector": "^3.0.0", |
70 |
| - "awesome-typescript-loader": "^5.2.0", |
71 |
| - "classnames": "^2.2.6", |
72 |
| - "enzyme": "^3.3.0", |
73 |
| - "enzyme-adapter-react-16": "^1.1.1", |
74 |
| - "husky": "^0.14.3", |
75 |
| - "jest": "^23.4.1", |
76 |
| - "jsdom": "^12.0.0", |
77 |
| - "lint-staged": "^7.2.0", |
78 |
| - "node-sass": "^4.9.2", |
79 |
| - "prettier": "^1.14.0", |
80 |
| - "react": "^16.4.1", |
81 |
| - "react-dom": "^16.4.1", |
82 |
| - "react-popper": "^1.0.0", |
83 |
| - "react-resize-detector": "^3.1.0", |
84 |
| - "rimraf": "^2.6.2", |
85 |
| - "source-map-loader": "^0.2.3", |
86 |
| - "source-map-support": "^0.5.6", |
87 |
| - "ts-jest": "^23.1.2", |
88 |
| - "ts-loader": "^5.0.0", |
89 |
| - "tslib": "^1.9.3", |
90 |
| - "typescript": "^3.0.1", |
91 |
| - "webpack": "^4.16.4", |
92 |
| - "webpack-command": "^0.4.1" |
| 43 | + "@snowcoders/react-unstyled-button": "1.2.2", |
| 44 | + "@snowcoders/sortier": "2.1.13", |
| 45 | + "@types/classnames": "2.2.6", |
| 46 | + "@types/enzyme": "3.1.14", |
| 47 | + "@types/enzyme-adapter-react-15": "1.0.3", |
| 48 | + "@types/enzyme-adapter-react-16": "1.0.3", |
| 49 | + "@types/jest": "23.3.5", |
| 50 | + "@types/react": "16.4.16", |
| 51 | + "@types/react-dom": "16.0.9", |
| 52 | + "@types/react-resize-detector": "3.1.0", |
| 53 | + "awesome-typescript-loader": "5.2.1", |
| 54 | + "classnames": "2.2.6", |
| 55 | + "enzyme": "3.7.0", |
| 56 | + "enzyme-adapter-react-16": "1.6.0", |
| 57 | + "husky": "1.1.2", |
| 58 | + "jest": "23.6.0", |
| 59 | + "jsdom": "12.2.0", |
| 60 | + "lint-staged": "7.3.0", |
| 61 | + "node-sass": "4.9.3", |
| 62 | + "prettier": "1.14.3", |
| 63 | + "react": "16.5.2", |
| 64 | + "react-dom": "16.5.2", |
| 65 | + "react-popper": "1.0.2", |
| 66 | + "react-resize-detector": "3.1.3", |
| 67 | + "rimraf": "2.6.2", |
| 68 | + "source-map-loader": "0.2.4", |
| 69 | + "source-map-support": "0.5.9", |
| 70 | + "ts-jest": "23.10.4", |
| 71 | + "ts-loader": "5.2.1", |
| 72 | + "tslib": "1.9.3", |
| 73 | + "typescript": "3.1.3", |
| 74 | + "webpack": "4.20.2", |
| 75 | + "webpack-command": "0.4.1" |
93 | 76 | }
|
94 | 77 | }
|
0 commit comments