Files
mfish-nocode-view/package.json
T
2025-04-17 22:10:41 +08:00

177 lines
5.5 KiB
JSON

{
"name": "mfish-nocode",
"version": "2.0.0",
"author": {
"name": "mfish",
"email": "qiufeng9862@qq.com",
"url": "https://github.com/mfish-qf"
},
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite --filter ./packages/** --filter ./internal/** build",
"build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode analyze",
"build:docker": "vite build --mode docker",
"build:no-cache": "pnpm store prune && npm run build",
"build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode test",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"preview": "npm run build && vite preview",
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
"clean:lib": "rimraf node_modules",
"postinstall": "turbo run stub",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
"lint": "turbo run lint",
"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",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@iconify/vue": "^4.3.0",
"@jiaminghi/color": "^1.1.3",
"@vue/shared": "^3.5.13",
"@vueuse/core": "^13.1.0",
"@vueuse/shared": "^13.1.0",
"@zxcvbn-ts/core": "^3.0.4",
"animate.css": "^4.1.1",
"ant-design-vue": "^4.2.6",
"axios": "^1.8.4",
"bootstrap": "^5.3.5",
"codemirror": "5.65.16",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"echarts-gl": "^2.0.9",
"html2canvas": "^1.4.1",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"path-to-regexp": "^8.2.0",
"pinia": "^3.0.2",
"qrcode": "^1.5.4",
"qs": "^6.14.0",
"resize-observer-polyfill": "^1.5.1",
"sm-crypto": "^0.3.13",
"sortablejs": "^1.15.6",
"uuid": "^11.1.0",
"vue-data-ui": "^2.6.40",
"vue-i18n": "^11.1.3",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.5.0",
"vue-types": "^6.0.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@iconify/json": "^2.2.328",
"@logicflow/core": "^1.2.28",
"@logicflow/extension": "^1.2.28",
"@mfish/core": "workspace:*",
"@mfish/eslint-config": "workspace:*",
"@mfish/nocode": "workspace:*",
"@mfish/prettier-config": "workspace:*",
"@mfish/stores": "workspace:*",
"@mfish/stylelint-config": "workspace:*",
"@mfish/styles": "workspace:*",
"@mfish/ts-config": "workspace:*",
"@mfish/types": "workspace:*",
"@mfish/vite-config": "workspace:*",
"@purge-icons/generated": "^0.10.0",
"@rushstack/eslint-patch": "^1.11.0",
"@types/crypto-js": "^4.2.2",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/intro.js": "^5.1.5",
"@types/jsdom": "^21.1.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.1",
"@types/qrcode": "^1.5.5",
"@types/sm-crypto": "^0.3.4",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"@vitejs/plugin-legacy": "^6.1.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"cross-env": "^7.0.3",
"dotenv": "^16.5.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-vue": "^10.0.0",
"esno": "^4.8.0",
"fs-extra": "^11.3.0",
"inquirer": "^12.5.2",
"jsdom": "^26.1.0",
"less": "^4.3.0",
"naive-ui": "^2.41.0",
"npm-run-all": "^4.1.5",
"picocolors": "^1.1.1",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-packagejson": "^2.5.10",
"rimraf": "^6.0.1",
"rollup": "^4.40.0",
"rollup-plugin-visualizer": "^5.14.0",
"stylelint": "^16.18.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-order": "^6.0.4",
"terser": "^5.39.0",
"turbo": "^2.5.0",
"typescript": "^5.8.3",
"unbuild": "^3.5.0",
"unocss": "^66.0.0",
"vite": "^6.3.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-mkcert": "^1.17.8",
"vite-plugin-mock": "^3.0.2",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue": "^3.5.13",
"vue-eslint-parser": "^10.1.3",
"vue-tsc": "^2.2.8"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china",
"uuid": "^11.1.0",
"rimraf": "^6.0.1",
"some-deprecated-package": "new-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfish-qf/mfish-nocode-view.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mfish-qf/mfish-nocode-view/issues"
},
"homepage": "https://github.com/mfish-qf/mfish-nocode-view",
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"packageManager": "pnpm@10.8.0",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"eslint": "*"
}
},
"overrides": {
"pinia": "^3.0.2",
"vue": "^3.5.13"
}
}
}