Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bigbinary/neetoui-rn",
"version": "2.0.6",
"main": ".",
"main": "./src/index.js",
Comment thread
abhijithsheheer marked this conversation as resolved.
"author": "BigBinary",
"license": "MIT",
"description": "The neetoUI-RN library drives the experience in all neeto product's React Native applications built at BigBinary.",
Expand Down Expand Up @@ -40,43 +40,37 @@
},
"peerDependencies": {
"react-native-device-info": "^10.3.0",
"react-native-reanimated": "3.6.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-reanimated": ">=3.6.0",
"react-native-safe-area-context": ">=3.3.2",
"react-native-svg": "*",
"react-native-webview": "11.14.4"
"react-native-webview": ">=11.14.4"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@bigbinary/neeto-commons-frontend": "^2.0.129",
"@bigbinary/neeto-icons-rn": "^1.0.7",
"@react-native-community/hooks": "^2.8.1",
"@shopify/flash-list": "^1.2.0",
"@styled-system/prop-types": "^5.1.5",
"dayjs": "^1.11.4",
"node-html-parser": "^6.1.5",
"patch-package": "^8.0.0",
"react-content-loader": "^6.2.0",
"react-native-calendars": "^1.1285.0",
"react-native-calendars": ">=1.1313.0",
"react-native-controlled-mentions": "^2.2.5",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.4.0",
"react-native-modal": "^13.0.0",
"react-native-pell-rich-editor": "^1.9.0",
"react-native-popover-view": "^5.1.7",
"react-native-safe-area-context": "^3.3.2",
"react-native-size-matters": "^0.4.0",
"react-native-snap-carousel": "4.0.0-beta.6",
"react-native-toast-message": "^2.1.5",
"react-native-web": "^0.19.9",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/eslint-parser": "^7.19.1",
"@babel/runtime": "^7.12.5",
"@bigbinary/eslint-plugin-neeto": "^1.0.15",
"@bigbinary/neeto-commons-frontend": "^2.0.129",
Comment thread
abhijithsheheer marked this conversation as resolved.
"@bigbinary/neeto-cist": "^1.0.6",
"@react-native-async-storage/async-storage": "^1.15.11",
"@react-native-community/datetimepicker": "^3.5.2",
Expand Down Expand Up @@ -128,12 +122,14 @@
"jest": "^26.6.3",
"lint-staged": "^12.0.3",
"metro-react-native-babel-preset": "^0.66.2",
"patch-package": "^8.0.0",
"prettier": "^2.3.1",
"ramda": "^0.29.1",
"react": "18.1.0",
"react-dom": "^18.2.0",
"react-native": "0.70.6",
"react-native-device-info": "^10.3.0",
"react-native-gesture-handler": "^2.4.0",
"react-native-pager-view": "^5.4.25",
"react-native-reanimated": "3.6.0",
"react-native-screens": "^3.15.0",
Expand Down
Loading
Loading