-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.81 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
{
"name": "svenst-landing",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@devmehq/email-validator-js": "^1.0.19",
"@nuxt/image": "^1.5.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.3.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia/nuxt": "^0.5.1",
"@vee-validate/nuxt": "^4.12.6",
"@vee-validate/zod": "^4.12.6",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"handlebars": "^4.7.8",
"lucide-vue-next": "^0.364.0",
"nodemailer": "^6.9.13",
"nuxt": "^3.11.1",
"nuxt-security": "^1.3.0",
"pinia": "^2.1.7",
"radix-vue": "^1.6.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.12.6",
"vue": "^3.4.21",
"vue-matomo": "^4.2.0",
"vue-router": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@iconify-json/noto": "^1.1.18",
"@iconify-json/simple-icons": "^1.1.99",
"@iconify-json/vscode-icons": "^1.1.33",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/nodemailer": "^6.4.14",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-anti-trojan-source": "^1.1.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-security-node": "^1.1.4",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-vue": "^9.24.0",
"nuxt-svgo": "^4.0.0",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"shadcn-nuxt": "^0.10.2",
"typescript": "^5.4.3",
"unplugin-icons": "^0.18.5",
"vue-eslint-parser": "^9.4.2"
}
}