2 Star 0 Fork 0

JS-VeryHappy/vh-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 6.31 KB
一键复制 编辑 原始数据 按行查看 历史
{
"private": true,
"name": "vh-admin",
"version": "0.0.6",
"author": "zhouyingchao <609435061@qq.com>",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"init": "rm -rf node_modules && npm install && npm run clean && npm run bootstrap && npm run build",
"bootstrap": "lerna bootstrap ",
"clean": "lerna clean --yes",
"build": "node ./scripts/build.js build",
"build:watch": "node ./scripts/build.js watch",
"publish": "lerna publish ",
"release": "npm run build && npm publish",
"dumi-prepare": "dumi setup",
"start": "dumi dev",
"docs:build": "dumi build",
"docs:build-gh": "cross-env BUILD_GH=gh dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"deploy": "npm run docs:build-gh && npm run docs:deploy",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "umi-test",
"test:update": "umi-test --updateSnapshot",
"test:coverage": "umi-test --coverage",
"lerna": "lerna",
"publish:fp": "lerna publish from-package --yes",
"publish:fg": "lerna publish from-git --yes",
"publish:version": "lerna version patch --yes",
"publish:git": "npm run publish:version && npm run publish:fp",
"lint:style": "stylelint --fix \".dumi/**/*.less\" ",
"lint-staged": "lint-staged",
"changelog-custom": "conventional-changelog -p angular -n ./node_modules/@vh-cli/git-commit/lib/changelogOptions.js -i CHANGELOG.md -s -r 0",
"prepare": "husky install",
"vh-cli-git-commit-init": "npx vh-cli-git-commit && npx vh-cli-lint-init",
"open-api": "vh-cli-openapi -p http://xxx.xxx.xxx/v3/api-docs",
"prettier:fix": "prettier --config .prettierrc.js --write 'src/**/*.{js,jsx,tsx,ts,less,scss,md,json}'",
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && npm run lint:style",
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:prettier": "prettier --check \"src/**/*\" --end-of-line auto",
"serve": "serve docs-dist"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"lint-staged": {
"*.less": "stylelint ",
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@ant-design/charts": "^1.4.3",
"@ant-design/icons": "^5.3.6",
"@ant-design/pro-card": "^2.6.0",
"@ant-design/pro-descriptions": "^2.5.36",
"@ant-design/pro-form": "^2.25.1",
"@ant-design/pro-layout": "^7.19.0",
"@ant-design/pro-list": "^2.5.51",
"@ant-design/pro-skeleton": "^2.1.11",
"@ant-design/pro-table": "^3.15.2",
"@vh-admin/pro-components": "workspace:^",
"@vh-admin/pro-flow-designer": "workspace:^",
"@vh-admin/pro-form-designer": "workspace:^",
"@vh-admin/pro-hooks": "workspace:^",
"@vh-admin/pro-utils": "workspace:^",
"@vh-admin/pro-validator": "workspace:^",
"ahooks": "^3.7.11",
"antd": "^5.16.5",
"antd-img-crop": "^4.21.0",
"braft-editor": "^2.3.9",
"classnames": "^2.5.1",
"commander": "^10.0.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"lodash": "^4.17.21",
"nanoid": "^4.0.2",
"rc-field-form": "^1.44.0",
"rc-util": "^5.39.1",
"react": "^18.3.1",
"react-amap": "^1.2.8",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-router": "^6.23.0",
"typeit": "^8.8.3",
"typeit-react": "^2.7.1"
},
"devDependencies": {
"@antv/x6": "^2.18.1",
"@antv/x6-plugin-clipboard": "^2.1.6",
"@antv/x6-plugin-dnd": "^2.1.1",
"@antv/x6-plugin-export": "^2.1.6",
"@antv/x6-plugin-history": "^2.2.4",
"@antv/x6-plugin-keyboard": "^2.2.3",
"@antv/x6-plugin-minimap": "^2.0.7",
"@antv/x6-plugin-scroller": "^2.0.10",
"@antv/x6-plugin-selection": "^2.2.2",
"@antv/x6-plugin-snapline": "^2.1.7",
"@antv/x6-plugin-transform": "^2.1.8",
"@antv/x6-react-components": "^2.0.8",
"@antv/x6-react-shape": "^2.2.3",
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime-corejs3": "^7.24.5",
"@testing-library/react": "^9.5.0",
"@testing-library/react-hooks": "^3.7.0",
"@types/classnames": "^2.3.1",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.17.0",
"@types/mockjs": "^1.0.10",
"@types/node": "^18.19.31",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@umijs/codemod": "^0.1.0",
"@umijs/max": "^4.1.10",
"@vh-cli/git-commit": "^1.0.12",
"@vh-cli/lint": "^1.0.6",
"@vh-cli/openapi": "^0.0.5",
"babel-plugin-import": "^1.13.8",
"commander": "^9.1.0",
"consola": "^3.2.3",
"conventional-changelog-cli": "^2.2.2",
"conventional-changelog-conventionalcommits": "^4.6.3",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"dumi": "^2.3.2",
"dumi-theme-antd-style": "^0.21.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-taro": "^3.6.28",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^5.1.3",
"execa": "^5.1.1",
"father": "^4.4.0",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"gh-pages": "^3.2.3",
"husky": "^8.0.3",
"lerna": "^3.22.1",
"lerna-changelog": "^2.2.0",
"lint-staged": "^14.0.1",
"postcss": "^8.4.38",
"postcss-loader": "^7.3.4",
"postcss-logical": "^5.0.4",
"prettier": "^2.8.8",
"react-test-renderer": "^16.14.0",
"serve": "^14.2.3",
"start-server-and-test": "^1.15.4",
"stylelint": "^15.11.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/JS-VeryHappy/vh-admin.git
git@gitee.com:JS-VeryHappy/vh-admin.git
JS-VeryHappy
vh-admin
vh-admin
master

搜索帮助