-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.65 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "hpl-website-nuxt",
"version": "1.0.1",
"private": true,
"author": "David Robertson",
"description": "HPL Website Built with Nuxt 3",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "prisma generate",
"lint": "prettier --check .",
"lint:fix": "prettier --write ."
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss",
"prettier-plugin-organize-attributes"
],
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"devDependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@gtm-support/vue-gtm": "^2.2.0",
"@headlessui/tailwindcss": "^0.2.0",
"@headlessui/vue": "^1.7.16",
"@huntersofbook/naive-ui-nuxt": "^1.1.0",
"@nuxt/devtools": "0.8.5",
"@nuxt/image": "rc",
"@nuxt/test-utils": "3.7.4",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@pinia/nuxt": "^0.4.11",
"@planetscale/database": "^1.11.0",
"@sendgrid/mail": "^7.7.0",
"@stripe/stripe-js": "^2.1.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/vue-query": "^4.36.2",
"@types/google.maps": "^3.54.3",
"@types/gtag.js": "^0.0.16",
"@types/node": "^20.8.4",
"@types/uuid": "^9.0.5",
"@types/vue-tel-input": "^2.1.4",
"@vee-validate/zod": "^4.11.8",
"@vue-macros/nuxt": "^1.9.2",
"@vueuse/math": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"chalk": "5.3.0",
"date-fns": "^2.30.0",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.1",
"ics": "^3.5.0",
"nuxt": "^3.7.4",
"nuxt-icon": "^0.5.0",
"nuxt-lodash": "^2.5.0",
"nuxt-vitest": "0.11.0",
"openai": "^4.11.1",
"prettier": "^3.0.3",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.5.5",
"prisma": "^5.4.2",
"rollbar": "^2.26.2",
"stripe": "^13.9.0",
"trpc-nuxt": "^0.10.12",
"twilio": "^4.18.1",
"typescript": "^5.2.2",
"uuid": "^9.0.1",
"vee-validate": "^4.11.8",
"vite-node": "^0.34.6",
"vitest": "^0.33.0",
"vue": "^3.3.4",
"vue-tel-input": "^8.1.4"
},
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.6",
"@prisma/client": "5.4.2",
"@trpc/client": "^10.40.0",
"@trpc/server": "^10.40.0",
"langchain": "^0.0.165",
"superjson": "^1.13.3",
"trpc-panel": "^1.3.4",
"zod": "^3.22.4"
}
}