matt HOFFNER commited on
Commit
28a4c08
Β·
1 Parent(s): d39d3b0
Files changed (2) hide show
  1. package-lock.json +0 -0
  2. 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
- "build": "next build",
7
- "dev": "next dev",
8
- "lint": "next lint",
9
- "start": "next start"
10
  },
11
  "dependencies": {
12
- "@types/node": "20.1.4",
13
- "@types/react": "18.2.6",
14
- "@types/react-dom": "18.2.4",
15
- "eslint": "8.40.0",
16
- "eslint-config-next": "13.4.2",
17
- "next": "13.4.2",
18
- "react": "18.2.0",
19
- "react-dom": "18.2.0",
20
- "typescript": "5.0.4"
 
 
 
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
  }