{ "name": "@thzxcx/uni", "version": "0.0.0", "license": "MIT", "repository": { "type": "git", "url": "https://gitea.thzxcx.com/thzxcx/uni.git" }, "keywords": [ "天衡咨询创新", "前端组件库", "tianheng", "uniapp", "thzxcx", "components", "vue3", "uni", "天衡" ], "files": [ "packages", "utils" ], "publishConfig": { "registry": "https://gitea.thzxcx.com/api/packages/thzxcx/npm/" }, "scripts": { "dev": "storybook dev -p 6006", "lint": "eslint .", "lint:fix": "eslint . --fix", "build": "echo uniapp组件库无需编译直接打包", "build:storybook": "storybook build -s static", "preview": "vite preview --outDir storybook-static", "gen": "node --loader ts-node/esm ./bin/gen.ts", "prepare": "is-ci || husky install" }, "dependencies": { "vue": "^3.2.47" }, "devDependencies": { "@antfu/eslint-config": "^0.39.5", "@commitlint/cli": "^17.6.5", "@commitlint/config-conventional": "^17.6.5", "@dcloudio/types": "^3.3.3", "@dcloudio/uni-i18n": "^2.0.2-3080420230530001", "@dcloudio/uni-ui": "^1.4.28", "@storybook/addon-essentials": "^7.0.20", "@storybook/addon-interactions": "^7.0.20", "@storybook/addon-links": "^7.0.20", "@storybook/blocks": "^7.0.20", "@storybook/testing-library": "^0.0.14-next.2", "@storybook/vue3": "^7.0.20", "@storybook/vue3-vite": "^7.0.20", "@tsconfig/node18": "^2.0.1", "@types/co": "^4.6.3", "@types/ejs": "^3.1.2", "@types/fs-extra": "^11.0.1", "@types/node": "^20.3.1", "@uni-helper/uni-app-types": "^0.5.8", "@uni-helper/uni-cloud-types": "^0.5.2", "@uni-helper/uni-ui-types": "^0.5.10", "@uni-helper/vite-plugin-uni-components": "^0.0.6", "@vitejs/plugin-vue": "^4.1.0", "@vitejs/plugin-vue-jsx": "^3.0.1", "@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", "eslint": "^8.43.0", "fast-glob": "^3.2.12", "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", "sass": "^1.63.4", "storybook": "^7.0.20", "ts-morph": "^19.0.0", "ts-node": "^10.9.1", "typescript": "4.9.3", "unocss": "^0.53.1", "unocss-applet": "^0.5.3", "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-libcss": "^1.1.0", "vite-plugin-vue-setup-extend": "^0.4.0", "vue-router": "^4.2.2", "vue-tsc": "^1.4.2" } }