Files
z449/package.json

21 lines
463 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": "z449",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "移动游戏项目448/449 毕设)展示页 -- 独立可渲染,亦可作为 mainPage 子模块嵌入",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.21",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.0"
}
}