-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
{
"name": "nuxt3-uoffer",
"private": true,
"type": "module",
"author": "Z",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"@nuxt/content": "^2.13.2",
"@nuxt/icon": "^1.4.10",
"@nuxt/image": "^1.7.0",
"@nuxtjs/i18n": "^8.3.3",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.9.0",
"@vicons/ionicons4": "^0.12.0",
"dayjs": "^1.11.13",
"js-base64": "^3.7.7",
"loadsh": "^0.0.4",
"nuxi": "^3.13.0",
"nuxt": "^3.12.4",
"nuxt-swiper": "2.0.0",
"pdfjs-dist": "^4.10.38",
"pinia": "^2.3.0",
"vue": "^3.2.31"
},
"devDependencies": {
"@element-plus/nuxt": "^1.0.10",
"@iconify-json/material-symbols": "^1.1.89",
"@unocss/nuxt": "^0.61.9",
"@unocss/preset-rem-to-px": "^0.61.9",
"@unocss/preset-uno": "^0.61.9",
"element-plus": "^2.8.1",
"less": "^4.2.0",
"unocss": "^0.61.9",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}