-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "betonteplice.cz",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-sesv2": "^3.669.0",
"@formkit/addons": "^1.6.7",
"@formkit/icons": "^1.6.7",
"@formkit/vue": "^1.6.5",
"@formkit/zod": "^1.6.7",
"@googleapis/calendar": "^9.7.9",
"@googlemaps/js-api-loader": "^1.16.8",
"@neondatabase/serverless": "^0.10.4",
"@unhead/vue": "^1.11.6",
"@vuepic/vue-datepicker": "^9.0.3",
"@vueuse/core": "^12.5.0",
"aws-lambda": "^1.0.7",
"cloudflare": "^3.5.0",
"dayjs": "^1.11.13",
"google-auth-library": "^9.15.1",
"googleapis": "^144.0.0",
"lucide-vue-next": "^0.439.0",
"mimetext": "^3.0.24",
"mjml": "^4.15.3",
"nodemailer": "^6.10.0",
"sst": "3.2.61",
"superjson": "^2.2.1",
"vee-validate": "^4.15.0",
"vue": "^3.4.37",
"vue-router": "^4.4.3",
"wrangler": "^3.108.0",
"yup": "^1.6.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250204.0",
"@tailwindcss/typography": "^0.5.15",
"@types/aws-lambda": "^8.10.147",
"@types/bun": "^1.1.9",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
},
"trustedDependencies": [
"aws-sdk",
"bcrypt",
"core-js-pure",
"esbuild",
"sharp",
"vue-demi",
"workerd"
]
}