1 Star 0 Fork 9

WangNanBei/kdesign

forked from 金蝶云/kdesign 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 8.16 KB
一键复制 编辑 原始数据 按行查看 历史
haohao_peng 提交于 2024-06-20 17:04 . v1.7.67
{
"name": "@kdcloudjs/kdesign",
"version": "1.7.67",
"description": "KDesign 金蝶前端react 组件库",
"title": "kdesign",
"keywords": [
"kdesign",
"component",
"components",
"design",
"framework",
"frontend",
"react",
"react-component",
"ui"
],
"homepage": "https://react.kingdee.design/",
"bugs": {
"url": "https://github.com/kdcloudone/kdesign/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:kdcloudone/kdesign.git"
},
"contributors": [
"kdesign"
],
"files": [
"dist",
"lib",
"es"
],
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/kdesign.min.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "npm run compile && cross-env NODE_OPTIONS='--max-old-space-size=4096' npm run dist",
"compile": "gulp compile",
"dist": "node build/bin/dist.js",
"clean": "rimraf _data && rimraf _site ",
"site": "npm run tsc && npm run clean && bisheng build -c ./site/bisheng.config.js",
"start": "npm run tsc && npm run clean && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js",
"lint": "npm run tsc && npm run lint:script && npm run lint:style",
"lint:script": "eslint --ext .tsx,.ts,.js,.jsx ./components ./site",
"tsc": "tsc --noEmit",
"lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",
"lint-fix:script": "npm run lint:script -- --fix",
"lint-fix:style": "npm run lint:style -- --fix",
"test": "jest --cache=false",
"test:watch": "jest --watch",
"test:all": "npm run lint && npm run test",
"test:coverage": "npm run test -- --coverage",
"test:update": "jest --cache=false -u",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && node scripts/filter-changelog.js",
"pub": "npm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --no-tests",
"pub:beta": "npm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --anyBranch --no-tests --tag=beta",
"prepublishOnly": "node scripts/guard.js",
"new": "node scripts/create-component.js",
"token": "node scripts/generate-token.js",
"preinstall": "npx force-resolutions"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 11"
],
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.10.4",
"@babel/runtime-corejs3": "^7.11.2",
"@babel/standalone": "^7.14.3",
"@kdcloudjs/kdesign-icons": "^1.0.5",
"@kdcloudjs/table": "1.2.0-canary.16",
"@popperjs/core": "^2.5.4",
"@types/js-cookie": "^3.0.3",
"async-validator": "^3.5.1",
"axios": "^0.21.1",
"big.js": "^6.0.2",
"classnames": "^2.2.6",
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.1",
"cropperjs": "^1.5.12",
"css-vars-ponyfill": "^2.4.8",
"date-fns": "2.28.0",
"dom-scroll-into-view": "^2.0.1",
"js-cookie": "^3.0.1",
"lodash": "^4.17.20",
"qrcode.react-ie": "^3.1.3",
"react-color": "^2.19.3",
"react-draggable": "^4.4.3",
"react-popper": "^2.2.3",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-private-methods": "^7.10.4",
"@babel/plugin-syntax-decorators": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-object-assign": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/plugin-transform-typescript": "7.9.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/config-conventional": "^9.1.2",
"@types/babel__traverse": "7.17.1",
"@types/big.js": "^6.0.0",
"@types/classnames": "^2.2.10",
"@types/color": "^3.0.3",
"@types/enzyme": "^3.10.7",
"@types/jest": "^26.0.14",
"@types/jest-image-snapshot": "^4.1.0",
"@types/lodash": "ts3.9",
"@types/prettier": "1.16.4",
"@types/puppeteer": "^3.0.2",
"@types/react": "^16.9.21",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^16.9.5",
"@types/responselike": "ts3.9",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"algoliasearch": "^4.5.1",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"babel-plugin-add-react-displayname": "^0.0.5",
"bisheng": "^1.5.3",
"bisheng-plugin-description": "^0.1.4",
"bisheng-plugin-toc": "^0.4.4",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"chalk": "^4.1.0",
"commitlint": "^9.1.2",
"conventional-changelog-cli": "^2.1.0",
"core-js": "^3.19.1",
"cross-env": "^7.0.2",
"css-loader": "^4.2.1",
"cz-customizable": "^6.3.0",
"dekko": "^0.2.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.5.0",
"esbuild-webpack-plugin": "^1.0.5",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-prettier-standard": "^3.0.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-markdown": "^2.0.0-rc.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-standard": "^4.0.1",
"file-loader": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-strip-code": "^0.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"intersection-observer": "^0.11.0",
"jest": "^26.4.2",
"jest-canvas-mock": "^2.5.2",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"jest-image-snapshot": "^4.2.0",
"jest-stare": "^2.2.0",
"jsonml.js": "^0.1.0",
"less": "^3.12.2",
"less-loader": "^6.2.0",
"less-plugin-npm-import": "^2.1.0",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^10.2.13",
"lz-string": "1.4.4",
"merge2": "^1.4.1",
"mini-css-extract-plugin": "^0.10.0",
"mockdate": "^3.0.2",
"mq-polyfill": "^1.1.8",
"node-fetch": "^2.6.1",
"np": "^6.5.0",
"nunjucks": "^3.2.3",
"omit.js": "^2.0.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"post-loader": "^2.0.0",
"postcss": "8.4.21",
"postcss-pxtorem": "^6.0.0",
"prettier": "2.8.0",
"react": "^16.13.0",
"react-live": "^2.2.2",
"rimraf": "^3.0.2",
"scrollama": "^2.2.1",
"simple-git": "^2.20.1",
"standard-version": "^9.0.0",
"stylelint": "^13.7.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"through2": "^4.0.2",
"ts-jest": "^26.4.0",
"typescript": "~3.9.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-filter-warnings-plugin": "^1.2.1",
"webpack-merge": "^5.1.2",
"webpackbar": "^4.0.0"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"tnpm": {
"mode": "npm"
},
"husky": {
"hooks": {
"pre-commit": "npm run tsc && lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"npm run lint:script",
"prettier .prettierrc --write"
],
"*.test.{ts,tsx,js,jsx}": [
"npm run test"
],
"*.less": [
"npm run lint:style"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"resolutions": {
"@types/babel__traverse": "7.17.1",
"@types/node": "17.0.41"
},
"license": "Apache-2.0"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Wang-Nan-Bei/kdesign.git
[email protected]:Wang-Nan-Bei/kdesign.git
Wang-Nan-Bei
kdesign
kdesign
main

搜索帮助