-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
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
{
"name": "nuxt-ui-template-starter",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.68",
"@iconify-json/simple-icons": "^1.2.54",
"@nuxt/ui": "^4.1.0",
"@nuxtjs/i18n": "^10.1.2",
"cron-parser": "^5.4.0",
"nodemailer": "^7.0.10",
"nuxt": "^4.1.2",
"ping": "^0.4.4",
"zod": "^4.1.12"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.918.0",
"@aws-sdk/s3-request-presigner": "^3.918.0",
"@nuxt/eslint": "^1.9.0",
"@tailwindcss/vite": "^4.1.14",
"@types/nodemailer": "^7.0.3",
"@unovis/ts": "^1.6.1",
"@unovis/vue": "^1.6.1",
"@vite-pwa/nuxt": "^1.0.4",
"@vueuse/core": "^13.9.0",
"@vueuse/nuxt": "^13.9.0",
"add": "^2.0.6",
"date-fns": "^4.1.0",
"eslint": "^9.37.0",
"nuxt-auth-utils": "^0.5.25",
"nuxt-cron": "^1.8.0",
"nuxt-mongoose": "^1.0.6",
"pnpm": "^10.19.0",
"ssl-checker": "^2.0.10",
"typescript": "^5.9.3",
"vue-tsc": "^3.1.0"
}
}