Files
halo-plugin-moments/console/package.json
T
2026-07-19 01:16:28 +08:00

52 lines
1.8 KiB
JSON

{
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild build --env-mode development --watch",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path ../.gitignore",
"prettier": "prettier --write src/"
},
"dependencies": {
"@halo-dev/api-client": "^2.18.0",
"@halo-dev/components": "https://pkg.pr.new/@halo-dev/components@7383",
"@halo-dev/console-shared": "^2.18.0",
"@halo-dev/richtext-editor": "^2.18.0",
"@tanstack/vue-query": "^4.37.1",
"@tiptap/suggestion": "2.11.2",
"@vueuse/core": "^9.13.0",
"@vueuse/router": "^10.11.1",
"axios": "^1.7.3",
"dayjs": "^1.11.12",
"es-toolkit": "^1.39.7",
"floating-vue": "2.0.0-beta.20",
"tippy.js": "^6.3.7",
"vue": "^3.4.37",
"vue-datepicker-next": "^1.0.3",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@halo-dev/ui-plugin-bundler-kit": "2.21.2",
"@iconify/json": "^2.2.235",
"@rsbuild/core": "^1.4.6",
"@rsbuild/plugin-sass": "^1.3.3",
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.9",
"@unocss/eslint-config": "^66.2.0",
"@unocss/webpack": "^66.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^8.7.1",
"prettier": "^2.8.8",
"sass-embedded": "^1.89.2",
"typescript": "~5.5.4",
"unocss": "^66.2.0",
"unplugin-icons": "^22.1.0",
"vue-tsc": "^2.0.24"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}