-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.37 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "huntbot-frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">= 20.0.0 <21.0.0"
},
"scripts": {
"dev": "mprocs",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"slicemachine": "start-slicemachine"
},
"devDependencies": {
"@slicemachine/adapter-sveltekit": "^0.3.37",
"@sveltejs/adapter-vercel": "^5.1.1",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tailwindcss/typography": "^0.5.10",
"@types/html-to-text": "^9.0.4",
"@types/md5": "^2.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"mprocs": "^0.6.4",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.12",
"slice-machine-ui": "^1.25.0",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"svelte-intersection-observer": "^0.10.2",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"vite": "^5.1.7"
},
"type": "module",
"dependencies": {
"@langchain/community": "^0.0.35",
"@langchain/openai": "^0.0.20",
"@langchain/pinecone": "^0.0.3",
"@notionhq/client": "^2.2.14",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^2.1.0",
"@prismicio/client": "^7.3.1",
"@prismicio/svelte": "^1.0.3",
"@splinetool/runtime": "^1.0.66",
"@types/jsonwebtoken": "^9.0.6",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"add": "^2.0.6",
"ai": "^2.2.37",
"cheerio": "1.0.0-rc.12",
"d3-dsv": "^2.0.0",
"embla-carousel": "8.0.0-rc19",
"embla-carousel-svelte": "8.0.0-rc19",
"embla-carousel-wheel-gestures": "8.0.0-rc05",
"html-to-text": "^9.0.5",
"jsdom": "^24.0.0",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.1.27",
"langsmith": "^0.1.13",
"md5": "^2.3.0",
"node-html-markdown": "^1.3.0",
"notion-to-md": "^3.1.1",
"openai": "^4.29.0",
"uuid": "^9.0.1"
},
"pnpm": {
"overrides": {
"@langchain/core": "0.1.46"
}
}
}