mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2026-01-15 07:03:27 +08:00
52 lines
1.7 KiB
JSON
52 lines
1.7 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"
|
|
},
|
|
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
|
|
}
|