67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "NaviApp",
|
|
"version": "0.1.3",
|
|
"versionCode": 4,
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "yarn react-native start",
|
|
"bundle-size": "yarn run react-native-bundle-visualizer --entry-file ./index.android.js",
|
|
"prepare": "husky install"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.23.7",
|
|
"@babel/preset-env": "^7.23.7",
|
|
"@react-native-async-storage/async-storage": "^1.21.0",
|
|
"@react-native-community/slider": "^4.4.3",
|
|
"@react-native-masked-view/masked-view": "^0.2.8",
|
|
"@react-native/metro-config": "^0.72.9",
|
|
"@react-navigation/native": "^6.1.7",
|
|
"@react-navigation/stack": "^6.3.17",
|
|
"@react-spring/native": "9.5.5",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@sentry/react-native": "^5.19.0",
|
|
"axios": "^1.4.0",
|
|
"lodash": "^4.17.21",
|
|
"lottie-react-native": "^5.1.6",
|
|
"react": "^18.2.0",
|
|
"react-native": "0.73.2",
|
|
"react-native-code-push": "8.2.1",
|
|
"react-native-config": "^1.5.1",
|
|
"react-native-gesture-handler": "^2.14.0",
|
|
"react-native-linear-gradient": "^2.5.6",
|
|
"react-native-modal": "^13.0.1",
|
|
"react-native-reanimated": "^3.6.1",
|
|
"react-native-safe-area-context": "^4.7.1",
|
|
"react-native-screens": "^3.29.0",
|
|
"react-native-skeleton-placeholder": "^5.2.4",
|
|
"react-native-webp-format": "^1.2.0",
|
|
"react-redux": "^8.1.2",
|
|
"redux": "^4.2.1",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-thunk": "^2.4.2",
|
|
"whatwg-fetch": "3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.3",
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/react": "^18.2.16",
|
|
"@types/react-native": "^0.72.2",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"husky": "^8.0.0",
|
|
"lint-staged": "^15.2.4",
|
|
"prettier": "^3.2.5",
|
|
"react-native-bundle-visualizer": "^2.2.0",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|