ff-dist/package.json
2024-12-11 17:34:45 +08:00

72 lines
1.7 KiB
JSON

{
"name": "ff",
"private": true,
"version": "0.4.37",
"author": "www.fsdpf.com",
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*"
},
"scripts": {
"start": "vite",
"dev": "vite build --mode development",
"build": "vite build"
},
"dependencies": {
"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",
"classnames": "^2.5.1",
"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",
"react-dom": "^18.2.0",
"react-router-dom": "6.21.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"antd": "^5.17.0",
"classnames": "^2.5.1",
"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",
"react-dom": "^18.2.0",
"react-router-dom": "6.21.2",
"less": "^4.2.0",
"mockjs": "^1.1.0",
"prop-types": "^15.8.1",
"rollup-plugin-copy": "^3.5.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",
"rc-util/lib/hooks/useMergedState"
]
}
}