Skip to content

Commit 06dcb09

Browse files
cuiqgfengmk2
andauthored
feat: add element-plus & uplugin-* & vite-plugin-* & @vueuse (#95)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced the app with various new plugins and libraries, improving performance, internationalization, and development experience. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: fengmk2 <[email protected]>
1 parent 58f2288 commit 06dcb09

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

package.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"@vitest",
125125
"@vscode",
126126
"@vue",
127+
"@vueuse",
127128
"@vuepress",
128129
"@waline",
129130
"@wangeditor",
@@ -169,6 +170,7 @@
169170
"@sula-ruler",
170171
"@sula-template",
171172
"@swc-node",
173+
"@sxzz",
172174
"@tanstack",
173175
"@tailwindcss",
174176
"@tauri-apps",
@@ -4861,6 +4863,9 @@
48614863
"einbahn": {
48624864
"version": "*"
48634865
},
4866+
"element-plus": {
4867+
"version": "*"
4868+
},
48644869
"ejs": {
48654870
"version": "*"
48664871
},
@@ -16315,6 +16320,48 @@
1631516320
"unplugin-glsl": {
1631616321
"version": "*"
1631716322
},
16323+
"unplugin-vue-components": {
16324+
"version": "*"
16325+
},
16326+
"unplugin-icons": {
16327+
"version": "*"
16328+
},
16329+
"unplugin-auto-import": {
16330+
"version": "*"
16331+
},
16332+
"unplugin-vue2-script-setup": {
16333+
"version": "*"
16334+
},
16335+
"unplugin-vue-markdown": {
16336+
"version": "*"
16337+
},
16338+
"unplugin-swc": {
16339+
"version": "*"
16340+
},
16341+
"unplugin-turbo-console": {
16342+
"version": "*"
16343+
},
16344+
"unplugin-imagemin": {
16345+
"version": "*"
16346+
},
16347+
"unplugin-vue-cssvars": {
16348+
"version": "*"
16349+
},
16350+
"unplugin-vue": {
16351+
"version": "*"
16352+
},
16353+
"unplugin-macros": {
16354+
"version": "*"
16355+
},
16356+
"unplugin-vue-ce": {
16357+
"version": "*"
16358+
},
16359+
"unplugin-vue-router": {
16360+
"version": "*"
16361+
},
16362+
"@intlify/unplugin-vue-i18n": {
16363+
"version": "*"
16364+
},
1631816365
"unstate-hooks": {
1631916366
"version": "*"
1632016367
},
@@ -16741,6 +16788,12 @@
1674116788
"vite": {
1674216789
"version": "*"
1674316790
},
16791+
"vite-ssg": {
16792+
"version": "*"
16793+
},
16794+
"vite-ssg-sitemap": {
16795+
"version": "*"
16796+
},
1674416797
"vite-aliases": {
1674516798
"version": "*"
1674616799
},
@@ -16807,12 +16860,24 @@
1680716860
"vite-plugin-web-components-hmr": {
1680816861
"version": "*"
1680916862
},
16863+
"vite-plugin-webfont-dl": {
16864+
"version": "*"
16865+
},
16866+
"vite-plugin-vue-devtools": {
16867+
"version": "*"
16868+
},
1681016869
"vite-plugin-windicss": {
1681116870
"version": "*"
1681216871
},
1681316872
"vite-tsconfig-paths": {
1681416873
"version": "*"
1681516874
},
16875+
"vite-plugin-vue-layouts": {
16876+
"version": "*"
16877+
},
16878+
"vite-plugin-pwa": {
16879+
"version": "*"
16880+
},
1681616881
"vitest": {
1681716882
"version": "*"
1681816883
},

0 commit comments

Comments
 (0)