{ "name": "@halo-dev/console", "version": "0.0.0", "scripts": { "prepare": "husky install", "dev": "vite --host", "build": "vue-tsc --noEmit && vite build", "build:packages": "pnpm --filter \"./packages/**\" build", "preview": "vite preview --port 5050", "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", "test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'", "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'", "typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false && pnpm run typecheck:packages", "lint": "eslint ./src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore && pnpm run lint:packages", "prettier": "prettier --write './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" }, "workspaces": [ "packages/*" ], "dependencies": { "@emoji-mart/data": "^1.0.6", "@formkit/addons": "^1.0.0-beta.11", "@formkit/auto-animate": "1.0.0-beta.3", "@formkit/core": "^1.0.0-beta.11", "@formkit/i18n": "^1.0.0-beta.11", "@formkit/inputs": "^1.0.0-beta.11", "@formkit/themes": "^1.0.0-beta.11", "@formkit/vue": "^1.0.0-beta.11", "@halo-dev/api-client": "^0.0.39", "@halo-dev/components": "workspace:*", "@halo-dev/console-shared": "workspace:*", "@halo-dev/richtext-editor": "^0.0.0-alpha.8", "@tiptap/extension-character-count": "^2.0.0-beta.199", "@uppy/core": "^3.0.4", "@uppy/dashboard": "^3.1.0", "@uppy/drag-drop": "^3.0.1", "@uppy/file-input": "^3.0.1", "@uppy/locales": "^3.0.3", "@uppy/progress-bar": "^3.0.1", "@uppy/status-bar": "^3.0.1", "@uppy/vue": "^1.0.1", "@uppy/xhr-upload": "^3.0.4", "@vueuse/components": "^9.3.0", "@vueuse/core": "^9.3.0", "@vueuse/router": "^9.3.0", "@vueuse/shared": "^9.3.0", "axios": "^0.27.2", "colorjs.io": "^0.4.0", "dayjs": "^1.11.5", "emoji-mart": "^5.2.2", "floating-vue": "2.0.0-beta.20", "fuse.js": "^6.6.2", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0", "lodash.merge": "^4.6.2", "lodash.sortby": "^4.7.0", "path-browserify": "^1.0.1", "pinia": "^2.0.23", "pretty-bytes": "^6.0.0", "qs": "^6.11.0", "uuid": "^9.0.0", "vue": "^3.2.40", "vue-grid-layout": "3.0.0-beta1", "vue-router": "^4.1.5", "vuedraggable": "^4.1.0", "yaml": "^2.1.3" }, "devDependencies": { "@changesets/cli": "^2.25.0", "@iconify-json/mdi": "^1.1.33", "@iconify-json/vscode-icons": "^1.1.15", "@rushstack/eslint-patch": "^1.2.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@types/jsdom": "^20.0.0", "@types/lodash.clonedeep": "4.5.7", "@types/lodash.isequal": "^4.5.6", "@types/lodash.merge": "^4.6.7", "@types/node": "^16.11.64", "@types/qs": "^6.9.7", "@types/randomstring": "^1.1.8", "@types/uuid": "^8.3.4", "@vitejs/plugin-vue": "^3.1.2", "@vitejs/plugin-vue-jsx": "^2.0.1", "@vitest/ui": "^0.24.0", "@vue/compiler-sfc": "^3.2.40", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.2", "@vue/test-utils": "^2.1.0", "@vue/tsconfig": "^0.1.3", "autoprefixer": "^10.4.12", "c8": "^7.12.0", "cypress": "^10.9.0", "eslint": "^8.25.0", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-vue": "^9.6.0", "husky": "^8.0.1", "jsdom": "^20.0.1", "postcss": "^8.4.17", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.13", "randomstring": "^1.2.2", "sass": "^1.55.0", "start-server-and-test": "^1.14.0", "tailwindcss": "^3.1.8", "tailwindcss-safe-area": "^0.2.2", "tailwindcss-themer": "^2.0.2", "typescript": "~4.7.4", "unplugin-icons": "^0.14.11", "vite": "^3.1.6", "vite-compression-plugin": "^0.0.4", "vite-plugin-externals": "^0.5.1", "vite-plugin-html": "^3.2.0", "vite-plugin-pwa": "^0.13.1", "vite-plugin-static-copy": "^0.9.0", "vite-plugin-vue-setup-extend": "^0.4.0", "vitest": "^0.24.0", "vue-tsc": "^1.0.3" } }