Encrypted-Chat-Client/package.json

153 lines
4.8 KiB
JSON
Raw Normal View History

2024-12-15 14:40:35 +00:00
{
"name": "123",
"main": "expo-router/entry",
"version": "1.0.0",
"packageManager": "yarn@4.5.0",
"private": true,
"scripts": {
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary",
"check:tamagui": "tamagui check",
"start": "expo start -c",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"123": "file:",
"@react-navigation/native": "^6.1.17",
"@tamagui/config": "^1.117.0",
"@tamagui/lucide-icons": "^1.117.0",
"@tamagui/toast": "^1.117.0",
"assert": "^1.1.1",
"babel-preset-expo": "^11.0.6",
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.2",
"burnt": "^0.12.2",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.1",
"diffie-hellman": "^5.0.3",
"dns.js": "^1.0.1",
"domain-browser": "^1.1.1",
"events": "^1.0.0",
"expo": "~51.0.32",
"expo-build-properties": "~0.12.5",
"expo-crypto": "^14.0.1",
"expo-font": "~12.0.10",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-secure-store": "^14.0.0",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "^1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"https-browserify": "^0.0.1",
"js-chacha20": "^1.1.0",
"js-sha256": "^0.11.0",
"jsonwebtoken": "^9.0.2",
"node-libs-react-native": "^1.2.1",
"path-browserify": "^0.0.0",
"prisma": "^5.22.0",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.2",
"react-native-crypto": "^2.2.0",
"react-native-get-random-values": "^1.11.0",
"react-native-level-fs": "^3.0.0",
"react-native-os": "^1.0.1",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "~3.15.1",
"react-native-safe-area-context": "4.10.9",
"react-native-screens": "~3.34.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "15.6.0",
"react-native-tcp": "^3.2.1",
"react-native-toast-message": "^2.2.1",
"react-native-udp": "^2.1.0",
"react-native-web": "^0.19.12",
"react-toastify": "^10.0.6",
"readable-stream": "^1.0.33",
"sql-js": "^0.1.0",
"sql.js": "^1.12.0",
"stream-browserify": "^3.0.0",
"string_decoder": "^0.10.31",
"tamagui": "^1.117.2",
"timers-browserify": "^1.0.1",
"tty-browserify": "^0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "^0.0.4"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@expo/metro-config": "~0.18.4",
"@expo/metro-runtime": "~3.2.1",
"@tamagui/babel-plugin": "^1.117.0",
"@tamagui/cli": "^1.117.0",
"@tamagui/metro-plugin": "^1.117.2",
"@types/react": "~18.2.79",
"@types/react-native": "^0.73.0",
"@types/react-native-get-random-values": "^1",
"typescript": "^5.5.2"
},
"react-native": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
},
"browser": {
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"_stream_readable": "readable-stream/readable",
"_stream_transform": "readable-stream/transform",
"_stream_writable": "readable-stream/writable",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dgram": "react-native-udp",
"dns": "dns.js",
"domain": "domain-browser",
"fs": "react-native-level-fs",
"http": "react-native-http",
"https": "https-browserify",
"net": "react-native-tcp",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"stream": "stream-browserify",
"timers": "timers-browserify",
"tls": false,
"tty": "tty-browserify",
"vm": "vm-browserify",
"zlib": "browserify-zlib"
}
}