-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.67 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
{
"private": true,
"version": "2.0.1",
"scripts": {
"check": "tsc",
"build": "nuxt build",
"dev": "nuxt dev",
"prod": "nuxt build && nuxt start",
"lint": "eslint .",
"fix": "eslint . --fix",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.0",
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/seo": "^2.0.0-rc.10",
"@nuxtjs/supabase": "^1.0.2",
"@nuxtjs/tailwindcss": "^6.2.0",
"@types/markdown-it": "^12.2.3",
"@types/nodemailer": "^6.4.14",
"@unlok-co/nuxt-stripe": "^2.0.0",
"@vite-pwa/nuxt": "^0.1.0",
"@vueuse/core": "^9.4.0",
"@vueuse/nuxt": "^9.4.0",
"eslint": "^8.57.0",
"nuxt": "3.9.3",
"nuxt-particles": "^0.1.5",
"nuxt-security": "^0.14.4",
"postcss-custom-properties": "^12.1.11",
"stripe": "^13.6.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@formkit/i18n": "^1.4.0",
"@formkit/icons": "^1.4.0",
"@formkit/nuxt": "^1.4.0",
"@formkit/pro": "^0.119.2",
"@formkit/themes": "^1.4.0",
"@nuxt/content": "^2.8.5",
"@nuxt/image": "^1.3.0",
"@nuxtjs/i18n": "^8.3.1",
"@pinia/nuxt": "^0.5.1",
"@vue-email/nuxt": "^0.8.9",
"@vueup/vue-quill": "^1.2.0",
"click-outside-vue3": "^4.0.1",
"driver.js": "^1.3.1",
"gsap": "^3.12.5",
"ipx": "^3.0.0",
"markdown-it": "^13.0.1",
"nodemailer": "^6.9.13",
"nuxt-icon": "^0.3.3",
"nuxt-lazy-hydrate": "^1.0.0",
"nuxt-umami": "^2.5.2",
"swiper": "^10.3.1",
"vue-tippy": "v6",
"ybug-vue": "^1.2.0"
},
"overrides": {
"vue": "latest"
}
}