mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-13 12:06:36 -04:00
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "GPL-3.0-only",
|
|
"scripts": {
|
|
"dev": "expo start --dev-client",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"lint": "eslint src/**/*.{ts,tsx} && tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^13.0.0",
|
|
"@gorhom/bottom-sheet": "^4.4.3",
|
|
"@react-native-async-storage/async-storage": "^1.17.7",
|
|
"@react-navigation/bottom-tabs": "^6.3.2",
|
|
"@react-navigation/drawer": "^6.4.3",
|
|
"@react-navigation/native": "^6.0.11",
|
|
"@react-navigation/native-stack": "^6.7.0",
|
|
"@sd/assets": "file:../../packages/assets",
|
|
"@sd/core": "file:../../core",
|
|
"byte-size": "^8.1.0",
|
|
"class-variance-authority": "^0.2.3",
|
|
"expo": "~46.0.2",
|
|
"expo-font": "^10.2.0",
|
|
"expo-linking": "^3.2.2",
|
|
"expo-splash-screen": "~0.16.1",
|
|
"expo-status-bar": "~1.4.0",
|
|
"intl": "^1.2.5",
|
|
"moti": "^0.18.0",
|
|
"phosphor-react-native": "^1.1.2",
|
|
"react": "18.2.0",
|
|
"react-native": "0.69.3",
|
|
"react-native-gesture-handler": "^2.5.0",
|
|
"react-native-heroicons": "^2.2.0",
|
|
"react-native-reanimated": "^2.9.1",
|
|
"react-native-safe-area-context": "^4.3.1",
|
|
"react-native-screens": "^3.15.0",
|
|
"react-native-svg": "^12.3.0",
|
|
"twrnc": "^3.4.0",
|
|
"use-count-up": "^3.0.1",
|
|
"zustand": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/runtime": "^7.18.9",
|
|
"@rnx-kit/metro-config": "^1.2.36",
|
|
"@rnx-kit/metro-resolver-symlinks": "^0.1.21",
|
|
"@types/react": "~18.0.15",
|
|
"@types/react-native": "~0.69.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
"@typescript-eslint/parser": "^5.30.7",
|
|
"eslint": "^8.21.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-native": "^4.0.0",
|
|
"metro-minify-terser": "^0.72.0",
|
|
"react-native-svg": "^12.4.3",
|
|
"react-native-svg-transformer": "^1.0.0",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"private": true
|
|
}
|