initial db rewrite

This commit is contained in:
Boof2015
2026-07-24 02:18:37 -04:00
parent 26fba836f4
commit a10ecf4a0f
90 changed files with 12669 additions and 5173 deletions
-39
View File
@@ -16,10 +16,8 @@
"@expo/ui": "~56.0.13",
"@expo/vector-icons": "^15.0.2",
"@gorhom/bottom-sheet": "^5.2.14",
"@op-engineering/op-sqlite": "^16.2.1",
"@shopify/flash-list": "2.0.2",
"@shopify/react-native-skia": "2.6.2",
"encoding-japanese": "^2.2.0",
"expo": "~56.0.4",
"expo-asset": "~56.0.14",
"expo-build-properties": "^56.0.19",
@@ -58,7 +56,6 @@
"zustand": "^5.0.13"
},
"devDependencies": {
"@types/encoding-japanese": "^2.2.1",
"@types/react": "~19.2.2",
"eslint": "^9.0.0",
"eslint-config-expo": "~56.0.4",
@@ -2289,26 +2286,6 @@
"node": ">=12.4.0"
}
},
"node_modules/@op-engineering/op-sqlite": {
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/@op-engineering/op-sqlite/-/op-sqlite-16.2.1.tgz",
"integrity": "sha512-mDMdvAJJ97XfmJRKxzldyR9OpADmPVDofOWRgcB+kN1mlKmNkoJMZnX5SDYsYUki215FZkXzevExuhSzfyEWLw==",
"license": "MIT",
"workspaces": [
"example",
"node"
],
"peerDependencies": {
"@sqlite.org/sqlite-wasm": "*",
"react": "*",
"react-native": "*"
},
"peerDependenciesMeta": {
"@sqlite.org/sqlite-wasm": {
"optional": true
}
}
},
"node_modules/@radix-ui/primitive": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.3.tgz",
@@ -3243,13 +3220,6 @@
"integrity": "sha512-cMQm7pxu6BxtHyqJ7mQZ2kXWV5SLmugybFdHCBbJ5eHzOo6VhBckEgAT3//rP5FwPHNPeEiq4SmQ5ucBwsOo4Q==",
"license": "MIT"
},
"node_modules/@types/encoding-japanese": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@types/encoding-japanese/-/encoding-japanese-2.2.1.tgz",
"integrity": "sha512-6jjepuTusvySxMLP7W6usamlbgf0F4sIDvm7EzYePjLHY7zWUv4yz2PLUnu0vuNVtXOTLu2cRdFcDg40J5Owsw==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/estree": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
@@ -5387,15 +5357,6 @@
"node": ">= 0.8"
}
},
"node_modules/encoding-japanese": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/encoding-japanese/-/encoding-japanese-2.2.0.tgz",
"integrity": "sha512-EuJWwlHPZ1LbADuKTClvHtwbaFn4rOD+dRAbWysqEOXRc2Uui0hJInNJrsdH0c+OhJA4nrCBdSkW4DD5YxAo6A==",
"license": "MIT",
"engines": {
"node": ">=8.10.0"
}
},
"node_modules/entities": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",