1 Star 10 Fork 3

we_coder/vue3-component-library

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
杨波 提交于 2023-02-21 10:05 +08:00 . update package
{
"name": "{{name}}",
"version": "{{version}}",
"main": "lib/{{name}}.js",
"module": "lib/{{name}}.js",
"files": [
"lib",
"types",
"packages"
],
"types": "types/index.d.ts",
"license": "MIT",
"author": "{{author}}",
"description": "{{description}}",
"scripts": {
"serve": "npm run clean && esno esbuild.config.js serve",
"build": "npm run clean && esno esbuild.config.js",
"clean": "rimraf ./lib ./dist",
"lint": "eslint --ignore-path .eslintignore .",
"lint:fix": "eslint --fix --ignore-path .eslintignore .",
"dts": "vue-tsc --declaration --emitDeclarationOnly",
"dts:check": "vue-tsc --noEmit"
},
"devDependencies": {
"@fallen_leaves/esbuild-plugin-html": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vue/compiler-sfc": "^3.2.47",
"autoprefixer": "^10.4.13",
"esbuild": "^0.17.9",
"esbuild-plugin-browser-sync": "^0.1.1",
"esbuild-plugin-filesize": "^0.4.0",
"esbuild-plugin-progress": "^1.0.1",
"esbuild-plugin-vue": "^0.2.4",
"esbuild-style-plugin": "^1.6.1",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"esno": "^0.16.3",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-minify": "^1.1.0",
"postcss-preset-env": "^8.0.1",
"pre-commit": "^1.2.2",
"rimraf": "^4.1.2",
"sass": "^1.58.3",
"typescript": "^4.9.5",
"vue": "^3.2.47",
"vue-tsc": "^1.1.4"
},
"pre-commit": [
"lint"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/we_coder/vue3-component-library.git
git@gitee.com:we_coder/vue3-component-library.git
we_coder
vue3-component-library
vue3-component-library
master

搜索帮助