This commit is contained in:
2024-06-07 10:53:21 +08:00
parent e3fec6c789
commit 02ea4ea488
16 changed files with 2127 additions and 1677 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "ff",
"private": true,
"version": "0.1.7",
"version": "0.1.9",
"type": "module",
"files": [
"dist/"
@@ -10,6 +10,7 @@
"exports": {
".": "./dist/index.js",
"./hooks": "./dist/hooks.js",
"./utils": "./dist/utils.js",
"./res-ws": "./dist/res-ws.js",
"./service": "./dist/service.js",
"./user": "./dist/user.js",
@@ -29,12 +30,14 @@
},
"dependencies": {},
"peerDependencies": {
"antd": "^5.16.0",
"antd": "^5.17.0",
"axios": "^1.5.0",
"classnames": "^2.5.1",
"ff-request": "git+https://git.fsdpf.net/npm/ff-request-dist.git",
"lodash": "^4.17.21",
"immutability-helper": "^3.1.1",
"rc-field-form": "^1.44.0",
"rc-util": "^5.41.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"