UNPKG

ze-react-component-library

Version:
158 lines (157 loc) 4.77 kB
{ "name": "ze-react-component-library", "version": "1.2.222", "main": "lib/index.js", "module": "es/index.js", "files": [ "es", "lib" ], "types": "lib/index.d.ts", "description": "ZeroETP React Component Library", "scripts": { "build": "yarn prepare && cross-env BUILD_TYPE=lib father-build && cross-env BUILD_TYPE=es father-build", "analyze": "cross-env ANALYZE=1 father-build", "test": "jest", "test:watch": "jest --watch", "storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006", "storybook:export": "build-storybook", "generate": "node ./util/create-component", "prepublishOnly": "npm run build", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/enteve/ze-react-component-library.git" }, "keywords": [ "React", "Component", "Library", "Rollup", "Typescript", "Less", "Storybook" ], "author": "XiChi Zhu", "license": "MIT", "bugs": { "url": "https://github.com/enteve/ze-react-component-library/issues" }, "homepage": "https://github.com/enteve/ze-react-component-library#readme", "peerDependencies": { "@ant-design/icons": "^4.6.2", "@ant-design/pro-card": "^1.18.33", "@ant-design/pro-descriptions": "^1.10.46", "@ant-design/pro-form": "^1.55.0", "@ant-design/pro-layout": "^6.19.4", "@ant-design/pro-provider": "^1.6.0", "@ant-design/pro-table": "^2.64.1", "@antv/s2": "^1.37.0", "@antv/s2-react": "^1.34.0", "@antv/xflow": "^1.0.55", "@umijs/hooks": ">1.9.0", "antd": "^4.23.1", "echarts": "^5.4.1", "echarts-for-react": "^3.0.2", "hyperformula": "^2.0.1", "jsoneditor": ">=9.5.11", "moment": ">=2.28.0", "numeral": "=2.0.4", "prismjs": ">=1.25.0", "react": ">=16.8.0", "react-ace": ">=10.1.0", "react-dom": ">=16.8.0", "react-simple-code-editor": ">=0.11.0", "react-syntax-highlighter": "^15.5.0", "underscore": ">=1.13.1", "xlsx": ">=0.18.5", "zeroetp-api-sdk": ">=1.1.133" }, "devDependencies": { "@ant-design/icons": "^4.6.2", "@ant-design/pro-card": "^2.0.5", "@ant-design/pro-descriptions": "^2.0.6", "@ant-design/pro-form": "^2.0.6", "@ant-design/pro-layout": "^7.0.5", "@ant-design/pro-provider": "^2.0.3", "@ant-design/pro-table": "^3.0.6", "@antv/s2": "^1.37.0", "@antv/s2-react": "^1.34.0", "@antv/xflow": "^1.0.55", "@babel/core": "^7.12.10", "@fortune-sheet/react": "^0.6.3", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.0.1", "@storybook/react": "^6.1.12", "@testing-library/jest-dom": "^5.5.0", "@testing-library/react": "^11.2.3", "@types/jest": "^24.0.24", "@types/react": "^16.9.12", "@types/react-dom": "^16.9.8", "@umijs/hooks": "^1.9.3", "antd": "^4.23.1", "babel-loader": "^8.1.0", "babel-plugin-import": "^1.13.3", "babel-preset-react-app": "^10.0.0", "cross-env": "^7.0.3", "echarts": "^5.4.1", "echarts-for-react": "^3.0.2", "father-build": "^1.21.1", "husky": ">=6", "hyperformula": "^2.0.1", "identity-obj-proxy": "^3.0.0", "jest": "^26.6.3", "jsoneditor": "^9.9.2", "less": "3.9.0", "less-loader": "^7.3.0", "lint-staged": ">=10", "markdown-to-jsx": "^7.3.2", "moment": "^2.29.1", "numeral": "2.0.4", "prettier": "^2.3.1", "prismjs": "^1.25.0", "react": "^17.0.2", "react-ace": "^10.1.0", "react-dom": "^17.0.2", "react-simple-code-editor": "^0.11.0", "react-syntax-highlighter": "^15.5.0", "rollup": "^2.36.1", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-postcss": "^3.1.2", "rollup-plugin-typescript2": "^0.29.0", "rollup-plugin-visualizer": "^5.6.0", "ts-jest": "^26.4.4", "typescript": "^4.3.2", "underscore": "^1.13.1", "xlsx": "^0.18.5", "zeroetp-api-sdk": "^1.1.136" }, "dependencies": { "chat-dialog": "^1.0.1", "deepmerge": "^4.2.2", "escape-string-regexp": "^5.0.0", "fast-json-stable-stringify": "^2.1.0", "flat": "^5.0.2", "i18next": "^23.4.4", "js-beautify": "^1.14.4", "json-to-plain-text": "^1.1.4", "lodash": "^4.17.21", "lodash.combinations": "^18.11.1", "nanoid": "^4.0.0", "obj2str": "^0.1.2", "react-error-boundary": "^3.1.4", "react-grid-layout": "^1.3.4", "react-i18next": "^13.0.3", "react-js-cron": "^5.0.1", "react-sizeme": "^3.0.2", "react-sortable-hoc": "^2.0.0", "sift": "^17.0.1", "sql-prettier": "^0.2.12", "use-mobile-detect-hook": "^1.0.5", "weixin-js-sdk": "^1.6.0" }, "lint-staged": { "*.{js,css,md}": "prettier --write" } }