更新项目文件结构,统一文档风格
This commit is contained in:
19
admin-system/farming-management/package.json
Normal file
19
admin-system/farming-management/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "farming-management",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.45"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"vite": "^4.0.0"
|
||||
},
|
||||
"description": "锡林郭勒盟智慧养殖管理系统"
|
||||
}
|
||||
Reference in New Issue
Block a user