You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.0 KiB
64 lines
2.0 KiB
{
|
|
"name": "reactnative",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"start": "react-native start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@eva-design/eva": "^2.2.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/react-native-fontawesome": "^0.3.0",
|
|
"@react-native-async-storage/async-storage": "^1.18.2",
|
|
"@react-navigation/bottom-tabs": "^6.5.7",
|
|
"@react-navigation/native-stack": "^6.9.12",
|
|
"@react-navigation/stack": "^6.3.16",
|
|
"@ui-kitten/components": "^5.3.1",
|
|
"@ui-kitten/eva-icons": "^5.3.1",
|
|
"buffer": "^6.0.3",
|
|
"nativewind": "^2.0.11",
|
|
"react": "18.2.0",
|
|
"react-hook-form": "^7.44.3",
|
|
"react-native": "0.71.5",
|
|
"react-native-gesture-handler": "^2.9.0",
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
"react-native-linear-gradient": "^2.6.2",
|
|
"react-native-safe-area-context": "^4.5.0",
|
|
"react-native-screens": "^3.20.0",
|
|
"react-native-select-dropdown": "^3.3.4",
|
|
"react-native-svg": "^13.10.0",
|
|
"react-native-vector-icons": "^9.2.0",
|
|
"react-select": "^5.7.4",
|
|
"tailwindcss": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
"@tsconfig/react-native": "^2.0.2",
|
|
"@types/jest": "^29.2.1",
|
|
"@types/node": "^18.15.11",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-native-vector-icons": "^6.4.13",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"babel-jest": "^29.2.1",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.2.1",
|
|
"metro-react-native-babel-preset": "0.73.9",
|
|
"prettier": "^2.4.1",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|