-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 959 Bytes
/
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
{
"private": true,
"scripts": {
"build": "source .env.production && nuxt build",
"dev": "nuxt dev --dotenv .env.local",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "^3.7.4"
},
"dependencies": {
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/vue-next": "^1.21.0",
"@iconify/json": "^2.2.44",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia/nuxt": "^0.4.7",
"ant-design-vue": "^3.2.15",
"cos-js-sdk-v5": "^1.4.16",
"cos-nodejs-sdk-v5": "^2.11.19",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.0",
"less": "^4.1.3",
"md5": "^2.3.0",
"moment": "^2.29.4",
"mysql2": "^3.2.0",
"pinia": "^2.0.33",
"qcloud-cos-sts": "^3.1.0",
"sass": "^1.60.0",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"uuid": "^9.0.0"
}
}