-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "thinkout",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001 & npm run ws",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ws": "node node_modules/y-webrtc/bin/server"
},
"dependencies": {
"@lexical/react": "^0.14.1",
"axios": "^1.6.7",
"colorjs.io": "^0.4.5",
"dagre": "^0.8.5",
"langchain": "^0.1.21",
"lexical": "^0.14.1",
"llama-tokenizer-js": "^1.1.3",
"next": "14.1.0",
"random-animal-name": "^0.1.1",
"rangeblock": "^1.2.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"reactflow": "^11.10.4",
"recoil": "^0.7.7",
"uuid": "^9.0.1",
"y-indexeddb": "^9.0.12",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.12"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}