playin with sqlite

This commit is contained in:
iamBadgers
2024-03-03 15:25:50 -08:00
parent ab1b55002b
commit 1d49f324c6
2 changed files with 8 additions and 1 deletions

6
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"@mdi/font": "7.0.96", "@mdi/font": "7.0.96",
"core-js": "^3.34.0", "core-js": "^3.34.0",
"roboto-fontface": "*", "roboto-fontface": "*",
"sqlite": "^5.1.1",
"vue": "^3.3.0", "vue": "^3.3.0",
"vuetify": "^3.0.0" "vuetify": "^3.0.0"
}, },
@@ -4329,6 +4330,11 @@
"node": ">=0.10.0" "node": ">=0.10.0"
} }
}, },
"node_modules/sqlite": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/sqlite/-/sqlite-5.1.1.tgz",
"integrity": "sha512-oBkezXa2hnkfuJwUo44Hl9hS3er+YFtueifoajrgidvqsJRQFpc5fKoAkAor1O5ZnLoa28GBScfHXs8j0K358Q=="
},
"node_modules/string.prototype.trim": { "node_modules/string.prototype.trim": {
"version": "1.2.8", "version": "1.2.8",
"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz",

View File

@@ -12,6 +12,7 @@
"@mdi/font": "7.0.96", "@mdi/font": "7.0.96",
"core-js": "^3.34.0", "core-js": "^3.34.0",
"roboto-fontface": "*", "roboto-fontface": "*",
"sqlite": "^5.1.1",
"vue": "^3.3.0", "vue": "^3.3.0",
"vuetify": "^3.0.0" "vuetify": "^3.0.0"
}, },
@@ -29,8 +30,8 @@
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.0", "eslint-plugin-vue": "^9.19.0",
"pinia": "^2.1.0", "pinia": "^2.1.0",
"sass": "^1.69.0",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"sass": "^1.69.0",
"typescript": "^5.3.0", "typescript": "^5.3.0",
"typescript-eslint": "^7.0.2", "typescript-eslint": "^7.0.2",
"unplugin-auto-import": "^0.17.3", "unplugin-auto-import": "^0.17.3",