1 Star 0 Fork 0

融创达电子/rcdet-ui-vpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 4.58 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue3-antdv-admin",
"version": "1.1.0",
"author": {
"name": "buqiyuan",
"email": "1743369777@qq.com",
"url": "https://github.com/buqiyuan"
},
"scripts": {
"bootstrap": "pnpm install",
"serve": "npm run dev",
"dev": "vite",
"build": "rimraf dist && cross-env NODE_ENV=production vite build",
"preview": "npm run build && vite preview",
"preview:dist": "vite preview",
"deploy": "bash deploy.sh",
"clean:cache": "npx rimraf node_modules/.cache/ && npx rimraf node_modules/.vite",
"clean:lib": "npx rimraf node_modules",
"format": "prettier --write .",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json --max-warnings 0 && pretty-quick --check --branch main",
"lint:fix": "eslint --fix . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json && pretty-quick --branch main",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"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",
"prepare": "husky install",
"release": "git push && git push origin --tags",
"gen:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
"test:gzip": "npx http-server dist --cors --gzip -c-1",
"test:br": "npx http-server dist --cors --brotli -c-1"
},
"dependencies": {
"@ant-design/icons-vue": "~7.0.1",
"@vue/runtime-core": "~3.3.4",
"@vueuse/core": "~10.5.0",
"ant-design-vue": "~4.0.6",
"axios": "~1.5.1",
"class-transformer": "^0.5.1",
"dayjs": "~1.11.10",
"echarts": "^5.4.3",
"file-saver": "~2.0.5",
"lodash": "^4.17.21",
"lodash-es": "~4.17.21",
"mitt": "~3.0.1",
"nprogress": "~1.0.0-1",
"pinia": "~2.1.7",
"qiniu-js": "^3.4.1",
"qs": "~6.11.2",
"reflect-metadata": "^0.2.1",
"socket.io-client": "~4.7.2",
"sortablejs": "~1.15.0",
"unplugin-auto-import": "^0.17.5",
"vue": "~3.3.4",
"vue-echarts": "^6.6.1",
"vue-i18n": "9.5.0",
"vue-router": "~4.2.5",
"vue-types": "~5.1.1",
"xlsx": "~0.18.5"
},
"devDependencies": {
"@commitlint/cli": "~17.8.0",
"@commitlint/config-conventional": "~17.8.0",
"@types/lodash-es": "~4.17.9",
"@types/node": "~20.8.6",
"@typescript-eslint/eslint-plugin": "~6.8.0",
"@typescript-eslint/parser": "~6.8.0",
"@vitejs/plugin-legacy": "~4.1.1",
"@vitejs/plugin-vue": "~4.4.0",
"@vitejs/plugin-vue-jsx": "~3.0.2",
"@vue/tsconfig": "^0.4.0",
"commitizen": "~4.3.0",
"conventional-changelog-cli": "~4.1.0",
"cross-env": "~7.0.3",
"eslint": "~8.51.0",
"eslint-config-prettier": "~9.0.0",
"eslint-define-config": "~1.24.1",
"eslint-plugin-import": "~2.28.1",
"eslint-plugin-prettier": "~5.0.1",
"eslint-plugin-vue": "~9.17.0",
"husky": "~8.0.3",
"less": "~4.2.0",
"lightningcss": "^1.22.0",
"lint-staged": "~15.0.1",
"mockjs": "~1.1.0",
"postcss": "~8.4.31",
"postcss-html": "~1.5.0",
"postcss-less": "~6.0.0",
"prettier": "~3.0.3",
"pretty-quick": "~3.1.3",
"rimraf": "~5.0.5",
"stylelint": "~15.11.0",
"stylelint-config-html": "~1.1.0",
"stylelint-config-property-sort-order-smacss": "^9.1.0",
"stylelint-config-recommended": "~13.0.0",
"stylelint-config-recommended-vue": "~1.5.0",
"stylelint-config-standard": "~34.0.0",
"stylelint-order": "~6.0.3",
"stylelint-prettier": "^4.0.2",
"terser": "~5.21.0",
"ts-node": "^10.9.1",
"typescript": "~5.2.2",
"unocss": "^0.56.5",
"unplugin-vue-components": "~0.25.2",
"vite": "~4.4.11",
"vite-plugin-checker": "~0.6.2",
"vite-plugin-mock": "~2.9.6",
"vite-plugin-svg-icons": "~2.0.1",
"vue-eslint-parser": "~9.3.2",
"vue-tsc": "~1.8.19"
},
"__npminstall_done": false,
"repository": {
"type": "git",
"url": "https://github.com/buqiyuan/vue3-antdv-admin"
},
"homepage": "https://buqiyuan.gitee.io/vue3-antdv-admin",
"keywords": [
"vue",
"ant-design-vue",
"vue3",
"ts",
"tsx",
"admin",
"typescript"
],
"license": "MIT",
"engines": {
"node": ">=14"
},
"target": "web",
"packageManager": "^pnpm@6.32.4",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup"
],
"allowedVersions": {
"postcss": "5"
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rcdet/rcdet-ui-vpp.git
git@gitee.com:rcdet/rcdet-ui-vpp.git
rcdet
rcdet-ui-vpp
rcdet-ui-vpp
master

搜索帮助