feat: 首次提交
This commit is contained in:
92
package.json
Normal file
92
package.json
Normal file
@ -0,0 +1,92 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"build": "run-p build:lib build:dts build:storybook",
|
||||
"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": "storybook dev -p 6006",
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user