1 Star 0 Fork 0

LiuX-2020/component-encapsulation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.33 KB
一键复制 编辑 原始数据 按行查看 历史
刘祥 提交于 2023-05-17 16:05 . first
{
"name": "fs-vite-vue3-web-admin",
"version": "1.0.0",
"description": "基于 vite2.x + vue3.x + antd-design-vue3.x + typescript4.x 的后台管理系统模板",
"scripts": {
"serve": "npm run dev",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"prepare": "husky install",
"commit": "cz",
"reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run dev",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged",
"api": "sh ./generator.sh"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@fubei/web-fetch": "0.0.7",
"@fubei/web-logger": "0.0.12",
"@fubei/web-sls": "0.0.13",
"@vueuse/core": "^10.1.2",
"ant-design-vue": "^3.2.5",
"dayjs": "^1.11.7",
"fshows-utils-tool": "^1.0.27",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.0.13",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^16.11.27",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"fs-css-order": "0.0.3",
"husky": "^8.0.1",
"less": "^4.1.2",
"lint-staged": "^13.0.0",
"postcss": "^8.4.14",
"postcss-html": "^1.4.1",
"postcss-less": "^6.0.0",
"prettier": "^2.6.2",
"stylelint": "^14.8.5",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"typescript": "~4.6.3",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"unplugin-vue-define-options": "^0.6.1",
"vite": "^2.9.9",
"vite-plugin-style-import": "^1.4.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-windicss": "^1.8.4",
"vue-eslint-parser": "^9.0.2",
"vue-tsc": "^0.34.7",
"windicss": "^3.5.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"
],
"package.json": [
"prettier --write"
],
"*.vue": [
"eslint --fix",
"prettier --write",
"stylelint --fix"
],
"*.{scss,less,styl,html}": [
"stylelint --fix",
"prettier --write"
],
"*.md": [
"prettier --write"
]
},
"engines": {
"node": "^12 || >=14"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liux-2020/component-encapsulation.git
git@gitee.com:liux-2020/component-encapsulation.git
liux-2020
component-encapsulation
component-encapsulation
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385