You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
969 B
40 lines
969 B
{ |
|
"name": "my-vue-app", |
|
"version": "0.0.0", |
|
"scripts": { |
|
"dev": "vite --host", |
|
"build": "vite build", |
|
"report": "vite build", |
|
"serve": "vite preview" |
|
}, |
|
"dependencies": { |
|
"@jambonn/vue-lazyload": "1.0.9", |
|
"axios": "1.6.0", |
|
"core-js": "3.21.1", |
|
"dayjs": "1.11.0", |
|
"gl-matrix": "3.4.3", |
|
"mitt": "3.0.0", |
|
"lodash-es": "^4.17.21", |
|
"mockjs": "1.1.0", |
|
"pinia": "^2.1.7", |
|
"pinyin": "2.11.1", |
|
"swiper": "8.4.6", |
|
"vue": "3.4.21", |
|
"vue-masonry": "0.16.0", |
|
"vue-router": "4.3.0", |
|
"vue-switches": "2.0.1", |
|
"mobile-select": "1.1.2", |
|
"vuex": "4.1.0" |
|
}, |
|
"devDependencies": { |
|
"@iconify/vue": "^4.1.1", |
|
"@types/lodash-es": "^4.17.9", |
|
"@vitejs/plugin-vue": "4.0.0", |
|
"@vitejs/plugin-vue-jsx": "3.0.0", |
|
"less": "4.1.3", |
|
"unplugin-vue-macros": "^2.7.10", |
|
"rollup-plugin-visualizer": "^5.9.2", |
|
"unplugin-vue-define-options": "^1.4.1", |
|
"vite": "4.5.2" |
|
} |
|
}
|
|
|