-
-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
70 lines (70 loc) · 1.96 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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"migrate": "drizzle-kit generate:sqlite",
"studio": "drizzle-kit studio",
"download:repo": "cd template && jiti downloadRepo",
"parse:repo": "jiti template/shadcn-vue/parseMeta",
"analyze": "nuxt analyze"
},
"dependencies": {
"@libsql/client": "0.4.0-pre.5",
"@nuxt/content": "^2.10.0",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-icons/vue": "^1.0.0",
"@vueuse/core": "^10.7.1",
"better-sqlite3": "^9.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^3.2.0",
"dom-serializer": "^2.0.0",
"domhandler": "^5.0.3",
"drizzle-orm": "^0.29.2",
"giget": "^1.1.3",
"h3": "^1.9.0",
"htmlparser2": "^9.0.0",
"jiti": "^1.21.0",
"js-tiktoken": "^1.0.8",
"lucide-vue-next": "^0.301.0",
"nuxt-umami": "^2.5.7",
"openai": "^4.24.0",
"radix-vue": "^1.3.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@nuxt/devtools": "latest",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/tailwindcss": "^6.10.1",
"@nuxtseo/module": "2.0.0-beta.55",
"@tailwindcss/typography": "^0.5.10",
"@types/better-sqlite3": "^7.6.8",
"@types/htmlparser2": "^3.10.7",
"@vueuse/nuxt": "^10.7.0",
"drizzle-kit": "^0.20.13",
"eslint": "^8.56.0",
"gray-matter": "^4.0.3",
"nuxt": "^3.9.0",
"nuxt-auth-utils": "^0.0.13",
"pathe": "^1.1.1",
"puppeteer-core": "^21.6.1",
"scule": "^1.1.1",
"shadcn-nuxt": "^0.8.6",
"shikiji": "^0.9.15",
"vue": "^3.4.7",
"vue-router": "^4.2.5",
"zod-to-json-schema": "^3.22.3"
}
}