sqlite local
This commit is contained in:
+5
-1
@@ -17,15 +17,19 @@
|
||||
"react-native-screens": "~4.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/better-sqlite3": "^9.6.0",
|
||||
"@types/react": "~19.2.2",
|
||||
"babel-preset-expo": "^57.0.4",
|
||||
"better-sqlite3": "^13.0.3",
|
||||
"tsx": "^4.23.13",
|
||||
"typescript": "~6.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web"
|
||||
"web": "expo start --web",
|
||||
"test:migrations": "tsx --test tests/migrations.test.ts"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user