Files
plugin-s3/console/package.json
Ryan Wang 538c5f3ef9 Refactor data list using VEntityContainer (#190)
Refactor data list using ⁠VEntityContainer to optimize display across devices of various sizes.

See https://github.com/halo-dev/halo/pull/7383

Note: Updating to this version requires Halo >= 2.21.0.

```release-note
适配 Halo 2.21.0 的数据列表样式
```
2025-05-29 07:28:26 +00:00

51 lines
1.6 KiB
JSON

{
"name": "@halo-dev/plugin-s3",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@halo-dev/api-client": "^2.17.0",
"@halo-dev/components": "https://pkg.pr.new/@halo-dev/components@7383",
"@halo-dev/console-shared": "^2.17.0",
"@tanstack/vue-query": "4.29.1",
"axios": "^1.7.2",
"canvas-confetti": "^1.6.0",
"path-browserify": "^1.0.1",
"vue": "^3.4.27"
},
"devDependencies": {
"@halo-dev/ui-plugin-bundler-kit": "^2.17.0",
"@iconify/json": "^2.2.18",
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^18.2.4",
"@types/canvas-confetti": "^1.6.0",
"@types/jsdom": "^20.0.0",
"@types/node": "^18.11.19",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.43.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^20.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.58.0",
"typescript": "~5.3.0",
"unplugin-icons": "^0.15.2",
"vite": "^5.0.0",
"vitest": "^0.34.1",
"vue-router": "^4.4.0",
"vue-tsc": "^1.8.27"
}
}