-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.12 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
44
{
"name": "pdfora",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev:verbose": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"test": "vitest run",
"test:watch": "vitest",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/eslint": "^1.15.2",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.6.1",
"@nuxtjs/i18n": "^10.2.4",
"@nuxtjs/robots": "^6.0.8",
"@nuxtjs/sitemap": "^8.0.15",
"@pinia/nuxt": "^0.11.3",
"@tiptap/extension-color": "^3.23.6",
"@tiptap/extension-placeholder": "^3.23.6",
"@tiptap/extension-text-style": "^3.23.6",
"@tiptap/pm": "^3.23.6",
"@tiptap/starter-kit": "^3.23.6",
"@tiptap/vue-3": "^3.23.6",
"jszip": "^3.10.1",
"nuxt": "^4.4.2",
"pdf-lib": "^1.17.1",
"vue": "^3.5.32",
"vue-router": "^5.0.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/test-utils": "^4.0.3",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.6.0",
"@vue/test-utils": "^2.4.10",
"happy-dom": "^20.9.0",
"vitest": "^4.1.7"
}
}