Files
nav_devops/package.json
爱喝水的木子 4149bf122f push
2026-01-08 14:17:08 +08:00

23 lines
513 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "vue3-navigation-dashboard",
"version": "1.0.0",
"description": "纯前端Vue3导航项目带随机移动卡片",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"element-plus": "^2.4.0",
"vue": "^3.3.0",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.0",
"vite": "^4.4.0"
}
}