63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "rscordmobile",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "cross-env NODE_OPTIONS=--openssl-legacy-provider react-native run-android",
|
|
"ios": "cross-env NODE_OPTIONS=--openssl-legacy-provider react-native run-ios",
|
|
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@expo/react-native-action-sheet": "github:MurdleDev/react-native-action-sheet",
|
|
"@react-native-async-storage/async-storage": "^1.15.14",
|
|
"@react-native-community/masked-view": "^0.1.11",
|
|
"@react-navigation/bottom-tabs": "^5.11.15",
|
|
"@react-navigation/native": "^5.9.8",
|
|
"@react-navigation/stack": "^5.14.9",
|
|
"react": "16.13.1",
|
|
"react-native": "0.63.4",
|
|
"react-native-gesture-handler": "^1.10.3",
|
|
"react-native-reanimated": "^1.13.3",
|
|
"react-native-safe-area-context": "^3.1.9",
|
|
"react-native-screens": "^2.10.1",
|
|
"react-native-system-navigation-bar": "^1.0.5",
|
|
"react-native-url-polyfill": "^3.0.0",
|
|
"react-native-vector-icons": "^8.1.0",
|
|
"rn-fetch-blob": "^0.12.0",
|
|
"url": "^0.11.4",
|
|
"zustand": "^4.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.4",
|
|
"@babel/runtime": "^7.8.4",
|
|
"@react-native-community/eslint-config": "^1.1.0",
|
|
"@types/jest": "^25.2.3",
|
|
"@types/react-native": "^0.63.2",
|
|
"@types/react-native-vector-icons": "^6.4.18",
|
|
"@types/react-test-renderer": "^16.9.2",
|
|
"babel-jest": "^25.1.0",
|
|
"cross-env": "^10.1.0",
|
|
"eslint": "^6.5.1",
|
|
"jest": "^25.1.0",
|
|
"metro-react-native-babel-preset": "^0.59.0",
|
|
"react-test-renderer": "16.13.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^16"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
}
|
|
}
|