This commit is contained in:
Mckay Wrigley
2023-03-22 10:44:48 -06:00
parent cec0735403
commit cf93a32851
27 changed files with 3569 additions and 2 deletions
+4
View File
@@ -5,12 +5,16 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"tauri": "tauri",
"lint": "next lint"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.2",
"@tabler/icons-react": "^2.9.0",
"@tauri-apps/api": "^1.2.0",
"@tauri-apps/cli": "^1.2.3",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",