Add sqlite database from json files

This commit is contained in:
2023-09-22 10:45:43 +01:00
parent b205bb1444
commit 93ea54f300
6 changed files with 1414 additions and 77 deletions
+4 -1
View File
@@ -10,11 +10,14 @@
"get-type": "./bin/get-type.sh"
},
"dependencies": {
"@prisma/client": "5.3.1",
"@react-three/cannon": "^6.6.0",
"@react-three/drei": "^9.83.9",
"@react-three/fiber": "^8.13.0",
"next": "13.4.19",
"better-sqlite3": "^8.6.0",
"next": "^13.5.1",
"prettier": "^3.0.3",
"prisma": "^5.3.1",
"react": "18.2.0",
"react-div-100vh": "^0.7.0",
"react-dom": "18.2.0",