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.
23 lines
466 B
23 lines
466 B
{ |
|
"name": "mailbox-outer-h5", |
|
"private": true, |
|
"version": "0.0.0", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "vite build", |
|
"preview": "vite preview" |
|
}, |
|
"dependencies": { |
|
"vant": "^4.8.2", |
|
"vue": "^3.3.11", |
|
"vue-router": "^4.2.5" |
|
}, |
|
"devDependencies": { |
|
"@vitejs/plugin-vue": "^4.5.2", |
|
"sass": "^1.69.7", |
|
"unplugin-auto-import": "^0.17.3", |
|
"vite": "^5.0.8", |
|
"vite-svg-loader": "^5.1.0" |
|
} |
|
}
|
|
|