Files
vue3/package.json
2023-07-18 11:22:59 +08:00

95 lines
2.6 KiB
JSON

{
"name": "@thzxcx/vue3",
"version": "0.0.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"
},
"dependencies": {
"vue": "^3.2.47"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@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",
"@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",
"element-plus": "^2.3.6",
"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",
"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"
}
}