-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
101 lines (101 loc) · 3.03 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
95
96
97
98
99
100
101
{
"name": "templates",
"private": false,
"description": "Manage email templates with ease. Create, edit, and preview your email templates. Created with NuxtJS, Better Auth, Unlayer & Prisma",
"keywords": [
"nuxt",
"nuxtjs",
"better-auth",
"unlayer",
"prisma",
"email",
"templates",
"email-templates",
"email-editor",
"email-builder"
],
"author": {
"name": "Behon Baker",
"email": "[email protected]",
"url": "https://behonbaker.com"
},
"license": "MIT",
"scripts": {
"better:generate": "npx @better-auth/cli generate",
"build": "nuxt build",
"clean": "rm -rf .nuxt dist .output node_modules yarn.lock package-lock.json && npm i",
"dev": "nuxt dev --host",
"format": "prettier --write .",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky",
"preview": "nuxt preview",
"prisma:generate": "npx prisma generate",
"prisma:push": "npx prisma db push",
"prisma:studio": "npx prisma studio",
"ui:add": "npx ui-thing@latest add"
},
"dependencies": {
"@iconify/vue": "^4.3.0",
"@morev/vue-transitions": "^3.0.5",
"@nuxt/fonts": "^0.10.3",
"@prisma/client": "^6.2.1",
"@vee-validate/nuxt": "^4.15.0",
"@vee-validate/yup": "^4.15.0",
"better-auth": "^1.1.14",
"datatables.net-buttons-dt": "^3.2.0",
"datatables.net-colreorder-dt": "^2.0.4",
"datatables.net-fixedcolumns-dt": "^5.0.4",
"datatables.net-fixedheader-dt": "^4.0.1",
"datatables.net-responsive-dt": "^3.0.3",
"datatables.net-searchbuilder-dt": "^1.8.1",
"datatables.net-select-dt": "^3.0.0",
"datatables.net-vue3": "^3.0.4",
"dayjs": "^1.11.13",
"destr": "^2.0.3",
"geoip-lite": "^1.4.10",
"json-editor-vue": "^0.17.3",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"mustache": "^4.2.0",
"nodemailer": "^6.9.16",
"nodemailer-html-to-text": "^3.2.0",
"nuxt-unlayer": "^0.0.22",
"prisma-extension-pagination": "^0.7.5",
"radix-vue": "^1.9.12",
"tailwind-variants": "^0.3.1",
"ua-parser-js": "^2.0.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.0",
"vue-tippy": "^6.6.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@iconify-json/lucide": "^1.2.24",
"@nuxt/eslint": "^0.7.5",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.13.1",
"@tailwindcss/forms": "^0.5.10",
"@types/geoip-lite": "^1.4.4",
"@types/lodash-es": "^4.17.12",
"@types/mustache": "^4.2.5",
"@types/nodemailer": "^6.4.17",
"@types/nodemailer-html-to-text": "^3.1.3",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"eslint": "^9.18.0",
"husky": "^9.1.7",
"maildev": "^2.2.1",
"nuxt": "^3.15.2",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"prisma": "^6.2.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3"
}
}