|
2 | 2 | "name": "formsy-semantic-ui-react", |
3 | 3 | "version": "2.3.3", |
4 | 4 | "description": "Formsy-React wrappers for Semantic-Ui-React's form Components", |
5 | | - "repository": { |
6 | | - "type": "git", |
7 | | - "url": "https://github.com/zabute/formsy-semantic-ui-react" |
8 | | - }, |
9 | | - "author": { |
10 | | - "name": "Ardamis Yeshak", |
11 | | - "email": "arde987@gmail.com", |
12 | | - "url": "https://github.com/zabute" |
13 | | - }, |
14 | | - "license": "MIT", |
15 | | - "bugs": { |
16 | | - "url": "https://github.com/zabute/formsy-semantic-ui-react/issues" |
17 | | - }, |
18 | 5 | "keywords": [ |
19 | 6 | "formsy-react", |
20 | 7 | "semantic-ui", |
|
25 | 12 | "react-component", |
26 | 13 | "form-validation" |
27 | 14 | ], |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/zabute/formsy-semantic-ui-react/issues" |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "https://github.com/zabute/formsy-semantic-ui-react" |
| 21 | + }, |
| 22 | + "license": "MIT", |
| 23 | + "author": { |
| 24 | + "name": "Ardamis Yeshak", |
| 25 | + "email": "arde987@gmail.com", |
| 26 | + "url": "https://github.com/zabute" |
| 27 | + }, |
28 | 28 | "main": "dist/index.js", |
29 | 29 | "module": "dist/formsy-semantic-ui-react.esm.js", |
30 | 30 | "typings": "dist/index.d.ts", |
31 | 31 | "files": [ |
32 | 32 | "dist", |
33 | 33 | "src" |
34 | 34 | ], |
35 | | - "engines": { |
36 | | - "node": ">=10" |
37 | | - }, |
38 | 35 | "scripts": { |
39 | | - "start": "tsdx watch", |
40 | 36 | "build": "tsdx build", |
41 | | - "test": "jest --passWithNoTests", |
42 | 37 | "lint": "tsdx lint", |
43 | 38 | "prepare": "tsdx build", |
44 | | - "version": "auto-changelog -p && git add CHANGELOG.md", |
45 | | - "release": "np" |
| 39 | + "release": "np", |
| 40 | + "start": "tsdx watch", |
| 41 | + "test": "jest --passWithNoTests", |
| 42 | + "version": "auto-changelog -p && git add CHANGELOG.md" |
| 43 | + }, |
| 44 | + "husky": { |
| 45 | + "hooks": { |
| 46 | + "pre-commit": "tsdx lint" |
| 47 | + } |
| 48 | + }, |
| 49 | + "prettier": { |
| 50 | + "arrowParens": "always", |
| 51 | + "printWidth": 80, |
| 52 | + "semi": true, |
| 53 | + "singleQuote": true, |
| 54 | + "trailingComma": "es5" |
| 55 | + }, |
| 56 | + "resolutions": { |
| 57 | + "@types/react": "17", |
| 58 | + "@types/react-dom": "17" |
46 | 59 | }, |
47 | 60 | "dependencies": { |
48 | | - "@types/hoist-non-react-statics": "^3.3.1", |
49 | 61 | "formsy-react": "^2.0.0", |
50 | 62 | "hoist-non-react-statics": "^3.3.2", |
51 | 63 | "semantic-ui-react": "^2.0.0" |
|
54 | 66 | "@testing-library/jest-dom": "^5.16.5", |
55 | 67 | "@testing-library/react": "12.1.5", |
56 | 68 | "@testing-library/user-event": "^14.4.3", |
| 69 | + "@types/hoist-non-react-statics": "^3.3.1", |
57 | 70 | "@types/jest": "^29.2.2", |
58 | 71 | "@types/react": "^16.14.43", |
59 | 72 | "@types/react-dom": "^16.9.19", |
|
70 | 83 | "typescript": "^5.1.6" |
71 | 84 | }, |
72 | 85 | "peerDependencies": { |
73 | | - "react": ">=16 || >=17" |
74 | | - }, |
75 | | - "resolutions": { |
76 | | - "@types/react": "17", |
77 | | - "@types/react-dom": "17" |
78 | | - }, |
79 | | - "husky": { |
80 | | - "hooks": { |
81 | | - "pre-commit": "tsdx lint" |
82 | | - } |
| 86 | + "react": ">=16 || >=17 || >= 18" |
83 | 87 | }, |
84 | | - "prettier": { |
85 | | - "printWidth": 80, |
86 | | - "semi": true, |
87 | | - "singleQuote": true, |
88 | | - "trailingComma": "es5", |
89 | | - "arrowParens": "always" |
| 88 | + "engines": { |
| 89 | + "node": ">=10" |
90 | 90 | } |
91 | 91 | } |
0 commit comments