mirror of
https://github.com/khairul169/vaulterm.git
synced 2025-04-28 16:49:39 +07:00
79 lines
2.4 KiB
JSON
79 lines
2.4 KiB
JSON
{
|
|
"name": "frontend",
|
|
"license": "MIT",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"test": "jest --watchAll",
|
|
"lint": "expo lint",
|
|
"build:preview": "eas build -p android --profile preview --local",
|
|
"build:android": "eas build -p android --local"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.2",
|
|
"@hookform/resolvers": "^3.9.1",
|
|
"@novnc/novnc": "^1.5.0",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@react-navigation/bottom-tabs": "7.0.0-rc.36",
|
|
"@react-navigation/drawer": "^7.0.0",
|
|
"@react-navigation/native": "7.0.0-rc.21",
|
|
"@tamagui/config": "^1.116.14",
|
|
"@tanstack/react-query": "^5.59.20",
|
|
"@xterm/addon-attach": "^0.11.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"expo": "~52.0.0-preview.19",
|
|
"expo-blur": "~14.0.1",
|
|
"expo-constants": "~17.0.2",
|
|
"expo-font": "~13.0.0",
|
|
"expo-haptics": "~14.0.0",
|
|
"expo-linking": "~7.0.2",
|
|
"expo-router": "~4.0.0-preview.12",
|
|
"expo-splash-screen": "~0.29.1",
|
|
"expo-status-bar": "~2.0.0",
|
|
"expo-symbols": "~0.2.0",
|
|
"expo-system-ui": "~4.0.2",
|
|
"expo-web-browser": "~14.0.0",
|
|
"ofetch": "^1.4.1",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-hook-form": "^7.53.2",
|
|
"react-native": "0.76.1",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-pager-view": "6.4.1",
|
|
"react-native-reanimated": "~3.16.1",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-screens": "4.0.0-beta.16",
|
|
"react-native-web": "~0.19.13",
|
|
"react-native-webview": "^13.12.2",
|
|
"tamagui": "^1.116.14",
|
|
"zod": "3.23.8",
|
|
"zustand": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@tamagui/babel-plugin": "^1.116.14",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/novnc__novnc": "^1.5.0",
|
|
"@types/react": "~18.3.12",
|
|
"@types/react-test-renderer": "^18.3.0",
|
|
"jest": "^29.2.1",
|
|
"jest-expo": "~52.0.0-preview.3",
|
|
"react-test-renderer": "18.3.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"private": true,
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"zod@3.23.8": "patches/zod@3.23.8.patch"
|
|
}
|
|
}
|
|
} |