-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
97 lines (97 loc) · 2.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"format": "prettier --write \"**/*.{js,ts,vue}\"",
"test": "vitest",
"coverage": "vitest run --coverage",
"prepare": "husky"
},
"resolutions": {
"string-width": "4.2.3"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@nuxtjs/i18n": "^8.3.1",
"@pinecone-database/pinecone": "^2.2.0",
"@pinia/nuxt": "^0.5.1",
"@tiptap/extension-bold": "^2.2.5",
"@tiptap/extension-bubble-menu": "^2.2.4",
"@tiptap/extension-bullet-list": "^2.2.6",
"@tiptap/extension-code": "^2.2.6",
"@tiptap/extension-color": "^2.2.4",
"@tiptap/extension-document": "^2.2.5",
"@tiptap/extension-focus": "^2.2.4",
"@tiptap/extension-hard-break": "^2.2.4",
"@tiptap/extension-heading": "^2.2.5",
"@tiptap/extension-link": "^2.2.6",
"@tiptap/extension-list-item": "^2.2.6",
"@tiptap/extension-mention": "^2.2.4",
"@tiptap/extension-ordered-list": "^2.2.6",
"@tiptap/extension-paragraph": "^2.2.5",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-task-item": "^2.2.4",
"@tiptap/extension-task-list": "^2.2.4",
"@tiptap/extension-text-style": "^2.2.4",
"@tiptap/extension-typography": "^2.3.0",
"@tiptap/extension-underline": "^2.2.6",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/suggestion": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@vee-validate/zod": "^4.12.6",
"@vueuse/motion": "^2.1.0",
"ai": "^3.0.19",
"appwrite": "^14.0.0",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"firebase": "^10.10.0",
"lucide-vue-next": "^0.363.0",
"marked": "^12.0.2",
"mathjs": "^12.4.1",
"media-icons": "^1.1.4",
"nuxt": "^3.11.1",
"openai": "^4.33.0",
"pinia": "^2.1.7",
"radix-vue": "^1.5.3",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.3",
"unplugin-auto-import": "0.17.1",
"uuid": "^9.0.1",
"vee-validate": "^4.12.6",
"vidstack": "^1.11.19",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-sonner": "^1.1.2",
"vue-writer": "1.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@mnenie/prettier": "^1.0.3",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia/testing": "^0.1.3",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.5",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"shadcn-nuxt": "^0.10.2",
"vitest": "^1.5.3"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}