This commit is contained in:
2024-05-13 16:03:43 +08:00
parent 3c7afccde7
commit 3b89c7f945
14 changed files with 1676 additions and 1600 deletions

View File

@@ -1,14 +1,15 @@
{
"name": "ff",
"private": true,
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"files": [
"dist/"
],
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./hooks": "./dist/hooks.js",
"./res-ws": "./dist/res-ws.js",
"./service": "./dist/service.js",
"./user": "./dist/user.js",
"./button": "./dist/button.js",
@@ -30,9 +31,9 @@
"antd": "^5.16.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",
"rc-field-form": "^1.44.0",
"ff-request": "git+https://git.fsdpf.net:npm/ff-request-dist.git",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"