1 Star 0 Fork 598

whogitee/JeeSite Vue3

forked from 卓源软件/JeeSite Vue3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 4.63 KB
一键复制 编辑 原始数据 按行查看 历史
卓源软件 提交于 2024-09-18 09:46 . 5.9.0
{
"name": "jeesite",
"version": "5.9.0",
"type": "module",
"scripts": {
"bootstrap": "yarn install",
"serve": "npm run dev",
"dev": "cross-env VITE_CJS_TRACE=true vite dev",
"build": "vite build --mode production",
"build:tomcat": "vite build --mode tomcat --emptyOutDir",
"build:preview": "npm run build && npm run preview:dist",
"preview": "npm run build && npm run preview:dist",
"preview:dist": "vite preview --mode development --port 3100",
"report": "cross-env REPORT=true npm run build",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"lint:eslint": "eslint --cache --max-warnings 0 \"./**/*.{ts,tsx,vue}\" --fix",
"lint:prettier": "prettier --write \"./**/*.{vue,tsx,less,scss}\"",
"lint:stylelint": "stylelint \"./**/*.{vue,less,scss,css}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
"lint:all": "npm run type:check && npm run lint:eslint && npm run lint:prettier && npm run lint:stylelint",
"reinstall": "rimraf yarn.lock pnpm-lock.yaml package-lock.json node_modules; npm run bootstrap",
"update": "ncu -u -x eslint,codemirror && npm run reinstall"
},
"dependencies": {
"@ant-design/colors": "7.1.0",
"@ant-design/icons-vue": "7.0.1",
"@vue/runtime-core": "3.4.38",
"@vue/shared": "3.4.38",
"@vueuse/core": "11.0.3",
"@vueuse/shared": "11.0.3",
"@wangeditor/editor": "5.1.23",
"@wangeditor/editor-for-vue": "5.1.12",
"@zxcvbn-ts/core": "3.0.4",
"ant-design-vue": "4.2.3",
"axios": "1.7.5",
"codemirror": "5.65.16",
"cropperjs": "1.6.2",
"crypto-js": "4.2.0",
"dayjs": "1.11.13",
"echarts": "5.5.1",
"intro.js": "7.2.0",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"path-to-regexp": "7.1.0",
"pinia": "2.2.2",
"print-js": "1.6.0",
"qrcode": "1.5.4",
"qs": "6.13.0",
"resize-observer-polyfill": "1.5.1",
"showdown": "2.1.0",
"sortablejs": "1.15.2",
"spark-md5": "3.0.2",
"terser": "5.31.6",
"vditor": "3.10.5",
"vue": "3.4.38",
"vue-i18n": "9.14.0",
"vue-json-pretty": "2.4.0",
"vue-router": "4.4.3",
"vue-types": "5.1.3",
"xlsx": "0.18.5"
},
"devDependencies": {
"@iconify/iconify": "3.1.1",
"@iconify/json": "2.2.242",
"@iconify/utils": "2.1.32",
"@types/codemirror": "5.60.15",
"@types/crypto-js": "4.2.2",
"@types/fs-extra": "11.0.4",
"@types/intro.js": "5.1.5",
"@types/lodash-es": "4.17.12",
"@types/node": "22.5.1",
"@types/nprogress": "0.2.3",
"@types/qrcode": "1.5.5",
"@types/qs": "6.9.15",
"@types/showdown": "2.0.6",
"@types/sortablejs": "1.15.8",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@unocss/eslint-config": "0.62.3",
"@vitejs/plugin-legacy": "5.4.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "3.4.38",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"cz-git": "1.9.4",
"czg": "1.9.4",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.27.0",
"esno": "4.7.0",
"fs-extra": "11.2.0",
"less": "4.2.0",
"lint-staged": "15.2.9",
"npm-run-all": "4.1.5",
"picocolors": "1.0.1",
"pkg-types": "1.2.0",
"postcss": "8.4.41",
"postcss-html": "1.7.0",
"postcss-less": "6.0.0",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.2",
"rimraf": "6.0.1",
"rollup": "4.21.2",
"rollup-plugin-visualizer": "5.12.0",
"stylelint": "16.9.0",
"stylelint-config-recommended-less": "3.0.1",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-less": "3.0.1",
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.2",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"unocss": "0.62.3",
"vite": "5.4.2",
"vite-plugin-compression": "0.5.1",
"vite-plugin-html": "3.2.2",
"vite-plugin-mkcert": "1.17.6",
"vite-plugin-theme-vite3": "1.0.5",
"vite-plugin-vue-setup-extend": "0.4.0",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.1.2"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"homepage": "https://jeesite.com",
"repository": {
"type": "git",
"url": "https://gitee.com/thinkgem/jeesite-vue.git"
},
"bugs": {
"url": "https://gitee.com/thinkgem/jeesite-vue/issues"
},
"author": {
"name": "ThinkGem",
"email": "thinkgem@163.com",
"url": "https://gitee.com/thinkgem"
},
"engines": {
"node": "18 || >=20"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/whogitee/jeesite-vue.git
git@gitee.com:whogitee/jeesite-vue.git
whogitee
jeesite-vue
JeeSite Vue3
main

搜索帮助