{ "name": "@thzxcx/vue3", "version": "0.1.0", "license": "MIT", "repository": { "type": "git", "url": "https://gitea.thzxcx.com/thzxcx/vue3.git" }, "keywords": [ "天衡咨询创新", "tianheng", "thzxcx", "components", "vue3", "天衡" ], "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "files": [ "es", "lib", "until" ], "publishConfig": { "registry": "https://gitea.thzxcx.com/api/packages/thzxcx/npm/" }, "scripts": { "dev": "storybook dev -p 6006", "lint": "eslint .", "lint:fix": "eslint . --fix", "build": "run-s build:lib build:dts", "build:lib": "node --loader ts-node/esm ./bin/build.ts", "build:dts": "node --loader ts-node/esm ./bin/dts.ts", "build:storybook": "storybook build -s static", "preview": "vite preview --outDir storybook-static", "gen": "node --loader ts-node/esm ./bin/gen.ts", "storybook:help": "storybook build -h", "prepare": "is-ci || husky install" }, "peerDependencies": { "@vueuse/core": "*", "element-plus": "^2.3.9" }, "dependencies": { "vue": "^3.2.47" }, "devDependencies": { "@antfu/eslint-config": "^0.39.5", "@commitlint/cli": "^17.6.5", "@commitlint/config-conventional": "^17.6.5", "@element-plus/icons-vue": "^2.1.0", "@storybook/addon-essentials": "^7.4.1", "@storybook/addon-interactions": "^7.4.1", "@storybook/addon-links": "^7.4.1", "@storybook/blocks": "^7.4.1", "@storybook/testing-library": "^0.2.0", "@storybook/vue3": "^7.4.1", "@storybook/vue3-vite": "^7.4.1", "@tsconfig/node18": "^2.0.1", "@types/co": "^4.6.3", "@types/ejs": "^3.1.2", "@types/file-saver": "^2.0.5", "@types/fs-extra": "^11.0.1", "@types/node": "^20.3.1", "@vitejs/plugin-vue": "^4.1.0", "@vitejs/plugin-vue-jsx": "^3.0.1", "@vue-office/docx": "^1.3.0", "@vue-office/excel": "^1.4.0", "@vue-office/pdf": "^1.5.0", "@vue/tsconfig": "^0.4.0", "@vueuse/core": "^10.2.0", "co": "^4.6.0", "co-prompt": "^1.0.0", "consola": "^3.1.0", "ejs": "^3.1.9", "element-plus": "^2.3.9", "eslint": "^8.43.0", "eslint-plugin-storybook": "^0.6.13", "fast-glob": "^3.2.12", "file-saver": "^2.0.5", "fs-extra": "^11.1.1", "husky": "^8.0.3", "is-ci": "^3.0.1", "npm-run-all": "^4.1.5", "postcss": "8.4.21", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup-plugin-external-globals": "^0.8.0", "sass": "^1.63.4", "storybook": "^7.4.1", "ts-morph": "^19.0.0", "ts-node": "^10.9.1", "typescript": "4.9.3", "unocss": "^0.53.1", "unplugin-auto-import": "^0.16.4", "unplugin-vue-components": "^0.25.1", "vite": "^4.3.9", "vite-plugin-dts": "^2.3.0", "vite-plugin-eslint": "^1.8.1", "vite-plugin-html": "^3.2.0", "vite-plugin-vue-setup-extend": "^0.4.0", "vue-cropper": "1.0.8", "vue-demi": "^0.13.11", "vue-router": "^4.2.2", "vue-tsc": "^1.4.2" } }