-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 990 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
38
39
40
41
42
{
"name": "tappdf",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@stripe/stripe-js": "4.10.0",
"@vercel/analytics": "^2.0.1",
"@vercel/blob": "2.5.0",
"@vercel/postgres": "0.9.0",
"date-fns": "3.6.0",
"drizzle-orm": "0.33.0",
"konva": "10.2.0",
"nanoid": "5.1.6",
"nuxt": "3.21.0",
"pdf-lib": "1.17.1",
"pdfjs-dist": "4.10.38",
"postgres": "3.4.7",
"stripe": "16.12.0",
"vue": "3.5.27",
"vue-konva": "3.3.0",
"zod": "3.25.76"
},
"devDependencies": {
"@nuxt/eslint": "0.5.7",
"@nuxtjs/tailwindcss": "6.14.0",
"@types/node": "22.19.7",
"drizzle-kit": "0.24.2",
"eslint": "9.39.2",
"typescript": "5.9.3",
"vue-tsc": "2.2.12"
}
}