-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "ntpusu-vote",
"private": true,
"type": "module",
"scripts": {
"postinstall": "nuxt prepare && prisma generate",
"build": "nuxt build",
"dev": "nuxt dev",
"dbpush": "prisma db push",
"db": "prisma studio"
},
"dependencies": {
"@element-plus/nuxt": "^1.0.9",
"@nuxt/eslint": "^0.3.13",
"@nuxt/image": "^1.7.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
"@prisma/client": "^5.14.0",
"@sidebase/nuxt-auth": "^0.7.2",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.11",
"crypto-js": "^4.2.0",
"element-plus": "^2.7.2",
"nuxt": "^3.11.2",
"nuxt-security": "^1.4.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"devDependencies": {
"@nuxtjs/google-fonts": "^3.2.0",
"@types/crypto-js": "^4.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.14.0",
"vite-plugin-eslint2": "^4.4.0",
"vue3-recaptcha-v2": "^2.0.2"
},
"trustedDependencies": [
"@prisma/client",
"@prisma/engines",
"@vercel/speed-insights",
"esbuild",
"prisma",
"sharp",
"vue-demi"
]
}