1 Star 0 Fork 70

wz_team / rsuite

forked from rsuite / rsuite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 6.52 KB
一键复制 编辑 原始数据 按行查看 历史
SevenOutman 提交于 2022-11-25 14:43 . build: bump 5.23.0
{
"name": "rsuite",
"version": "5.23.0",
"description": "A suite of react components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"typings": "lib/esm/index.d.ts",
"directories": {
"lib": "cjs/"
},
"scripts": {
"format": "prettier --write \"{src,test}/**/*.{tsx,ts,js}\"",
"format:docs": "prettier --write \"docs/**/*.{tsx,ts,md}\"",
"format:style": "stylelint src/**/*.less --fix",
"format:check": "prettier --list-different \"{src,test}/**/*.{tsx,ts,js}\"",
"dist": "npm run dist:dev && npm run dist:pro",
"dist:dev": "cross-env NODE_ENV=development webpack --progress",
"dist:pro": "webpack --mode production --progress",
"build": "npm run build:gulp && npm run dist && npm run build:types",
"build:gulp": "gulp build --gulpfile scripts/gulpfile.js",
"build:types": "tsc --project tsconfig.build.json --emitDeclarationOnly --outDir lib/cjs && tsc --project tsconfig.build.json --emitDeclarationOnly --outDir lib/esm",
"postbuild": "mocha test/validateBuilds.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"bump-docs": "node scripts/bumpDocsVersion.js",
"dist:analyze": "ANALYZE=true webpack --mode production --progress",
"dev": "npm i && npm i --prefix docs && npm run dev --prefix docs",
"lint": "npm run lint:ts && npm run lint:js && npm run lint:style",
"lint:style": "stylelint src/**/*.less",
"lint:ts": "eslint --ext tsx --ext ts src && tsc --noEmit",
"lint:js": "eslint --ext js src",
"prepublishOnly": "npm run build",
"tdd": "cross-env RUN_ENV=test karma start",
"test": "npm run format:check && npm run lint && npm run test:component && npm run test:less",
"test:component": "cross-env NODE_ENV=coverage RUN_ENV=test karma start --single-run",
"test:less": "mocha test/testLessPlugins.js",
"prepare": "husky install",
"version": "npm run changelog && git add -A",
"install:react-17": "npm i --no-save --legacy-peer-deps react@17 react-dom@17 ",
"install:react-18": "npm i --no-save --legacy-peer-deps react@18 react-dom@18 @testing-library/react@13 @testing-library/react-hooks@8 @testing-library/user-event@13"
},
"keywords": [
"react",
"rsuite",
"component",
"react-component"
],
"author": "HYPERS Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:rsuite/rsuite.git"
},
"dependencies": {
"@babel/runtime": "^7.20.1",
"@juggle/resize-observer": "^3.4.0",
"@rsuite/icons": "^1.0.2",
"@types/chai": "^4.3.3",
"@types/lodash": "^4.14.184",
"@types/prop-types": "^15.7.5",
"@types/react-window": "^1.8.5",
"classnames": "^2.3.1",
"date-fns": "^2.29.3",
"dom-lib": "^3.1.3",
"lodash": "^4.17.11",
"prop-types": "^15.8.1",
"react-window": "^1.8.8",
"rsuite-table": "^5.8.1",
"schema-typed": "^2.0.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"files": [
"CHANGELOG.md",
"README.md",
"lib"
],
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-proto-to-assign": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime-corejs2": "^7.8.4",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@npmcli/package-json": "^2.0.0",
"@testing-library/react": "^11.2.3",
"@testing-library/react-hooks": "^7.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/chai-dom": "^0.0.13",
"@types/karma": "^5.0.1",
"@types/karma-mocha": "^1.3.1",
"@types/karma-sinon-chai": "^2.0.0",
"@types/karma-webpack": "^2.0.9",
"@types/mocha": "^9.1.1",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"@types/sinon": "^10.0.2",
"@types/sinon-chai": "^2.7.38",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^8.3.0",
"babel-loader": "^8.0.0",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-dev": "^2.0.1",
"brfs": "^1.6.1",
"chai": "^4.1.0",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^6.0.3",
"css-loader": "^0.28.11",
"cssnano": "^5.1.13",
"del": "^3.0.0",
"dtslint": "^4.1.6",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^1.2.2",
"gulp-rtlcss": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"husky": "^7.0.2",
"karma": "^6.3.14",
"karma-chai-dom": "^1.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"less": "^3.7.0",
"less-loader": "^7.2.1",
"lint-staged": "^11.1.2",
"lodash-webpack-plugin": "^0.11.5",
"make-dir": "^1.3.0",
"mocha": "^9.0.2",
"postcss-custom-properties": "^10.0.0",
"postcss-less": "^6.0.0",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"sinon": "^14.0.1",
"sinon-chai": "^3.7.0",
"style-loader": "^0.20.3",
"stylelint": "^14.8.5",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"tinycolor2": "^1.4.1",
"ts-expect": "^1.3.0",
"typescript": "^4.6.4",
"util": "^0.12.5",
"webpack": "^5.11.0",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.2.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <11"
],
"sideEffects": [
"cjs/**/styles/*",
"esm/**/styles/*",
"dist/*",
"*.less",
"*.css"
]
}
TypeScript
1
https://gitee.com/zhengwengitee/rsuite.git
git@gitee.com:zhengwengitee/rsuite.git
zhengwengitee
rsuite
rsuite
main

搜索帮助