This commit is contained in:
theluyuan 2024-09-24 17:04:45 +08:00
parent 496f1b447e
commit ef869c5ab1
2 changed files with 2463 additions and 1994 deletions

View File

@ -21,43 +21,43 @@
"commit": "git add . && git-cz && git push" "commit": "git add . && git-cz && git push"
}, },
"dependencies": { "dependencies": {
"@layui/layui-vue": "workspace:*",
"@layui/icons-vue": "workspace:*", "@layui/icons-vue": "workspace:*",
"@layui/layer-vue": "workspace:*", "@layui/layer-vue": "workspace:*",
"@layui/layui-vue": "workspace:*",
"vue": "3.2.40" "vue": "3.2.40"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "3.2.40" "vue": "3.2.40"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^16.2.1", "@babel/core": "^7.25.2",
"@commitlint/config-conventional": "^16.2.1", "@babel/preset-env": "^7.25.4",
"@typescript-eslint/eslint-plugin": "^5.8.0", "@babel/preset-typescript": "^7.24.7",
"@typescript-eslint/parser": "^5.8.0", "@commitlint/cli": "^16.3.0",
"commitizen": "^4.2.4", "@commitlint/config-conventional": "^16.2.4",
"commitlint-config-cz": "^0.13.3", "@rollup/plugin-babel": "^5.3.1",
"cz-conventional-changelog": "^3.3.0", "@types/node": "^16.18.108",
"cz-customizable": "^6.3.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@types/node": "^16.11.9",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^2.3.3", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^2.3.4",
"@vitejs/plugin-vue-jsx": "^1.3.10", "@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/compiler-sfc": "3.2.40", "@vue/compiler-sfc": "3.2.40",
"@vue/server-renderer": "3.2.40", "@vue/server-renderer": "3.2.40",
"less": "^4.1.3", "commitizen": "^4.3.0",
"commitlint-config-cz": "^0.13.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.9.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^8.7.1",
"husky": "^8.0.3",
"less": "^4.2.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rollup": "^2.75.5", "rollup": "^2.79.1",
"typescript": "^4.8.4", "typescript": "^4.9.5",
"vite": "2.9.12" "vite": "2.9.12"
}, },
"config": { "config": {

File diff suppressed because it is too large Load Diff