90 lines
3.1 KiB
JSON
90 lines
3.1 KiB
JSON
{
|
|
"name": "@karaolidis/terminally-online",
|
|
"version": "0.0.8",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "patch-package",
|
|
"android": "react-native run-android",
|
|
"start": "react-native start",
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"lint": "eslint .",
|
|
"all": "npm run build && npm run test && npm run lint",
|
|
"compile": "export $(cat .env | xargs) && cd android && ./gradlew assembleRelease && cd ..",
|
|
"clean": "cd android && ./gradlew clean && cd .."
|
|
},
|
|
"dependencies": {
|
|
"@bankify/redux-persist-realm": "^0.1.3",
|
|
"@react-native-clipboard/clipboard": "^1.11.2",
|
|
"@react-native-community/hooks": "^3.0.0",
|
|
"@react-native-masked-view/masked-view": "^0.2.9",
|
|
"@react-native-ml-kit/text-recognition": "^1.2.1",
|
|
"@react-navigation/bottom-tabs": "^6.5.8",
|
|
"@react-navigation/native": "^6.1.7",
|
|
"@react-navigation/native-stack": "^6.9.13",
|
|
"@realm/react": "^0.5.1",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@shopify/flash-list": "^1.4.3",
|
|
"magic-bytes.js": "^1.0.15",
|
|
"react": "18.2.0",
|
|
"react-native": "0.72.2",
|
|
"react-native-document-picker": "^9.0.1",
|
|
"react-native-fast-image": "^8.6.3",
|
|
"react-native-file-access": "^3.0.4",
|
|
"react-native-gesture-handler": "^2.12.0",
|
|
"react-native-get-random-values": "^1.9.0",
|
|
"react-native-linear-gradient": "^2.8.1",
|
|
"react-native-mime-types": "^2.4.0",
|
|
"react-native-paper": "^5.9.1",
|
|
"react-native-reanimated": "^3.3.0",
|
|
"react-native-safe-area-context": "^4.6.4",
|
|
"react-native-scoped-storage": "^1.9.3",
|
|
"react-native-screens": "^3.22.1",
|
|
"react-native-share": "^9.2.3",
|
|
"react-native-share-menu": "^6.0.0",
|
|
"react-native-skeleton-placeholder": "^5.2.4",
|
|
"react-native-vector-icons": "^9.2.0",
|
|
"react-native-video": "^6.0.0-alpha.6",
|
|
"react-redux": "^8.1.1",
|
|
"realm": "^11.10.1",
|
|
"redux-persist": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@jest/globals": "^29.6.1",
|
|
"@react-native/eslint-config": "^0.72.2",
|
|
"@react-native/metro-config": "^0.72.7",
|
|
"@tsconfig/react-native": "^3.0.2",
|
|
"@types/jest": "^29.5.2",
|
|
"@types/metro-config": "^0.76.3",
|
|
"@types/react": "^18.2.14",
|
|
"@types/react-native-share-menu": "^5.0.2",
|
|
"@types/react-native-vector-icons": "^6.4.13",
|
|
"@types/react-native-video": "^5.0.15",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
"@typescript-eslint/parser": "^5.61.0",
|
|
"babel-jest": "^29.2.1",
|
|
"depcheck": "^1.4.3",
|
|
"eslint": "^8.44.0",
|
|
"eslint-plugin-jest": "^27.2.2",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-native": "^4.0.0",
|
|
"eslint-plugin-unicorn": "^47.0.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.2.1",
|
|
"metro-react-native-babel-preset": "0.76.5",
|
|
"patch-package": "^7.0.0",
|
|
"prettier": "^2.4.1",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|