-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.61 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "prisma generate && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"overrides": {
"vue": "latest"
},
"dependencies": {
"@elastic/elasticsearch": "^8.14.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@nuxt/eslint": "^0.4.0",
"@nuxt/icon": "^1.0.0",
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54",
"@nuxtjs/i18n": "^8.3.1",
"@pinia/nuxt": "^0.5.1",
"@prisma-fts/elasticsearch": "^1.0.1",
"@prisma/client": "^5.16.1",
"@sidebase/nuxt-auth": "^0.7.2",
"@tidbcloud/prisma-adapter": "^5.15.0",
"@tidbcloud/serverless": "^0.2.0",
"@vee-validate/nuxt": "^4.13.1",
"@vee-validate/zod": "^4.13.1",
"apexcharts": "^3.50.0",
"bcrypt": "^5.1.1",
"nuxt": "^3.12.2",
"nuxt-mailer": "^0.11.0",
"sweetalert2": "^11.12.2",
"vee-validate": "^4.13.1",
"vue": "latest",
"vue3-apexcharts": "^1.5.3",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@iconify-json/uil": "^1.1.8",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@types/bcrypt": "^5.0.2",
"autoprefixer": "^10.4.19",
"eslint": "^9.8.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"postcss": "^8.4.39",
"prisma": "^5.16.1",
"sass": "^1.77.8",
"typescript-eslint": "^8.0.0"
}
}