-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 880 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 880 Bytes
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
{
"name": "pdfrizz",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@iconify/vue": "5.0.0",
"@vueuse/core": "13.8.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"jszip": "3.10.1",
"lucide-vue-next": "0.542.0",
"pdf-lib": "1.17.1",
"pdfjs-dist": "5.4.149",
"radix-vue": "1.9.17",
"vue": "3.5.18",
"vue-pdf-embed": "2.1.3"
},
"devDependencies": {
"tailwind-merge": "3.3.1",
"@tailwindcss/vite": "4.1.12",
"@types/node": "24.3.0",
"@vitejs/plugin-vue": "6.0.1",
"@vue/tsconfig": "0.7.0",
"tailwindcss": "4.1.12",
"tw-animate-css": "1.3.7",
"typescript": "5.8.3",
"vite": "7.1.2",
"vite-plugin-pwa": "1.0.3",
"vue-tsc": "3.0.5"
}
}