Spaces:
Runtime error
Runtime error
matt HOFFNER
commited on
Commit
Β·
28a4c08
1
Parent(s):
d39d3b0
add deps
Browse files- package-lock.json +0 -0
- package.json +16 -14
package-lock.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
package.json
CHANGED
|
@@ -3,21 +3,23 @@
|
|
| 3 |
"version": "0.0.1-alpha",
|
| 4 |
"license": "MIT",
|
| 5 |
"scripts": {
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
},
|
| 11 |
"dependencies": {
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
| 21 |
}
|
| 22 |
}
|
| 23 |
-
|
|
|
|
| 3 |
"version": "0.0.1-alpha",
|
| 4 |
"license": "MIT",
|
| 5 |
"scripts": {
|
| 6 |
+
"build": "next build",
|
| 7 |
+
"dev": "next dev",
|
| 8 |
+
"lint": "next lint",
|
| 9 |
+
"start": "next start"
|
| 10 |
},
|
| 11 |
"dependencies": {
|
| 12 |
+
"@react-llm/headless": "^0.0.5",
|
| 13 |
+
"@types/node": "20.1.4",
|
| 14 |
+
"@types/react": "18.2.6",
|
| 15 |
+
"@types/react-dom": "18.2.4",
|
| 16 |
+
"@xenova/transformers": "^2.1.1",
|
| 17 |
+
"eslint": "8.40.0",
|
| 18 |
+
"eslint-config-next": "13.4.2",
|
| 19 |
+
"langchain": "^0.0.90",
|
| 20 |
+
"next": "13.4.2",
|
| 21 |
+
"react": "18.2.0",
|
| 22 |
+
"react-dom": "18.2.0",
|
| 23 |
+
"typescript": "5.0.4"
|
| 24 |
}
|
| 25 |
}
|
|
|