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.
30 lines
649 B
30 lines
649 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", |
|
"lodash": "4.17.21", |
|
"mitt": "3.0.0", |
|
"mockjs": "1.1.0", |
|
"pinyin": "2.11.1", |
|
"vue": "3.2.31", |
|
"vue-router": "4.0.14", |
|
"vue-switches": "2.0.1", |
|
"vuex": "4.0.2" |
|
}, |
|
"devDependencies": { |
|
"@vitejs/plugin-vue": "2.2.4", |
|
"@vitejs/plugin-vue-jsx": "1.3.8", |
|
"less": "^4.1.2", |
|
"mobile-select": "1.1.2", |
|
"vite": "2.8.6" |
|
} |
|
}
|
|
|