UNPKG

@zerows/web-zone

Version:
129 lines (128 loc) 4.77 kB
{ "name": "@zerows/web-zone", "version": "1.0.1", "description": "Zero UI ( Zone )", "main": "dist/index.js", "scripts": { "build": "webpack --config config/webpack.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/zero-ws/web-zone.git" }, "keywords": [ "zero", "vertx" ], "author": "silentbalanceyh@126.com", "license": "ISC", "bugs": { "url": "https://github.com/zero-ws/web-zone/issues" }, "homepage": "https://github.com/zero-ws/web-zone#readme", "dependencies": { "@ant-design/icons": "5.1.4", "antd": "5.6.1", "classnames": "^2.3.2", "crypto-js": "^4.1.1", "dayjs": "^1.11.8", "deep-object-diff": "^1.1.9", "file-saver": "^2.0.5", "file-size": "^1.0.0", "immutable": "^4.3.0", "js-pinyin": "^0.2.4", "moment": "^2.29.4", "numeral": "^2.0.6", "random-js": "^2.1.0", "sockjs-client": "^1.6.1", "underscore": "^1.13.6", "uuid": "^9.0.0" }, "devDependencies": { "@babel/core": "7.22.5", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-decorators": "7.22.5", "@babel/plugin-proposal-do-expressions": "7.22.5", "@babel/plugin-proposal-export-default-from": "7.22.5", "@babel/plugin-proposal-export-namespace-from": "7.18.9", "@babel/plugin-proposal-function-bind": "7.22.5", "@babel/plugin-proposal-function-sent": "7.22.5", "@babel/plugin-proposal-json-strings": "7.18.6", "@babel/plugin-proposal-logical-assignment-operators": "7.20.7", "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", "@babel/plugin-proposal-numeric-separator": "7.18.6", "@babel/plugin-proposal-optional-chaining": "7.21.0", "@babel/plugin-proposal-pipeline-operator": "7.22.5", "@babel/plugin-proposal-private-methods": "7.18.6", "@babel/plugin-proposal-private-property-in-object": "7.21.11", "@babel/plugin-proposal-throw-expressions": "7.22.5", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-transform-runtime": "7.22.5", "@babel/preset-env": "7.22.5", "@babel/preset-react": "7.22.5", "@babel/runtime": "7.22.5", "@babel/runtime-corejs3": "^7.22.5", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@svgr/webpack": "^8.0.1", "@testing-library/jest-dom": "^5.16.5", "antd-dayjs-webpack-plugin": "^1.0.6", "babel-jest": "^29.5.0", "babel-loader": "^9.1.2", "babel-plugin-named-asset-import": "^0.3.8", "babel-preset-react-app": "^10.0.1", "bfj": "^7.0.2", "buffer": "^6.0.3", "camelcase": "^7.0.1", "case-sensitive-paths-webpack-plugin": "^2.4.0", "chalk": "4.1.2", "circular-dependency-plugin": "^5.2.2", "crypto-browserify": "^3.12.0", "css-loader": "^6.8.1", "css-minimizer-webpack-plugin": "^5.0.1", "dotenv": "^16.1.4", "dotenv-expand": "^10.0.0", "eslint": "8.42.0", "eslint-config-react-app": "^7.0.1", "eslint-webpack-plugin": "^4.0.1", "file-loader": "^6.2.0", "fs-extra": "^11.1.1", "html-webpack-plugin": "^5.5.3", "jest": "^29.5.0", "jest-watch-typeahead": "^2.2.2", "jsdoc": "^4.0.2", "mini-css-extract-plugin": "^2.7.6", "postcss": "^8.4.24", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^7.3.3", "postcss-normalize": "^10.0.1", "postcss-preset-env": "^8.5.0", "progress-bar-webpack-plugin": "^2.1.0", "prop-types": "^15.8.1", "react": "18.2.0", "react-app-polyfill": "^3.0.0", "react-dev-utils": "^12.0.1", "react-dom": "18.2.0", "react-refresh": "^0.14.0", "resolve": "^1.22.3", "resolve-url-loader": "^5.0.0", "sass": "^1.63.4", "sass-loader": "^13.3.2", "semver": "^7.5.1", "source-map-loader": "^4.0.1", "speed-measure-webpack-plugin": "^1.5.0", "stream-browserify": "^3.0.0", "style-loader": "^3.3.3", "taffydb": "^2.7.3", "terser-webpack-plugin": "^5.3.9", "thread-loader": "^4.0.2", "typescript": "^5.1.3", "util": "^0.12.5", "web-vitals": "^3.3.2", "webpack": "^5.87.0", "webpack-bundle-analyzer": "^4.9.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1", "webpack-manifest-plugin": "^5.0.0", "workbox-webpack-plugin": "^7.0.0" } }