08ea5fbe98
添加用户管理视图、API和状态管理文件
33 lines
898 B
JSON
33 lines
898 B
JSON
{
|
|
"name": "everything-is-suitable-uniapp",
|
|
"version": "1.0.0",
|
|
"description": "Uniapp移动端应用",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev:h5": "uni -p h5",
|
|
"build:h5": "uni build -p h5",
|
|
"dev:mp-weixin": "uni -p mp-weixin",
|
|
"build:mp-weixin": "uni build -p mp-weixin",
|
|
"test": "vitest --run",
|
|
"test:ui": "vitest --ui",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"dependencies": {
|
|
"vue": "3.5.26",
|
|
"vue-router": "4.4.4",
|
|
"lunar-javascript": "1.7.7"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/uni-cli-shared": "3.0.0-4080720251210001",
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-4080720251210001",
|
|
"@dcloudio/uni-ui": "3.0.0-4080720251210001",
|
|
"@playwright/test": "1.57.0",
|
|
"@vitest/ui": "4.0.18",
|
|
"playwright": "1.57.0",
|
|
"vitest": "4.0.18",
|
|
"typescript": "5.9.3",
|
|
"vite": "5.2.8"
|
|
}
|
|
}
|