|
54 | 54 | "type": "git", |
55 | 55 | "url": "git+https://github.com/FrameworkIOS/react-native-awesome-ui.git" |
56 | 56 | }, |
57 | | - "author": "Krisna Pranav <[email protected]> (https://github.com/FrameworkIOS/react-native-awesome-ui)", |
| 57 | + "author": "Krisna Pranav <> (https://github.com/FrameworkIOS/react-native-awesome-ui)", |
58 | 58 | "license": "MIT", |
59 | 59 | "bugs": { |
60 | 60 | "url": "https://github.com/FrameworkIOS/react-native-awesome-ui/issues" |
|
63 | 63 | "publishConfig": { |
64 | 64 | "registry": "https://registry.npmjs.org/" |
65 | 65 | }, |
| 66 | + "dependencies": { |
| 67 | + "color": "^4.2.3", |
| 68 | + "deepmerge": "^4.2.2", |
| 69 | + "validate-color": "^2.2.1" |
| 70 | + }, |
66 | 71 | "devDependencies": { |
67 | | - "@commitlint/config-conventional": "^17.0.2", |
68 | | - "@evilmartians/lefthook": "^1.5.0", |
69 | | - "@react-native/eslint-config": "^0.73.1", |
70 | | - "@release-it/conventional-changelog": "^5.0.0", |
71 | | - "@types/jest": "^29.5.5", |
72 | | - "@types/react": "^18.2.44", |
73 | | - "commitlint": "^17.0.2", |
74 | | - "del-cli": "^5.1.0", |
75 | | - "eslint": "^8.51.0", |
76 | | - "eslint-config-prettier": "^9.0.0", |
77 | | - "eslint-plugin-prettier": "^5.0.1", |
78 | | - "jest": "^29.7.0", |
79 | | - "prettier": "^3.0.3", |
80 | | - "react": "18.2.0", |
81 | | - "react-native": "0.74.5", |
82 | | - "react-native-builder-bob": "^0.30.2", |
83 | | - "release-it": "^15.0.0", |
84 | | - "typescript": "^5.2.2" |
| 72 | + "@babel/core": "^7.19.1", |
| 73 | + "@commitlint/config-conventional": "^17.1.0", |
| 74 | + "@react-native-community/eslint-config": "^2.0.0", |
| 75 | + "@release-it/conventional-changelog": "^5.1.0", |
| 76 | + "@testing-library/react-native": "^11.0.0", |
| 77 | + "@types/color": "^3.0.3", |
| 78 | + "@types/jest": "^29.0.2", |
| 79 | + "@types/react": "18.0.0", |
| 80 | + "@types/react-native": "0.70.0", |
| 81 | + "@types/react-native-vector-icons": "^6.4.12", |
| 82 | + "@types/react-test-renderer": "18.0.0", |
| 83 | + "commitlint": "^17.1.2", |
| 84 | + "editorconfig": "^0.15.3", |
| 85 | + "eslint": "^7.32.0", |
| 86 | + "eslint-config-prettier": "^8.5.0", |
| 87 | + "eslint-plugin-prettier": "^4.2.1", |
| 88 | + "husky": "8.0.0", |
| 89 | + "jest": "^29.0.3", |
| 90 | + "metro-react-native-babel-preset": "^0.72.2", |
| 91 | + "prettier": "^2.7.1", |
| 92 | + "pretty-quick": "^3.1.3", |
| 93 | + "react": "18.1.0", |
| 94 | + "react-dom": "18.1.0", |
| 95 | + "react-native": "0.70.0", |
| 96 | + "react-native-animatable": "^1.3.3", |
| 97 | + "react-native-builder-bob": "^0.18.3", |
| 98 | + "react-native-modal": "13.0.1", |
| 99 | + "react-native-vector-icons": "9.2.0", |
| 100 | + "react-test-renderer": "18.1.0", |
| 101 | + "release-it": "^15.4.1", |
| 102 | + "typescript": "^4.8.3" |
85 | 103 | }, |
86 | 104 | "resolutions": { |
87 | 105 | "@types/react": "^18.2.44" |
88 | 106 | }, |
89 | 107 | "peerDependencies": { |
90 | 108 | "react": "*", |
91 | | - "react-native": "*" |
| 109 | + "react-native": "*", |
| 110 | + "react-native-animatable": "1.3.3", |
| 111 | + "react-native-modal": "13.0.1", |
| 112 | + "react-native-vector-icons": "9.2.0" |
92 | 113 | }, |
93 | 114 | "workspaces": [ |
94 | 115 | "example" |
|
0 commit comments