-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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": "skattgpt-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"crawl": "tsx src/scripts/crawl",
"parse": "tsx src/scripts/parse",
"embed": "tsx -r dotenv/config src/scripts/embed",
"upload": "tsx -r dotenv/config src/scripts/upload"
},
"dependencies": {
"@qdrant/js-client-rest": "^1.5.0",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"dedent": "^1.5.1",
"next": "13.4.19",
"openai": "^4.5.0",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"tailwindcss": "3.3.3",
"turndown": "^7.1.2",
"typescript": "5.2.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/dedent": "^0.7.0",
"@types/turndown": "^5.0.1",
"@types/uuid": "^9.0.3",
"cheerio": "^1.0.0-rc.12",
"crawlee": "^3.5.3",
"dotenv": "^16.3.1",
"langchain": "^0.0.145",
"tsx": "^3.12.8"
}
}