{ "name": "@globalbrain/sefirot", "type": "module", "version": "4.6.0", "packageManager": "pnpm@9.13.2", "description": "Vue Components for Global Brain Design System.", "author": "Kia Ishii <ka.ishii@globalbrains.com>", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:globalbrain/sefirot.git" }, "bugs": { "url": "https://github.com/globalbrain/sefirot/issues" }, "keywords": [ "sefirot", "vue", "vue component" ], "files": [ "lib", "config", "client.d.ts" ], "scripts": { "docs": "pnpm docs:dev", "docs:dev": "vitepress dev docs --port 4011", "docs:build": "vitepress build docs", "docs:preview": "vitepress serve docs --port 4011", "story": "pnpm story:dev", "story:dev": "NODE_NO_WARNINGS=1 VITE_CJS_IGNORE_WARNING=1 histoire dev --port 4010", "story:build": "NODE_NO_WARNINGS=1 VITE_CJS_IGNORE_WARNING=1 histoire build", "story:preview": "NODE_NO_WARNINGS=1 VITE_CJS_IGNORE_WARNING=1 histoire preview --port 4010", "type": "vue-tsc --noEmit", "lint": "eslint --fix .", "lint:fail": "eslint .", "vitest": "vitest", "vitest:run": "vitest run", "coverage": "vitest run --coverage", "test": "pnpm run type && pnpm run lint && pnpm run coverage", "test:fail": "pnpm run type && pnpm run lint:fail && pnpm run coverage", "release": "release-it" }, "peerDependencies": { "@iconify-json/ph": "^1.2.1", "@iconify-json/ri": "^1.2.3", "@types/body-scroll-lock": "^3.1.2", "@types/lodash-es": "^4.17.12", "@types/markdown-it": "^14.1.2", "@vue/reactivity": "^3.5.13", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "@vueuse/core": "^11.2.0", "body-scroll-lock": "4.0.0-beta.0", "dayjs": "^1.11.13", "fuse.js": "^7.0.0", "lodash-es": "^4.17.21", "markdown-it": "^14.1.0", "normalize.css": "^8.0.1", "pinia": "^2.2.6", "postcss": "^8.4.49", "postcss-nested": "^7.0.2", "v-calendar": "3.0.1", "vue": "^3.5.13", "vue-router": "^4.4.5" }, "dependencies": { "@sentry/browser": "^8.38.0", "@tanstack/vue-virtual": "3.0.0-beta.62", "@tinyhttp/content-disposition": "^2.2.2", "@tinyhttp/cookie": "^2.1.1", "@types/file-saver": "^2.0.7", "@types/qs": "^6.9.17", "file-saver": "^2.0.5", "magic-string": "^0.30.12", "ofetch": "^1.4.1", "qs": "^6.13.1", "unplugin-icons": "^0.20.1" }, "devDependencies": { "@globalbrain/eslint-config": "^1.7.1", "@histoire/plugin-vue": "0.16.5", "@iconify-json/ph": "^1.2.1", "@iconify-json/ri": "^1.2.3", "@release-it/conventional-changelog": "^9.0.3", "@types/body-scroll-lock": "^3.1.2", "@types/lodash-es": "^4.17.12", "@types/markdown-it": "^14.1.2", "@types/node": "^22.9.0", "@vitejs/plugin-vue": "^5.2.0", "@vitest/coverage-v8": "^2.1.5", "@vue/reactivity": "^3.5.13", "@vue/test-utils": "^2.4.6", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "@vueuse/core": "^11.2.0", "body-scroll-lock": "4.0.0-beta.0", "dayjs": "^1.11.13", "eslint": "8.57.0", "fuse.js": "^7.0.0", "happy-dom": "^14.12.3", "histoire": "0.16.5", "lodash-es": "^4.17.21", "markdown-it": "^14.1.0", "normalize.css": "^8.0.1", "pinia": "^2.2.6", "postcss": "^8.4.49", "postcss-nested": "^7.0.2", "punycode": "^2.3.1", "release-it": "^17.10.0", "typescript": "~5.6.3", "v-calendar": "3.0.1", "vite": "^5.4.11", "vitepress": "^1.5.0", "vitest": "^2.1.5", "vue": "^3.5.13", "vue-router": "^4.4.5", "vue-tsc": "^2.1.10" } }