mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2026-01-21 02:12:08 +08:00
```release-note 关联从其他渠道上传至 s3 的文件 ``` 【插件】->【对象存储(Amazon S3 协议)】->【关联s3文件】   目前待优化的功能: - [ ] 列出未关联的文件时会查询多次数据库,期望优化成只查询一次,但是代码改动较大。
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@halo-dev/plugin-starter",
|
|
"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/components": "^1.5.0",
|
|
"@halo-dev/console-shared": "^2.8.0",
|
|
"axios": "^1.4.0",
|
|
"canvas-confetti": "^1.6.0",
|
|
"path-browserify": "^1.0.1",
|
|
"vue": "^3.2.41"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.18",
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
"@types/canvas-confetti": "^1.6.0",
|
|
"@types/jsdom": "^20.0.0",
|
|
"@types/node": "^16.18.0",
|
|
"@vitejs/plugin-vue": "^3.1.2",
|
|
"@vitejs/plugin-vue-jsx": "^2.0.1",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"@vue/test-utils": "^2.2.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"eslint": "^8.26.0",
|
|
"eslint-plugin-vue": "^9.6.0",
|
|
"jsdom": "^19.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.58.0",
|
|
"typescript": "~4.7.4",
|
|
"unplugin-icons": "^0.15.2",
|
|
"vite": "^3.1.8",
|
|
"vitest": "^0.24.3",
|
|
"vue-tsc": "^1.0.9"
|
|
}
|
|
}
|