-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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": "storytor",
"type": "module",
"version": "0.0.1",
"description": "Minimalist story writing tool",
"author": "Aodi Saputra",
"private": false,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@floating-ui/dom": "^1.7.4",
"@google/genai": "^1.19.0",
"@mdi/font": "^7.4.47",
"@tiptap/extension-bubble-menu": "^3.4.2",
"@tiptap/extension-file-handler": "^3.4.1",
"@tiptap/extension-floating-menu": "^3.4.2",
"@tiptap/extension-image": "^3.4.1",
"@tiptap/extension-text-align": "^3.4.2",
"@tiptap/extensions": "^3.4.2",
"@tiptap/starter-kit": "^3.4.1",
"@tiptap/vue-3": "^3.4.1",
"html2pdf.js": "^0.12.0",
"lucide-vue-next": "^0.542.0",
"motion-v": "^1.7.1",
"nuxt": "^4.1.0",
"nuxt-gtag": "^4.0.0",
"vue": "^3.5.20",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
"@types/html2pdf.js": "^0.10.0",
"typescript": "^5.9.2",
"vite-plugin-vuetify": "^2.1.2",
"vue-tsc": "^3.0.6",
"vuetify": "^3.9.7"
}
}