-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
78 lines (78 loc) · 2.02 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
{
"name": "chaoxing-sign",
"version": "0.5.2",
"private": true,
"packageManager": "[email protected]",
"author": {
"url": "https://kuizuo.cn",
"name": "Kuizuo"
},
"license": "MIT",
"repository": {
"url": "https://github.com/kuizuo/chaoxing-sign",
"type": "git"
},
"keywords": [
"chaoxing",
"sign",
"nuxt",
"http"
],
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev -o",
"start": "node .output/server/index.mjs",
"start:pm2": "pm2 start",
"preview": "nuxi preview --dotenv .env.production",
"generate": "nuxi generate && prisma generate",
"postinstall": "nuxi prepare && prisma generate",
"migrate": "prisma migrate dev",
"lint": "eslint .",
"release": "bumpp --commit --push --tag"
},
"dependencies": {
"@prisma/client": "^5.22.0",
"easemob-websdk": "^4.10.0",
"next-auth": "~4.21.1",
"tough-cookie": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@huntersofbook/naive-ui-nuxt": "^1.2.0",
"@iconify/json": "^2.2.276",
"@kuizuo/utils": "^0.2.0",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.1",
"@nuxt/icon": "^1.8.2",
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.7.0",
"@sidebase/nuxt-auth": "^0.9.4",
"@types/async": "^3.2.24",
"@types/jsdom": "^21.1.7",
"@types/qrcode": "^1.5.5",
"@types/tough-cookie": "^4.0.5",
"@types/ws": "^8.5.13",
"@unocss/nuxt": "^0.64.1",
"@vueuse/integrations": "^11.3.0",
"@vueuse/nuxt": "^11.3.0",
"async": "^3.2.6",
"bumpp": "^9.8.1",
"cheerio": "1.0.0",
"eslint": "^9.15.0",
"got": "^14.4.5",
"jsdom": "^25.0.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"naive-ui": "^2.40.1",
"nuxt": "3.14.1592",
"pinia-plugin-persist": "^1.0.0",
"pinia-plugin-persistedstate": "^4.1.3",
"prisma": "^5.22.0",
"qrcode": "^1.5.4",
"sass": "^1.81.0",
"typescript": "^5.7.2",
"vitest": "^2.1.5",
"vue-qrcode-reader": "^5.5.11",
"ws": "^8.18.0"
}
}