40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
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": {
|
|
"@dcloudio/uni-components": "^3.0.0-alpha-5000820260420001",
|
|
"@dcloudio/uni-h5": "^3.0.0-alpha-5000820260420001",
|
|
"lunar-javascript": "1.7.7",
|
|
"vue": "3.5.26",
|
|
"vue-i18n": "^9.14.5"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/uni-cli-shared": "3.0.0-alpha-5000820260420001",
|
|
"@dcloudio/uni-ui": "1.5.12",
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-5000820260420001",
|
|
"@playwright/test": "1.57.0",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vitest/coverage-v8": "4.0.18",
|
|
"@vitest/ui": "4.0.18",
|
|
"@vue/test-utils": "^2.4.9",
|
|
"jsdom": "^29.1.0",
|
|
"playwright": "1.57.0",
|
|
"sass-embedded": "^1.99.0",
|
|
"typescript": "5.9.3",
|
|
"vite": "5.2.8",
|
|
"vitest": "4.0.18"
|
|
}
|
|
}
|