@mindinventory/react-native-boilerplate
Version:
98 lines (97 loc) • 3.41 kB
JSON
{
"name": "MIBoilerplate",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"fix:lint": "yarn lint --fix && yarn typescript",
"icons": "cd scripts && node icons.js",
"images": "cd scripts && node images.js",
"screens": "cd scripts && node generateScreenFile.js",
"svgs": "cd scripts && node svgIcons.js",
"preios": "ENVFILE=.env",
"preandroid": "ENVFILE=.env",
"ios": "react-native run-ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "npx pod-install",
"prepare": "husky",
"refresh": "bash ./scripts/refresh.sh",
"start": "NODE_ENV=default APP_ENV=default npx react-native start --reset-cache",
"start:development": "NODE_ENV=development APP_ENV=development npx react-native start --reset-cache",
"start:staging": "NODE_ENV=staging APP_ENV=staging npx react-native start --reset-cache",
"start:production": "NODE_ENV=production APP_ENV=production npx react-native start --reset-cache",
"test": "jest",
"typescript": "tsc --noEmit"
},
"dependencies": {
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.7",
"formik": "^2.4.6",
"i18n-js": "^4.4.3",
"react": "18.3.1",
"react-native": "0.75.3",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.20.0",
"react-native-localize": "^3.2.1",
"react-native-mmkv": "^2.12.2",
"react-native-network-logger": "^1.17.0",
"react-native-reanimated": "^3.15.3",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
"react-native-svg": "^15.7.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@react-native/babel-preset": "0.75.3",
"@react-native/eslint-config": "0.75.3",
"@react-native/metro-config": "0.75.3",
"@react-native/typescript-config": "0.75.3",
"@types/i18n-js": "^3.8.9",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.9",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import-order-autofix": "^0.8.3",
"eslint-plugin-no-inline-styles": "^1.0.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"husky": "^9.1.6",
"jest": "^29.7.0",
"prettier": "3.3.3",
"react-native-dotenv": "^3.4.11",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.3.1",
"typescript": "5.6.2"
},
"engines": {
"node": ">=18"
},
"resolutions": {
"@types/react": "^18.0.24"
},
"eslintIgnore": [
"node_modules/",
"lib/"
]
}