代码拉取完成,页面将自动刷新
同步操作将从 DevUI/vue-devui 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "vue-devui",
"version": "0.0.1",
"license": "MIT",
"description": "DevUI components based on Vite and Vue3",
"main": "vue-devui.umd.js",
"module": "vue-devui.es.js",
"style": "style.css",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:lib": "vite build --config vite.config.build.ts && cp package.json dist",
"test": "jest --config jest.config.js",
"ls-lint": "ls-lint",
"lint": "eslint \"{src,devui}/**/*.{vue,js,ts,jsx,tsx}\"",
"lint:fix": "eslint --fix \"{src,devui}/**/*.{vue,js,ts,jsx,tsx}\"",
"stylelint": "stylelint --fix \"{devui,src}/**/*.{scss,css}\"",
"convert:route": "node ./scripts/convert-component-route.js",
"publish": "cd dist && npm publish"
},
"dependencies": {
"@types/lodash-es": "^4.17.4",
"lodash-es": "^4.17.20",
"vue": "^3.1.1",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@babel/preset-env": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@ls-lint/ls-lint": "^1.10.0",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@vitejs/plugin-vue": "^1.0.4",
"@vitejs/plugin-vue-jsx": "^1.1.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "^3.0.5",
"@vue/test-utils": "^2.0.0-rc.9",
"@vuedx/typecheck": "^0.4.1",
"@vuedx/typescript-plugin-vue": "^0.4.1",
"babel-jest": "^27.0.2",
"commander": "^7.1.0",
"eslint": "^7.28.0",
"eslint-plugin-vue": "^7.11.1",
"husky": "^4.3.7",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"sass": "^1.32.2",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.20.1",
"typescript": "^4.1.3",
"vite": "^2.0.5",
"vite-plugin-md": "^0.6.0"
},
"husky": {
"hooks": {
"pre-commit": "ls-lint && lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"{src,devui}/**/*.{js,ts,jsx,tsx,vue}": "eslint --fix",
"{src,devui}/**/*.{scss,css}": "stylelint --fix"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。