2024-10-08 10:06:19 +00:00
|
|
|
{
|
2024-10-08 10:09:53 +00:00
|
|
|
"name": "boxons",
|
2024-10-08 10:06:19 +00:00
|
|
|
"main": "expo-router/entry",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "expo start",
|
|
|
|
|
"android": "expo start --android",
|
|
|
|
|
"ios": "expo start --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"
|
2024-10-08 10:06:19 +00:00
|
|
|
},
|
|
|
|
|
"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"
|
2024-10-08 10:06:19 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-10-13 11:29:36 +00:00
|
|
|
"@emotion/native": "^11.11.0",
|
|
|
|
|
"@emotion/react": "^11.13.3",
|
2024-10-08 10:06:19 +00:00
|
|
|
"@expo/vector-icons": "^14.0.2",
|
2024-10-13 21:17:48 +00:00
|
|
|
"@react-native-async-storage/async-storage": "^2.0.0",
|
2024-10-13 20:14:08 +00:00
|
|
|
"@react-native-picker/picker": "2.7.5",
|
2024-10-08 10:06:19 +00:00
|
|
|
"@react-navigation/native": "^6.0.2",
|
2024-10-13 11:29:36 +00:00
|
|
|
"@testing-library/react-native": "^12.7.2",
|
2024-10-13 20:14:08 +00:00
|
|
|
"expo": "~51.0.37",
|
|
|
|
|
"expo-av": "~14.0.7",
|
2024-10-08 10:06:19 +00:00
|
|
|
"expo-font": "~12.0.9",
|
2024-10-13 20:14:08 +00:00
|
|
|
"expo-keep-awake": "~13.0.2",
|
2024-10-08 10:06:19 +00:00
|
|
|
"expo-linking": "~6.3.1",
|
|
|
|
|
"expo-router": "~3.5.23",
|
|
|
|
|
"expo-splash-screen": "~0.27.5",
|
|
|
|
|
"expo-status-bar": "~1.12.1",
|
|
|
|
|
"expo-system-ui": "~3.0.7",
|
2024-10-13 20:14:08 +00:00
|
|
|
"expo-updates": "~0.25.27",
|
2024-10-08 10:06:19 +00:00
|
|
|
"expo-web-browser": "~13.0.3",
|
2024-10-13 22:20:52 +00:00
|
|
|
"i18n-js": "^4.4.3",
|
2024-10-08 10:06:19 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
|
"react-native": "0.74.5",
|
2024-10-13 22:20:52 +00:00
|
|
|
"react-native-dropdown-picker": "^5.4.6",
|
2024-10-13 11:29:36 +00:00
|
|
|
"react-native-linear-gradient": "^2.8.3",
|
2024-10-08 10:06:19 +00:00
|
|
|
"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"
|
2024-10-08 10:06:19 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
2024-10-13 11:29:36 +00:00
|
|
|
"@testing-library/jest-native": "^5.4.3",
|
2024-10-08 10:06:19 +00:00
|
|
|
"@types/react": "~18.2.45",
|
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",
|
2024-10-08 10:06:19 +00:00
|
|
|
"jest": "^29.2.1",
|
|
|
|
|
"jest-expo": "~51.0.3",
|
|
|
|
|
"react-test-renderer": "18.2.0",
|
|
|
|
|
"typescript": "~5.3.3"
|
|
|
|
|
},
|
|
|
|
|
"private": true
|
|
|
|
|
}
|