1 Star 0 Fork 3

BAD_CODE/vue3-component-library

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
杨波 提交于 2022-09-07 11:01 . 使用esbuild-plugin-browser-sync
{
"name": "{{name}}",
"version": "{{version}}",
"main": "lib/{{name}}.js",
"module": "lib/{{name}}.js",
"files": [
"lib",
"types",
"packages"
],
"types": "types/index.d.ts",
"type": "module",
"license": "MIT",
"author": "{{author}}",
"description": "{{description}}",
"scripts": {
"serve": "npm run clean && node esbuild.config.js serve",
"build": "npm run clean && node esbuild.config.js",
"clean": "rimraf ./lib ./examples/static",
"lint": "eslint --ignore-path .eslintignore .",
"lint:fix": "eslint --fix --ignore-path .eslintignore .",
"dts": "vue-tsc --declaration --emitDeclarationOnly",
"dts:check": "vue-tsc --noEmit"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vue/compiler-sfc": "^3.2.38",
"autoprefixer": "^10.4.8",
"esbuild": "^0.15.6",
"esbuild-plugin-browser-sync": "^0.1.1",
"esbuild-plugin-filesize": "^0.3.0",
"esbuild-plugin-progress": "^1.0.1",
"esbuild-plugin-vue": "^0.2.4",
"esbuild-sass-plugin": "^2.3.2",
"eslint": "^8.23.0",
"eslint-plugin-vue": "^9.4.0",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"postcss-minify": "^1.1.0",
"postcss-preset-env": "^7.8.0",
"pre-commit": "^1.2.2",
"rimraf": "^3.0.2",
"sass": "^1.54.8",
"typescript": "^4.8.2",
"vue": "^3.2.38",
"vue-tsc": "^0.40.6"
},
"pre-commit": [
"lint"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/bad_-code/vue3-component-library.git
git@gitee.com:bad_-code/vue3-component-library.git
bad_-code
vue3-component-library
vue3-component-library
master

搜索帮助