forked from kingwrcy/moments
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
88 lines (88 loc) · 2.25 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
{
"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": {
"@alicloud/pop-core": "^1.7.13",
"@aws-sdk/client-s3": "^3.550.0",
"@aws-sdk/s3-request-presigner": "^3.550.0",
"@fancyapps/ui": "^5.0.36",
"@nuxt/http": "^0.6.4",
"@prisma/client": "^5.12.1",
"@radix-icons/vue": "^1.0.0",
"@types/node": "^20.12.8",
"@vueuse/core": "^10.9.0",
"aplayer": "^1.10.1",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"cheerio": "^1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"composition-api": "^0.0.0",
"consola": "^3.2.3",
"dayjs": "^1.11.10",
"defu": "^6.1.0",
"dompurify": "^3.1.3",
"express-rate-limit": "^7.2.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"lucide-vue-next": "^0.372.0",
"marked": "^12.0.2",
"minio": "^8.0.0",
"nodemailer": "^6.9.13",
"nuxt": "^3.11.1",
"ofetch": "^1.3.4",
"pinia": "^2.1.7",
"radix-vue": "^1.7.0",
"react-bmapgl": "^0.2.27",
"redis": "^4.6.13",
"reflect-metadata": "^0.2.2",
"short-uuid": "^4.2.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.23",
"vue-lazyload": "^3.0.0",
"vue-recaptcha": "^3.0.0-alpha.6",
"vue-router": "^4.3.2",
"vue-sonner": "^1.1.2",
"vue3-lazy": "^1.0.0-alpha.1",
"vuedraggable": "^2.24.3",
"worktop": "^0.7.3",
"wscat": "^5.2.1"
},
"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",
"@types/nodemailer": "^6.4.14",
"jsonp": "^0.2.1",
"prisma": "^5.11.0",
"sass": "^1.75.0",
"shadcn-nuxt": "^0.10.2",
"typescript": "^5.4.3",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16"
},
"pnpm": {
"supportedArchitectures": {
"os": [
"win32"
],
"cpu": [
"x64"
]
}
}
}