Skip to content

Commit 3966ca5

Browse files
committed
add files via upload
1 parent ba57912 commit 3966ca5

File tree

2 files changed

+16883
-20
lines changed

2 files changed

+16883
-20
lines changed

package.json

Lines changed: 41 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"type": "git",
5555
"url": "git+https://github.com/FrameworkIOS/react-native-awesome-ui.git"
5656
},
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)",
5858
"license": "MIT",
5959
"bugs": {
6060
"url": "https://github.com/FrameworkIOS/react-native-awesome-ui/issues"
@@ -63,32 +63,53 @@
6363
"publishConfig": {
6464
"registry": "https://registry.npmjs.org/"
6565
},
66+
"dependencies": {
67+
"color": "^4.2.3",
68+
"deepmerge": "^4.2.2",
69+
"validate-color": "^2.2.1"
70+
},
6671
"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"
85103
},
86104
"resolutions": {
87105
"@types/react": "^18.2.44"
88106
},
89107
"peerDependencies": {
90108
"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"
92113
},
93114
"workspaces": [
94115
"example"

0 commit comments

Comments
 (0)