frontend/package.json

52 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2024-02-08 14:10:53 +00:00
{
"name": "frontend",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:tailwind": "tailwindcss --input input.css --output tailwind.css --no-autoprefixer && tailwind-rn",
"dev:tailwind": "concurrently \"tailwindcss --input input.css --output tailwind.css --no-autoprefixer --watch\" \"tailwind-rn --watch\""
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.3.17",
"axios": "^1.4.0",
"color-convert": "^2.0.1",
"expo": "~48.0.18",
"expo-image-picker": "~14.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"moment": "^2.29.4",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-pager-view": "6.1.2",
"react-native-paper": "^5.9.1",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "~3.20.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^9.2.0",
"react-navigation-header-buttons": "^11.0.0",
"socket.io-client": "^4.7.2",
"tailwind-rn": "^4.2.0",
"twrnc": "^3.6.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"concurrently": "^8.2.0",
"postcss": "^8.4.25",
"tailwindcss": "^3.3.2"
},
"private": true
}