mirror of https://github.com/halo-dev/halo
164 lines
6.1 KiB
JSON
164 lines
6.1 KiB
JSON
{
|
|
"type": "module",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "cd .. && husky install ui/.husky",
|
|
"dev": "run-p dev:console dev:uc",
|
|
"dev:uc": "vite --host --config ./vite.uc.config.ts",
|
|
"dev:console": "vite --host --config ./vite.config.ts",
|
|
"build": "run-s build:console build:uc",
|
|
"build:uc": "vue-tsc --noEmit -p tsconfig.app.json --composite false && vite build --config ./vite.uc.config.ts",
|
|
"build:console": "vue-tsc --noEmit -p tsconfig.app.json --composite false && vite build --config ./vite.config.ts",
|
|
"build:packages": "pnpm --filter \"./packages/**\" build",
|
|
"api-client:gen": "pnpm --filter \"./packages/api-client\" gen",
|
|
"test:unit": "vitest --environment jsdom --run && pnpm run test:unit:packages",
|
|
"test:unit:watch": "vitest --environment jsdom --watch",
|
|
"test:unit:ui": "vitest --environment jsdom --watch --ui",
|
|
"test:unit:coverage": "vitest run --environment jsdom --coverage",
|
|
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false && pnpm run typecheck:packages",
|
|
"lint": "eslint \"./src\" \"./console-src\" \"./uc-src\" --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --max-warnings=0 -f html -o build/lint-result/index.html && pnpm run lint:packages",
|
|
"prettier": "prettier --write \"./{src,uc-src,console-src}/**/*.{vue,js,jsx,ts,tsx,css,scss,json,yml,yaml,html}\" && pnpm run prettier:packages",
|
|
"typecheck:packages": "pnpm --parallel --filter \"./packages/**\" run typecheck",
|
|
"lint:packages": "pnpm --parallel --filter \"./packages/**\" lint",
|
|
"prettier:packages": "pnpm --parallel --filter \"./packages/**\" prettier",
|
|
"test:unit:packages": "pnpm --parallel --filter \"./packages/**\" run test:unit"
|
|
},
|
|
"lint-staged": {
|
|
"*.{vue,js,jsx,ts,tsx,css,scss,json,yml,yaml,html}": [
|
|
"prettier --write"
|
|
],
|
|
"*.{js,ts,vue,tsx,jsx}": [
|
|
"eslint --fix --max-warnings=0"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"axios": "^1.7.9"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.1.2",
|
|
"@codemirror/lang-css": "^6.0.1",
|
|
"@codemirror/lang-html": "^6.2.0",
|
|
"@codemirror/lang-javascript": "^6.1.1",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/language": "^6.3.1",
|
|
"@codemirror/legacy-modes": "^6.3.0",
|
|
"@codemirror/state": "^6.1.4",
|
|
"@codemirror/view": "^6.5.1",
|
|
"@emoji-mart/data": "^1.2.1",
|
|
"@formkit/core": "^1.5.9",
|
|
"@formkit/drag-and-drop": "^0.1.6",
|
|
"@formkit/i18n": "^1.5.9",
|
|
"@formkit/inputs": "^1.5.9",
|
|
"@formkit/themes": "^1.5.9",
|
|
"@formkit/utils": "^1.5.9",
|
|
"@formkit/validation": "^1.5.9",
|
|
"@formkit/vue": "^1.5.9",
|
|
"@halo-dev/api-client": "workspace:*",
|
|
"@halo-dev/components": "workspace:*",
|
|
"@halo-dev/console-shared": "workspace:*",
|
|
"@halo-dev/richtext-editor": "workspace:*",
|
|
"@tanstack/vue-query": "^4.37.1",
|
|
"@tiptap/extension-character-count": "^2.11.2",
|
|
"@uppy/core": "^3.11.3",
|
|
"@uppy/dashboard": "^3.8.3",
|
|
"@uppy/drag-drop": "^3.1.0",
|
|
"@uppy/file-input": "^3.1.2",
|
|
"@uppy/image-editor": "^2.4.6",
|
|
"@uppy/locales": "^3.5.3",
|
|
"@uppy/progress-bar": "^3.1.1",
|
|
"@uppy/status-bar": "^3.3.3",
|
|
"@uppy/vue": "^1.1.2",
|
|
"@uppy/xhr-upload": "3.6.0",
|
|
"@vueuse/components": "^10.11.1",
|
|
"@vueuse/core": "^10.11.1",
|
|
"@vueuse/integrations": "^10.11.1",
|
|
"@vueuse/router": "^10.11.1",
|
|
"@vueuse/shared": "^10.11.1",
|
|
"axios": "^1.7.9",
|
|
"codemirror": "^6.0.1",
|
|
"colorjs.io": "^0.4.3",
|
|
"cropperjs": "^1.5.13",
|
|
"dayjs": "^1.11.7",
|
|
"emoji-mart": "^5.6.0",
|
|
"floating-vue": "^5.2.2",
|
|
"fuse.js": "^6.6.2",
|
|
"jsencrypt": "^3.3.2",
|
|
"lodash-es": "^4.17.21",
|
|
"object-hash": "^3.0.0",
|
|
"overlayscrollbars": "^2.5.0",
|
|
"overlayscrollbars-vue": "^0.5.7",
|
|
"path-browserify": "^1.0.1",
|
|
"pinia": "^2.1.6",
|
|
"pretty-bytes": "^6.0.0",
|
|
"qrcode": "^1.5.3",
|
|
"qs": "^6.11.1",
|
|
"short-unique-id": "^5.0.2",
|
|
"transliteration": "^2.3.5",
|
|
"ua-parser-js": "^1.0.38",
|
|
"vue": "^3.5.13",
|
|
"vue-demi": "^0.14.10",
|
|
"vue-draggable-plus": "^0.4.1",
|
|
"vue-grid-layout": "3.0.0-beta1",
|
|
"vue-i18n": "^9.14.2",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.235",
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/container-queries": "^0.1.0",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tsconfig/node18": "^2.0.1",
|
|
"@types/jsdom": "^20.0.1",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^18.11.19",
|
|
"@types/object-hash": "^3.0.6",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/randomstring": "^1.1.8",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"@vitejs/plugin-legacy": "^6.0.0",
|
|
"@vitest/ui": "^0.34.1",
|
|
"@vue/compiler-sfc": "^3.5.13",
|
|
"@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",
|
|
"autoprefixer": "^10.4.14",
|
|
"c8": "^7.12.0",
|
|
"eslint": "^8.43.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"husky": "^8.0.3",
|
|
"jsdom": "^20.0.3",
|
|
"lint-staged": "^13.2.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.21",
|
|
"postcss-viewport-height-correction": "^1.1.1",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"randomstring": "^1.2.3",
|
|
"rollup-plugin-gzip": "^3.1.0",
|
|
"sass-embedded": "^1.82.0",
|
|
"start-server-and-test": "^1.14.0",
|
|
"tailwindcss": "^3.2.7",
|
|
"tailwindcss-safe-area": "^0.2.2",
|
|
"tailwindcss-themer": "^2.0.3",
|
|
"terser": "^5.37.0",
|
|
"typescript": "~5.6.2",
|
|
"unplugin-icons": "^0.19.2",
|
|
"vite": "^6.0.3",
|
|
"vite-plugin-externals": "^0.6.2",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vite-plugin-pwa": "^0.20.0",
|
|
"vite-plugin-static-copy": "^1.0.6",
|
|
"vitest": "^0.34.1",
|
|
"vue-tsc": "^2.1.6"
|
|
},
|
|
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
|
|
}
|