{ "name": "oak-frontend-base", "version": "5.3.20", "description": "oak框架中前端与业务逻辑无关的平台部分", "author": { "name": "XuChang" }, "files": [ "lib/**/*", "es/**/*", "typings/react.d.ts" ], "dependencies": { "@fingerprintjs/fingerprintjs": "^4.0.0", "@react-native-async-storage/async-storage": "^1.19.8", "@react-navigation/native": "^6.1.9", "dayjs": "^1.11.9", "echarts": "^5.4.2", "echarts-for-react": "^3.0.2", "format-message-parse": "^6.2.4", "history": "^5.3.0", "i18n-js": "^4.3.0", "node-schedule": "^2.1.1", "nprogress": "^0.2.0", "oak-common-aspect": "file:../oak-common-aspect", "oak-domain": "file:../oak-domain", "oak-memory-tree-store": "file:../oak-memory-tree-store", "ol": "^7.3.0", "rc-pagination": "^4.3.0", "react-activation": "^0.12.4", "react-native-device-info": "^10.12.0", "react-native-localize": "^3.0.4", "react-native-toast-notifications": "^3.4.0", "react-responsive": "^9.0.2", "rmc-pull-to-refresh": "^1.0.13", "socket.io-client": "^4.7.2", "weapp.socket.io": "^2.2.1" }, "peerDependencies": { "@ant-design/cssinjs": ">=1.16.2", "@ant-design/icons": ">=5.3.4", "antd": ">=5.13.0", "antd-mobile": ">=5.33.0", "antd-mobile-icons": ">=0.3.0", "react": ">=18.2.0", "react-dom": ">=18.2.0", "react-native": ">=0.72.0", "react-router": ">=6.3.0", "react-router-dom": ">=6.3.0" }, "devDependencies": { "@ant-design/cssinjs": "^1.16.2", "@ant-design/icons": "^5.3.4", "@babel/cli": "^7.12.13", "@babel/core": "^7.12.13", "@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/preset-env": "^7.12.13", "@babel/preset-typescript": "^7.12.13", "@types/assert": "^1.5.6", "@types/fs-extra": "^9.0.13", "@types/lodash": "^4.14.168", "@types/luxon": "^2.0.9", "@types/mocha": "^8.2.0", "@types/node": "^20.7.0", "@types/node-schedule": "^2.1.0", "@types/nprogress": "^0.2.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.2.14", "@types/react-native": "^0.72.8", "@types/uuid": "^9.0.6", "@types/wechat-miniprogram": "^3.4.5", "antd": "^5.13.3", "antd-mobile": "5.33.0", "antd-mobile-icons": "0.3.0", "assert": "^2.0.0", "copyfiles": "^2.4.1", "cross-env": "^7.0.2", "fs-extra": "^10.0.0", "mocha": "^8.2.1", "react-router-dom": "^6.23.1", "rimraf": "^5.0.5", "ts-node": "^10.9.1", "tslib": "^2.4.0", "typescript": "^5.2.2", "uuid": "^8.3.2", "xlsx": "^0.18.5" }, "scripts": { "clean": "rimraf lib/* && rimraf es/*", "copy-js": "copyfiles -u 1 src/**/*.js es/", "copy-json": "copyfiles -u 1 src/**/*.json es/", "copy-svg": "copyfiles -u 1 src/**/*.svg es/ & copyfiles -u 1 src/**/*.png es/", "copy-less": "copyfiles -u 1 src/**/*.less es/ & copyfiles -u 1 src/**/*.wxss es/ & copyfiles -u 1 src/**/*.css es/", "copy-wxs": "copyfiles -u 1 src/**/*.wxs es/", "copy-xml": "copyfiles -u 1 src/**/*.xml es/", "copy-wxml": "copyfiles -u 1 src/**/*.wxml es/", "clean-lib-components": "rimraf lib/components", "build": "tsc -p tsconfig.lib.json && tsc -p tsconfig.es.json && npm run copy-js && npm run copy-less && npm run copy-wxs && npm run copy-svg && npm run copy-xml && npm run copy-wxml && npm run copy-json && npm run clean-lib-components", "test": "ts-node ./test/test.ts", "prepare": "rimraf node_modules/react & rimraf node_modules/react-native & rimraf node_modules/react-dom & rimraf node_modules/react-router & rimraf node_modules/react-router-dom", "remove-antd": "rimraf node_modules/antd & rimraf node_modules/antd-mobile & rimraf node_modules/@ant-design & rimraf node_modules/antd-mobile-icons & rimraf node_modules/antd-mobile-v5-count" }, "main": "lib/index", "module": "es/index", "types": "es/index.d.ts", "typings": "es/index.d.ts" }