v0.4.1
This commit is contained in:
57
package.json
57
package.json
@@ -1,60 +1,59 @@
|
||||
{
|
||||
"name": "ff",
|
||||
"private": true,
|
||||
"version": "0.2.2",
|
||||
"version": "0.4.1",
|
||||
"author": "www.fsdpf.com",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"main": "./dist/index.js",
|
||||
"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",
|
||||
"./button": "./dist/button.js",
|
||||
"./components": "./dist/components.js",
|
||||
"./container": "./dist/container.js",
|
||||
"./data-list": "./dist/data-list.js",
|
||||
"./grid-layout": "./dist/grid-layout.js",
|
||||
"./grid-layout-form": "./dist/grid-layout-form.js",
|
||||
"./style.css": "./dist/style.css"
|
||||
"./*": "./dist/*"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
"dev": "vite build --mode development",
|
||||
"build": "vite build",
|
||||
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview"
|
||||
"build": "vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"nprogress": "^0.2.0"
|
||||
"axios": "^1.7.2",
|
||||
"ff-request": "git+https://git.fsdpf.net/npm/ff-request-dist.git",
|
||||
"nprogress": "^0.2.0",
|
||||
"spark-md5": "^3.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"antd": "^5.17.0",
|
||||
"axios": "^1.5.0",
|
||||
"classnames": "^2.5.1",
|
||||
"ff-request": "git+https://git.fsdpf.net/npm/ff-request-dist.git",
|
||||
"immutability-helper": "^3.1.1",
|
||||
"lodash": "^4.17.21",
|
||||
"rc-dialog": "^9.5.2",
|
||||
"rc-drawer": "^7.2.0",
|
||||
"rc-field-form": "^1.44.0",
|
||||
"rc-notification": "^5.6.0",
|
||||
"rc-util": "^5.41.0",
|
||||
"react": "^18.2.0",
|
||||
"spark-md5": "^3.0.2",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-router-dom": "^6.22.3"
|
||||
"react-router-dom": "6.21.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.66",
|
||||
"@types/react-dom": "^18.2.22",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-react": "^7.34.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.6",
|
||||
"classnames": "^2.5.1",
|
||||
"less": "^4.2.0",
|
||||
"mockjs": "^1.1.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"rollup-plugin-copy": "^3.5.0",
|
||||
"vite": "^5.2.0"
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"vite": "^5.2.0",
|
||||
"vite-plugin-mock": "^3.0.2"
|
||||
},
|
||||
"build": {
|
||||
"external": [
|
||||
"react",
|
||||
"react-dom",
|
||||
"react-is",
|
||||
"react/jsx-runtime",
|
||||
"prop-types"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user