{
    "name": "@tinper/next-ui",
    "version": "4.4.5",
    "description": "一套企业级的 React UI 组件库",
    "keywords": [
        "react",
        "react-component",
        "tinper",
        "iuap-design",
        "next-ui",
        "tinper-next-ui"
    ],
    "scripts": {
        "clean:dist": "rimraf dist",
        "build": "npm run clean:dist && npm run build:dev && npm run build:prod && npm run build:lib && npm run build:es",
        "build:dev": "webpack --config webpack.dev.js",
        "build:prod": "webpack --config webpack.prod.js",
        "build:prod:tns": "webpack --config webpack.prod.tns.js",
        "build:es": "tsc",
        "build:lib": "node --max_old_space_size=8000 ./node_modules/gulp/bin/gulp.js build_lib && npm run build:types",
        "build:types": "tsc --emitDeclarationOnly --project tsconfig.lib.json",
        "upload": "node upload.js",
        "analyzer": "cross-env NODE_ENV=production npm_config_report=true webpack --config webpack.analyzer.js",
        "postinstall": "patch-package --patch-dir ./patches --patch-depth 2 --patch-ignore-list postcss-normalize-whitespace+5.1.1,cypress-image-diff-js+1.22.0",
        "postbuild": "node css4ie.js",
        "md": "node md2Json.js",
        "test": "node --max-old-space-size=4096 node_modules/jest/bin/jest",
        "cy": "rimraf cypress/screenshots && node start.js",
        "cy:u": "rimraf cypress/screenshots && node start.js -u",
        "cy:demo": "npm run cy -- owner=mzk",
        "cy:demo:compenent": "npm run cy -- owner=mzk comp=badge",
        "cypress1": "node node_modules/cypress/bin/cypress open --component",
        "test:button": "npm run test -- --comp=button",
        "test:table": "npm run test -- --comp=table",
        "test:coverage": "rimraf coverage && jest --coverage --no-cache",
        "test:u": "node --max-old-space-size=4096 node_modules/jest/bin/jest --updateSnapshot",
        "test:watch": "node --max-old-space-size=4096 node_modules/jest/bin/jest --watch",
        "test:props": "node ./test/props-coverage/props-coverage.js",
        "pretest:lang": "node test/global/updateComp.js",
        "test:lang": "npm run md && jest --roots ./next-ui-library/test/global --collectCoverageFrom ./next-ui-library/test/global/lang.test.js --testResultsProcessor ./next-ui-library/node_modules/jest-html-reporters",
        "test:prod": "node --max-old-space-size=4096 node_modules/jest/bin/jest --coverage --silent &&  npm run test:props"
    },
    "author": "Yonyou-IUAP",
    "browserslist": [
        "last 2 version",
        "> 0.25%",
        "not dead",
        "not ie <= 10"
    ],
    "files": [
        "dist",
        "lib",
        "es",
        "types",
        "patches",
        "coverage"
    ],
    "sideEffects": [
        "dist/*",
        "es/**/*.css"
    ],
    "main": "lib/index.js",
    "module": "es/index.js",
    "typings": "lib/index.d.ts",
    "unpkg": "dist/tinper-next.min.js",
    "license": "MIT",
    "homepage": "http://git.yonyou.com/yonyou-ide/tinper-next-packages/next-ui.git",
    "repository": "http://git.yonyou.com/yonyou-ide/tinper-next-packages/next-ui.git",
    "bugs": "https://gf.jira.yonyou.com",
    "devDependencies": {
        "@babel/core": "^7.13.14",
        "@babel/node": "^7.20.7",
        "@babel/plugin-proposal-class-properties": "^7.13.0",
        "@babel/plugin-proposal-decorators": "^7.10.5",
        "@babel/plugin-proposal-do-expressions": "^7.12.13",
        "@babel/plugin-proposal-export-default-from": "^7.12.13",
        "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
        "@babel/plugin-proposal-function-bind": "^7.12.13",
        "@babel/plugin-proposal-function-sent": "^7.12.13",
        "@babel/plugin-proposal-json-strings": "^7.13.8",
        "@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
        "@babel/plugin-proposal-numeric-separator": "^7.12.13",
        "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
        "@babel/plugin-proposal-optional-chaining": "^7.13.12",
        "@babel/plugin-proposal-pipeline-operator": "^7.12.13",
        "@babel/plugin-proposal-throw-expressions": "^7.12.13",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@babel/plugin-syntax-export-default-from": "^7.12.13",
        "@babel/plugin-syntax-import-meta": "^7.10.4",
        "@babel/plugin-transform-runtime": "^7.11.5",
        "@babel/preset-env": "^7.11.5",
        "@babel/preset-flow": "^7.13.13",
        "@babel/preset-react": "^7.10.4",
        "@babel/preset-typescript": "^7.13.0",
        "@babel/runtime-corejs3": "^7.13.10",
        "@comandeer/babel-plugin-banner": "^5.0.0",
        "@tinper/next-plugin": "^1.0.0-beta.6",
        "@types/react": "^16.14.26",
        "@typescript-eslint/parser": "^5.28.0",
        "ali-oss": "^6.7.0",
        "autoprefixer": "^10.4.8",
        "axios": "^0.21.1",
        "babel-loader": "^8.1.0",
        "babel-plugin-import": "^1.13.3",
        "clean-webpack-plugin": "^3.0.0",
        "colors": "1.4.0",
        "console-grid": "^1.0.17",
        "copy-webpack-plugin": "^8.1.1",
        "cross-env": "latest",
        "cross-spawn": "latest",
        "css-loader": "^4.2.2",
        "css-minimizer-webpack-plugin": "^3.4.1",
        "css-tree": "^2.1.0",
        "cypress": "10.10.0",
        "cypress-image-diff-js": "1.22.0",
        "cypress-real-events": "^1.7.4",
        "entities": "4.3.0",
        "enzyme": "^3.11.0",
        "enzyme-adapter-react-16": "^1.15.6",
        "enzyme-to-json": "^3.6.2",
        "file-loader": "^6.1.0",
        "gulp": "^4.0.2",
        "gulp-babel": "^8.0.0",
        "gulp-clean": "^0.4.0",
        "gulp-concat": "^2.6.1",
        "gulp-dart-sass": "^1.0.2",
        "gulp-eslint": "^6.0.0",
        "gulp-less": "^4.0.1",
        "gulp-plumber": "^1.2.1",
        "gulp-rename": "^2.0.0",
        "gulp-replace": "^1.1.3",
        "gulp-sourcemaps": "^2.6.5",
        "html-webpack-plugin": "^4.4.1",
        "identity-obj-proxy": "^3.0.0",
        "jest": "^27.0.6",
        "jest-html-reporters": "^3.1.3",
        "jest-matcher-utils": "^27.5.1",
        "js-base64": "^3.7.4",
        "lerna": "^3.4.3",
        "less-loader": "^7.0.1",
        "marked": "^4.0.18",
        "mini-css-extract-plugin": "^2.5.3",
        "node-fetch": "^2.1.2",
        "nodemailer": "^6.7.3",
        "nodemailer-smtp-transport": "^2.7.4",
        "os": "^0.1.2",
        "postcss": "^8.4.13",
        "postcss-css-variables": "^0.18.0",
        "postcss-flexbugs-fixes": "^5.0.2",
        "postcss-loader": "^5.2.0",
        "postcss-nested": "^5.0.6",
        "postcss-normalize-whitespace": "5.1.1",
        "postinstall-postinstall": "^2.1.0",
        "react-test-renderer": "^16.12.0",
        "rimraf": "^3.0.2",
        "sass": "^1.32.8",
        "sass-loader": "^11.0.1",
        "style-loader": "^1.2.1",
        "terser-webpack-plugin": "^5.1.4",
        "typescript": "4.9.3",
        "url-loader": "^4.1.0",
        "webpack": "^5.65.0",
        "webpack-bundle-analyzer": "^4.4.0",
        "webpack-cli": "^4.6.0",
        "webpack-dev-server": "^4.9.3",
        "webpack-merge": "^5.7.3",
        "webpackbar": "latest"
    },
    "peerDependencies": {
        "react": ">=16.0.0",
        "react-dom": ">=16.0.0"
    },
    "dependencies": {
        "@babel/runtime": "^7.15.4",
        "@tinper/next-pack": "^1.0.5",
        "add-dom-event-listener": "^1.0.1",
        "array-tree-filter": "^2.1.0",
        "async-validator": "^4.0.7",
        "babel-runtime": "^6.26.0",
        "classnames": "^2.3.1",
        "clone": "^2.1.2",
        "component-classes": "^1.2.6",
        "console-polyfill": "~0.2.1",
        "core-js": "^2.6.12",
        "copy-to-clipboard": "^3.3.1",
        "cz-conventional-changelog": "^2.1.0",
        "dom-align": "^1.5.2",
        "dom-helpers": "^3.4.0",
        "dom-scroll-into-view": "^1.2.1",
        "es5-shim": "~4.1.10",
        "gumshoejs": "^5.1.2",
        "husky": "^4.2.5",
        "mini-store": "^2.0.0",
        "moment": "^2.29.1",
        "mutationobserver-shim": "^0.3.7",
        "nprogress": "^0.2.0",
        "object-path": "^0.11.5",
        "omit.js": "^1.0.2",
        "prop-types": "15.7.2",
        "rc-align": "^4.0.9",
        "rc-calendar": "9.15.11",
        "rc-cascader": "^1.5.0",
        "rc-dropdown": "^3.2.0",
        "rc-field-form": "1.27.4",
        "rc-form": "^2.4.12",
        "rc-menu": "^9.0.12",
        "rc-motion": "^2.4.3",
        "rc-picker": "2.6.10",
        "rc-progress": "^2.6.1",
        "rc-rate": "2.10.0",
        "rc-select": "14.0.0",
        "rc-textarea": "0.3.7",
        "rc-time-picker": "^3.7.3",
        "rc-tooltip": "5.1.1",
        "rc-tree-select": "5.1.4",
        "rc-trigger": "^5.2.9",
        "rc-util": "^5.15.0",
        "re-resizable": "^4.11.0",
        "react": "^16.12.0",
        "react-beautiful-dnd": "^13.1.0",
        "react-dom": "^16.12.0",
        "react-draggable": "^4.4.4",
        "react-hammerjs": "^1.0.1",
        "react-lazy-load": "^3.1.13",
        "react-lifecycles-compat": "^3.0.4",
        "react-router": "^5.2.0",
        "react-router-dom": "^5.2.0",
        "react-slick": "^0.25.2",
        "resize-observer-polyfill": "^1.5.1",
        "scroll-into-view-if-needed": "^2.2.28",
        "shallowequal": "^1.1.0",
        "solarday2lunarday": "^1.12.1",
        "viewerjs": "^1.9.0",
        "warning": "^4.0.3"
    }
}
