-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"version": "1.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@tiptap/extension-document": "^2.9.1",
"@tiptap/extension-floating-menu": "^2.9.1",
"@tiptap/extension-heading": "^2.9.1",
"@tiptap/extension-paragraph": "^2.9.1",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-text": "^2.9.1",
"@tiptap/extension-text-align": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/vue-3": "^2.9.1",
"autoprefixer": "^10.4.15",
"nuxt": "^3.7.3",
"nuxt-gtag": "^1.1.1",
"postcss": "^8.4.29",
"sass": "^1.80.6",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@pinia/nuxt": "^0.4.11",
"@vercel/speed-insights": "^1.0.2",
"@vueuse/components": "^10.5.0",
"@vueuse/core": "^10.5.0",
"firebase": "^10.4.0",
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-draggable-next": "^2.2.1"
}
}