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.
34 lines
752 B
34 lines
752 B
{ |
|
"name": "my-vue-app", |
|
"version": "0.0.0", |
|
"scripts": { |
|
"dev": "vite --host", |
|
"build": "vite build", |
|
"serve": "vite preview" |
|
}, |
|
"dependencies": { |
|
"@jambonn/vue-lazyload": "1.0.9", |
|
"axios": "0.26.1", |
|
"core-js": "3.21.1", |
|
"dayjs": "1.11.0", |
|
"gl-matrix": "3.4.3", |
|
"lodash": "4.17.21", |
|
"mitt": "3.0.0", |
|
"mockjs": "1.1.0", |
|
"pinyin": "2.11.1", |
|
"swiper": "8.4.6", |
|
"vconsole": "3.15.1", |
|
"vue": "3.2.45", |
|
"vue-masonry": "0.16.0", |
|
"vue-router": "4.0.14", |
|
"vue-switches": "2.0.1", |
|
"vuex": "4.0.2" |
|
}, |
|
"devDependencies": { |
|
"@vitejs/plugin-vue": "4.0.0", |
|
"@vitejs/plugin-vue-jsx": "3.0.0", |
|
"less": "4.1.3", |
|
"mobile-select": "1.1.2", |
|
"vite": "4.0.5" |
|
} |
|
}
|
|
|