1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/thinkgem-jeesite-vue

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 5.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
thinkgem Отправлено 24.03.2025 09:42 e629ab8
{
"name": "jeesite",
"version": "5.11.0",
"type": "module",
"private": true,
"scripts": {
"bootstrap": "pnpm install",
"serve": "npm run dev",
"dev": "cross-env VITE_CJS_IGNORE_WARNING=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 --ignore-unknown --check --cache --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:force": "rimraf pnpm-lock.yaml node_modules && pnpm store prune && pnpm i --force && pnpm run dev --force",
"reinstall": "rimraf pnpm-lock.yaml node_modules && npm run bootstrap",
"update": "ncu -u -x codemirror,pinia && npm run reinstall"
},
"dependencies": {
"@ant-design/colors": "7.2.0",
"@ant-design/icons-vue": "7.0.1",
"@jeesite/cms-lib": "5.11.0-rc.2",
"@jeesite/dbm-lib": "5.11.0-rc.1",
"@unocss/preset-wind3": "66.0.0",
"@vue/runtime-core": "3.5.13",
"@vue/shared": "3.5.13",
"@vueuse/core": "12.7.0",
"@vueuse/shared": "12.7.0",
"@wangeditor/editor": "5.1.23",
"@wangeditor/editor-for-vue": "5.1.12",
"@zxcvbn-ts/core": "3.0.4",
"ant-design-vue": "4.2.6",
"axios": "1.8.1",
"codemirror": "5.65.16",
"cropperjs": "1.6.2",
"crypto-js": "4.2.0",
"dayjs": "1.11.13",
"echarts": "5.6.0",
"intro.js": "7.2.0",
"lodash-es": "4.17.21",
"monaco-editor": "0.52.2",
"nprogress": "0.2.0",
"path-to-regexp": "8.2.0",
"pinia": "2.3.1",
"print-js": "1.6.0",
"qrcode": "1.5.4",
"qs": "6.14.0",
"resize-observer-polyfill": "1.5.1",
"showdown": "2.1.0",
"sortablejs": "1.15.6",
"spark-md5": "3.0.2",
"terser": "5.39.0",
"vditor": "3.10.9",
"vue": "3.5.13",
"vue-i18n": "11.1.1",
"vue-json-pretty": "2.4.0",
"vue-router": "4.5.0",
"vue-types": "6.0.0",
"xlsx": "0.18.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.26.8",
"@iconify/json": "2.2.311",
"@iconify/utils": "2.3.0",
"@stylistic/stylelint-plugin": "3.1.2",
"@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.13.5",
"@types/nprogress": "0.2.3",
"@types/qrcode": "1.5.5",
"@types/qs": "6.9.18",
"@types/showdown": "2.0.6",
"@types/sortablejs": "1.15.8",
"@typescript-eslint/eslint-plugin": "8.25.0",
"@typescript-eslint/parser": "8.25.0",
"@unocss/eslint-config": "66.0.0",
"@vitejs/plugin-legacy": "6.0.2",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/compiler-sfc": "3.5.13",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"cz-git": "1.11.0",
"czg": "1.11.0",
"dotenv": "16.4.7",
"eslint": "9.21.0",
"eslint-config-prettier": "10.0.2",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-vue": "9.32.0",
"esno": "4.8.0",
"fs-extra": "11.3.0",
"globals": "16.0.0",
"less": "4.2.2",
"lint-staged": "15.4.3",
"npm-run-all": "4.1.5",
"picocolors": "1.1.1",
"pkg-types": "2.0.0",
"postcss": "8.5.3",
"postcss-html": "1.8.0",
"postcss-less": "6.0.0",
"prettier": "3.5.2",
"prettier-plugin-packagejson": "2.5.8",
"rimraf": "6.0.1",
"rollup": "4.34.8",
"rollup-plugin-visualizer": "5.14.0",
"stylelint": "16.14.1",
"stylelint-config-recommended": "15.0.0",
"stylelint-config-recommended-less": "3.0.1",
"stylelint-config-recommended-vue": "1.6.0",
"stylelint-config-standard": "37.0.0",
"stylelint-config-standard-less": "3.0.1",
"stylelint-less": "3.0.1",
"stylelint-prettier": "5.0.3",
"tinycolor2": "1.6.0",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"unocss": "66.0.0",
"vite": "6.2.0",
"vite-plugin-compression": "0.5.1",
"vite-plugin-html": "3.2.2",
"vite-plugin-mkcert": "1.17.6",
"vite-plugin-monaco-editor": "1.1.0",
"vite-plugin-theme-vite3": "1.0.5",
"vite-plugin-vue-setup-extend": "0.4.0",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.2.4"
},
"keywords": [
"typescript",
"jeesite",
"antdv",
"vite",
"vue"
],
"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"
},
"packageManager": "pnpm@10.5.2"
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/thinkgem-jeesite-vue.git
git@api.gitlife.ru:oschina-mirror/thinkgem-jeesite-vue.git
oschina-mirror
thinkgem-jeesite-vue
thinkgem-jeesite-vue
main