Files
my-worker/web-vue/package.json
2025-12-13 19:13:49 +08:00

124 lines
4.1 KiB
JSON

{
"name": "@jeesite/root",
"version": "5.14.0",
"type": "module",
"private": true,
"scripts": {
"bootstrap": "pnpm install",
"dev": "cd web && pnpm run dev",
"build": "turbo build --concurrency 20",
"build:tomcat": "cd web && pnpm build:tomcat",
"build:preview": "pnpm run preview",
"report": "cd web && pnpm report",
"preview": "cd web && pnpm preview",
"preview:dist": "cd web && pnpm preview:dist",
"type:check": "turbo type:check --concurrency 20",
"lint:eslint": "eslint --cache --max-warnings 0 \"./**/*.{ts,tsx,mjs,vue}\" --fix",
"lint:prettier": "prettier --ignore-unknown --check --cache --write \"./**/*.{vue,tsx,less,scss}\"",
"lint:stylelint": "stylelint \"./**/*.{vue,less,scss,css}\" --fix --custom-syntax postcss-html --cache --cache-location node_modules/.cache/stylelint/",
"lint:all": "pnpm bootstrap && pnpm type:check && pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
"reinstall:force": "rimraf pnpm-lock.yaml node_modules && pnpm store prune && pnpm i --force && pnpm run dev --force",
"reinstall": "turbo uninstall --concurrency 20 && rimraf pnpm-lock.yaml node_modules && pnpm bootstrap",
"update": "turbo update --concurrency 20 && ncu -u && pnpm reinstall",
"postinstall": "pnpm -r run stub --if-present",
"preinstall": "npx only-allow pnpm",
"serve": "pnpm dev"
},
"dependencies": {
"@ant-design/colors": "8.0.0",
"@ant-design/icons-vue": "7.0.1",
"@jeesite/assets": "workspace:*",
"@jeesite/biz": "workspace:*",
"@jeesite/cms": "workspace:*",
"@jeesite/core": "workspace:*",
"@jeesite/dbm": "workspace:*",
"@jeesite/dfm": "workspace:*",
"@jeesite/erp": "workspace:^",
"@jeesite/test": "workspace:*",
"@jeesite/types": "workspace:*",
"@jeesite/vite": "workspace:*",
"@jeesite/web": "workspace:*",
"@jiaminghi/data-view": "^2.10.0",
"ant-design-vue": "4.2.6",
"axios": "1.12.2",
"dayjs": "1.11.18",
"echarts": "5.4.3",
"lodash-es": "4.17.21",
"vue": "3.5.22",
"vue-eslint-parser": "10.2.0",
"vue-router": "4.5.1",
"vue-tsc": "3.1.1",
"vue-types": "6.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.28.4",
"@iconify/json": "2.2.394",
"@iconify/utils": "3.0.2",
"@stylistic/stylelint-plugin": "4.0.0",
"@types/node": "24.7.2",
"@typescript-eslint/eslint-plugin": "8.46.0",
"@typescript-eslint/parser": "8.46.0",
"@unocss/eslint-config": "66.5.3",
"@unocss/preset-wind3": "66.5.3",
"@vue/compiler-sfc": "3.5.22",
"@vue/runtime-core": "3.5.22",
"@vue/shared": "3.5.22",
"autoprefixer": "10.4.21",
"cross-env": "10.1.0",
"eslint": "9.37.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.5.0",
"globals": "16.4.0",
"less": "4.4.2",
"monaco-editor": "0.54.0",
"npm-check-updates": "19.0.0",
"pkg-types": "2.3.0",
"postcss": "8.5.6",
"postcss-html": "1.8.0",
"postcss-less": "6.0.0",
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.19",
"rimraf": "6.0.1",
"stylelint": "16.25.0",
"stylelint-config-recommended": "17.0.0",
"stylelint-config-recommended-less": "3.0.1",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "39.0.1",
"stylelint-config-standard-less": "3.0.1",
"stylelint-less": "3.0.1",
"stylelint-prettier": "5.0.3",
"turbo": "2.5.8",
"typescript": "5.9.3",
"unocss": "66.5.3",
"vite": "7.1.9"
},
"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": ">=20.19 || >=22.12"
},
"packageManager": "pnpm@10.18.2"
}