mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-19 19:01:18 +00:00
99 lines
3.2 KiB
JSON
99 lines
3.2 KiB
JSON
{
|
|
"name": "powr",
|
|
"main": "index.js",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "expo start -c",
|
|
"dev:web": "expo start -c --web",
|
|
"dev:android": "expo start -c --android",
|
|
"android": "expo start -c --android",
|
|
"ios": "expo start -c --ios",
|
|
"web": "expo start -c --web",
|
|
"clean": "rm -rf .expo node_modules",
|
|
"postinstall": "npx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css"
|
|
},
|
|
"expo": {
|
|
"doctor": {
|
|
"reactNativeDirectoryCheck": {
|
|
"exclude": [
|
|
"lucide-react-native"
|
|
],
|
|
"listUnknownPackages": false
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@expo/cli": "^0.22.16",
|
|
"@radix-ui/react-alert-dialog": "^1.1.6",
|
|
"@react-native-clipboard/clipboard": "^1.16.1",
|
|
"@react-navigation/material-top-tabs": "^7.1.0",
|
|
"@react-navigation/native": "^7.0.0",
|
|
"@rn-primitives/accordion": "^1.1.0",
|
|
"@rn-primitives/alert-dialog": "^1.1.0",
|
|
"@rn-primitives/aspect-ratio": "^1.1.0",
|
|
"@rn-primitives/avatar": "~1.1.0",
|
|
"@rn-primitives/checkbox": "^1.1.0",
|
|
"@rn-primitives/collapsible": "^1.1.0",
|
|
"@rn-primitives/context-menu": "^1.1.0",
|
|
"@rn-primitives/dialog": "^1.1.0",
|
|
"@rn-primitives/dropdown-menu": "^1.1.0",
|
|
"@rn-primitives/hover-card": "^1.1.0",
|
|
"@rn-primitives/label": "^1.1.0",
|
|
"@rn-primitives/menubar": "^1.1.0",
|
|
"@rn-primitives/navigation-menu": "^1.1.0",
|
|
"@rn-primitives/popover": "^1.1.0",
|
|
"@rn-primitives/portal": "~1.1.0",
|
|
"@rn-primitives/progress": "~1.1.0",
|
|
"@rn-primitives/radio-group": "^1.1.0",
|
|
"@rn-primitives/select": "^1.1.0",
|
|
"@rn-primitives/separator": "^1.1.0",
|
|
"@rn-primitives/slot": "~1.1.0",
|
|
"@rn-primitives/switch": "^1.1.0",
|
|
"@rn-primitives/table": "^1.1.0",
|
|
"@rn-primitives/tabs": "^1.1.0",
|
|
"@rn-primitives/toggle": "^1.1.0",
|
|
"@rn-primitives/toggle-group": "^1.1.0",
|
|
"@rn-primitives/tooltip": "~1.1.0",
|
|
"@rn-primitives/types": "~1.1.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"expo": "^52.0.35",
|
|
"expo-file-system": "~18.0.10",
|
|
"expo-linking": "~7.0.4",
|
|
"expo-navigation-bar": "~4.0.8",
|
|
"expo-router": "~4.0.16",
|
|
"expo-splash-screen": "~0.29.20",
|
|
"expo-sqlite": "~15.1.2",
|
|
"expo-status-bar": "~2.0.1",
|
|
"expo-system-ui": "~4.0.8",
|
|
"jest": "~29.7.0",
|
|
"jest-expo": "~52.0.3",
|
|
"lucide-react-native": "^0.378.0",
|
|
"nativewind": "^4.1.23",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-native": "0.76.7",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-pager-view": "6.5.1",
|
|
"react-native-reanimated": "~3.16.1",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-screens": "~4.4.0",
|
|
"react-native-svg": "15.8.0",
|
|
"react-native-tab-view": "^4.0.5",
|
|
"react-native-web": "~0.19.13",
|
|
"tailwind-merge": "^2.2.1",
|
|
"tailwindcss": "3.3.5",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/react": "~18.3.12",
|
|
"@types/react-native": "^0.72.8",
|
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"private": true
|
|
}
|