You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.3 KiB
46 lines
1.3 KiB
{
|
|
"name": "every-jap-dict",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start --offline",
|
|
"android": "expo start --android --offline",
|
|
"ios": "expo start --ios --offline",
|
|
"web": "expo start --web --offline"
|
|
},
|
|
"dependencies": {
|
|
"@expo/html-elements": "^0.10.1",
|
|
"@gluestack-ui/core": "^3.0.0",
|
|
"@gluestack-ui/utils": "^3.0.0",
|
|
"@legendapp/motion": "^2.4.0",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
"expo": "^54.0.7",
|
|
"expo-status-bar": "~3.0.8",
|
|
"install": "^0.13.0",
|
|
"lucide-react-native": "^0.543.0",
|
|
"nativewind": "^4.1.23",
|
|
"npm": "^11.6.0",
|
|
"react": "19.1.0",
|
|
"react-aria": "^3.33.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.4",
|
|
"react-native-animatable": "^1.4.0",
|
|
"react-native-google-mobile-ads": "^15.7.0",
|
|
"react-native-reanimated": "~4.1.0",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-svg": "15.12.1",
|
|
"react-native-webview": "13.15.0",
|
|
"react-native-worklets": "0.5.1",
|
|
"react-stately": "^3.39.0",
|
|
"tailwind-variants": "^0.1.20",
|
|
"tailwindcss": "^3.4.17"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@expo/config-plugins": "~54.0.1",
|
|
"@types/react": "~19.1.10",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|
|
|