forked from kingwrcy/moments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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": {
"migrate": "npx prisma migrate deploy",
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"resetPwd": "node ./resetPwd.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.550.0",
"@aws-sdk/s3-request-presigner": "^3.550.0",
"@fancyapps/ui": "^5.0.36",
"@prisma/client": "^5.12.1",
"@radix-icons/vue": "^1.0.0",
"@vueuse/core": "^10.9.0",
"bcrypt": "^5.1.1",
"cheerio": "^1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"jsonwebtoken": "^9.0.2",
"lucide-vue-next": "^0.372.0",
"nuxt": "^3.11.1",
"radix-vue": "^1.7.0",
"reflect-metadata": "^0.2.2",
"short-uuid": "^4.2.2",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.23",
"vue-router": "^4.3.2",
"vue-sonner": "^1.1.2"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/markdown-it": "^14.0.1",
"prisma": "^5.11.0",
"sass": "^1.75.0",
"shadcn-nuxt": "^0.10.2",
"typescript": "^5.4.3"
},
"pnpm": {
"supportedArchitectures": {
"os": [
"win32"
],
"cpu": [
"x64"
]
}
}
}