build: 开发依赖

This commit is contained in:
2023-06-21 17:54:57 +08:00
parent 242bcf222e
commit 0e3ee9cdc4
5 changed files with 301 additions and 132 deletions

View File

@ -1,10 +1,10 @@
{
"name": "@thzxcx/vue3",
"name": "@thzxcx/uni",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitea.thzxcx.com/thzxcx/vue3.git"
"url": "https://gitea.thzxcx.com/thzxcx/uni.git"
},
"keywords": [
"天衡咨询创新",
@ -12,6 +12,7 @@
"thzxcx",
"components",
"vue3",
"uni",
"天衡"
],
"main": "lib/index.js",
@ -23,7 +24,7 @@
"until"
],
"scripts": {
"dev": "vite",
"dev": "storybook dev -p 6006",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "run-p build:lib build:dts build:storybook",
@ -32,8 +33,6 @@
"build:storybook": "storybook build -s static",
"preview": "vite preview --outDir storybook-static",
"gen": "node --loader ts-node/esm ./bin/gen.ts",
"storybook": "storybook dev -p 6006",
"storybook:help": "storybook build -h",
"prepare": "is-ci || husky install"
},
"dependencies": {
@ -43,6 +42,9 @@
"@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",
@ -55,6 +57,10 @@
"@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",
@ -63,7 +69,6 @@
"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",