mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 02:24:20 +08:00
35 lines
904 B
JSON
35 lines
904 B
JSON
{
|
|
"name": "reactnativetodolist",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "^1.15.14",
|
|
"@supabase/supabase-js": "^1.29.1",
|
|
"react": "17.0.2",
|
|
"react-native": "0.66.4",
|
|
"react-native-dotenv": "^3.3.1",
|
|
"react-native-elements": "^3.4.2",
|
|
"react-native-url-polyfill": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
"babel-jest": "^26.6.3",
|
|
"eslint": "7.14.0",
|
|
"jest": "^26.6.3",
|
|
"metro-react-native-babel-preset": "^0.66.2",
|
|
"react-test-renderer": "17.0.2"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|