devminds
Version:
Your go-to React Native CLI template packed with **amazing tools** for building robust apps quickly!
69 lines • 2.19 kB
JSON
{
"name": "devminds",
"version": "0.1.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"bin": {
"rename": "./scripts/rename.js"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.1",
"@react-native-community/template": "^0.76.6",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/elements": "^2.2.5",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@reduxjs/toolkit": "^2.5.0",
"axios": "^1.7.9",
"fs": "^0.0.1-security",
"lottie-react-native": "^7.2.2",
"nativewind": "^4.1.23",
"path": "^0.12.7",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-eject": "^1.0.2",
"react-native-gesture-handler": "^2.22.0",
"react-native-image-picker": "^8.1.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-permissions": "^5.2.5",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "^5.1.0",
"react-native-screens": "^4.5.0",
"react-native-splash-screen": "^3.3.0",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^10.2.0",
"react-redux": "^9.2.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.76.6",
"@react-native/eslint-config": "0.76.6",
"@react-native/metro-config": "0.76.6",
"@react-native/typescript-config": "0.76.6",
"@types/react": "^18.2.6",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=18"
}
}