boxons/package.json

83 lines
2.5 KiB
JSON
Raw Normal View History

{
"name": "boxons",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
2024-12-08 17:01:28 +00:00
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
2024-10-13 11:29:36 +00:00
"test:watch": "jest --watchAll",
"test": "jest",
"types": "tsc --noEmit",
"lint": "eslint --ext .ts,.tsx .",
"lint:fix": "eslint --fix --ext .ts,.tsx .",
"prepare": "husky"
},
"jest": {
2024-10-13 11:29:36 +00:00
"preset": "jest-expo",
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
]
},
"overrides": {
"babel-plugin-react-compiler": "0.0.0-experimental-734b737-20241003"
},
"dependencies": {
2024-10-13 11:29:36 +00:00
"@emotion/native": "^11.11.0",
"@emotion/react": "^11.13.3",
"@expo/vector-icons": "^14.0.2",
2024-12-08 17:01:28 +00:00
"@react-native-async-storage/async-storage": "1.23.1",
2024-10-13 20:14:08 +00:00
"@react-native-picker/picker": "2.7.5",
"@react-navigation/native": "^6.0.2",
2024-10-13 11:29:36 +00:00
"@testing-library/react-native": "^12.7.2",
2024-12-08 17:01:28 +00:00
"expo": "~51.0.39",
2024-10-13 20:14:08 +00:00
"expo-av": "~14.0.7",
2024-12-08 17:01:28 +00:00
"expo-dev-client": "~4.0.29",
"expo-font": "~12.0.9",
2024-10-13 20:14:08 +00:00
"expo-keep-awake": "~13.0.2",
"expo-linking": "~6.3.1",
2024-12-08 17:01:28 +00:00
"expo-router": "~3.5.24",
"expo-splash-screen": "~0.27.7",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
2025-03-03 22:10:26 +00:00
"expo-updates": "~0.25.28",
"expo-web-browser": "~13.0.3",
"i18n-js": "^4.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
2024-10-20 08:01:01 +00:00
"react-native-background-timer": "^2.4.1",
"react-native-dropdown-picker": "^5.4.6",
2024-10-13 11:29:36 +00:00
"react-native-linear-gradient": "^2.8.3",
2024-12-08 17:01:28 +00:00
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
2024-10-13 11:29:36 +00:00
"react-native-timer-picker": "^1.10.3",
2024-10-13 20:14:08 +00:00
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
2024-10-13 11:29:36 +00:00
"@testing-library/jest-native": "^5.4.3",
"@types/react": "~18.2.45",
2024-10-20 08:01:01 +00:00
"@types/react-native-background-timer": "^2.0.2",
2024-12-08 17:01:28 +00:00
"@types/react-native-push-notification": "^8.1.4",
2024-10-13 11:29:36 +00:00
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
2024-10-13 20:14:08 +00:00
"dotenv": "^16.4.5",
2024-10-13 11:29:36 +00:00
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.6",
"jest": "^29.2.1",
"jest-expo": "~51.0.3",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"private": true
}