-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "chat-with-pdf",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "npx nuxthub preview",
"deploy": "npx nuxthub deploy",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@langchain/textsplitters": "^0.1.0",
"@nuxt/eslint": "^0.5.7",
"@nuxt/ui": "3.0.0-alpha.6",
"@nuxthub/core": "^0.7.27",
"@nuxtjs/mdc": "^0.9.0",
"drizzle-orm": "^0.34.1",
"nuxt": "^3.13.2",
"unpdf": "^0.12.1",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.7",
"@tailwindcss/typography": "^0.5.15",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"drizzle-kit": "^0.25.0",
"eslint": "^9.12.0",
"nuxthub-ratelimit": "^1.0.4",
"vue-tsc": "^2.1.6",
"wrangler": "^3.80.4",
"zod": "^3.23.8"
},
"packageManager": "[email protected]"
}