Files
nav_devops/package.json
爱喝水的木子 74d351ba32 first commit
2026-01-08 14:05:55 +08:00

22 lines
485 B
JSON
Raw 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"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.0",
"vite": "^4.4.0"
}
}