ff-dist/package.json

72 lines
1.7 KiB
JSON
Raw Normal View History

2024-04-17 10:38:43 +08:00
{
"name": "ff",
"private": true,
2025-01-17 09:15:47 +08:00
"version": "0.4.64",
2024-08-09 22:50:51 +08:00
"author": "www.fsdpf.com",
2024-04-17 10:38:43 +08:00
"type": "module",
2024-05-13 16:03:43 +08:00
"main": "./dist/index.js",
2024-04-17 10:38:43 +08:00
"exports": {
2024-05-13 16:34:40 +08:00
".": "./dist/index.js",
2024-08-09 22:50:51 +08:00
"./*": "./dist/*"
2024-04-17 10:38:43 +08:00
},
"scripts": {
2024-08-09 22:50:51 +08:00
"start": "vite",
2024-07-12 10:30:05 +08:00
"dev": "vite build --mode development",
2024-08-09 22:50:51 +08:00
"build": "vite build"
2024-04-17 10:38:43 +08:00
},
2024-06-28 09:26:11 +08:00
"dependencies": {
2024-08-09 22:50:51 +08:00
"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"
2024-06-28 09:26:11 +08:00
},
2024-04-17 10:38:43 +08:00
"peerDependencies": {
2024-06-07 10:53:21 +08:00
"antd": "^5.17.0",
2024-04-17 10:38:43 +08:00
"classnames": "^2.5.1",
2024-06-07 10:53:21 +08:00
"immutability-helper": "^3.1.1",
2024-06-28 09:26:11 +08:00
"lodash": "^4.17.21",
2024-08-09 22:50:51 +08:00
"rc-dialog": "^9.5.2",
"rc-drawer": "^7.2.0",
2024-04-17 10:38:43 +08:00
"rc-field-form": "^1.44.0",
2024-08-09 22:50:51 +08:00
"rc-notification": "^5.6.0",
2024-06-07 10:53:21 +08:00
"rc-util": "^5.41.0",
2024-04-17 10:38:43 +08:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-08-09 22:50:51 +08:00
"react-router-dom": "6.21.2"
2024-04-17 10:38:43 +08:00
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
2024-12-02 16:59:57 +08:00
"antd": "^5.17.0",
2024-08-09 22:50:51 +08:00
"classnames": "^2.5.1",
2024-12-02 16:59:57 +08:00
"immutability-helper": "^3.1.1",
2024-12-12 15:29:22 +08:00
"less": "^4.2.0",
2024-12-02 16:59:57 +08:00
"lodash": "^4.17.21",
2024-12-12 15:29:22 +08:00
"mockjs": "^1.1.0",
"prop-types": "^15.8.1",
2024-12-02 16:59:57 +08:00
"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",
2024-04-17 10:38:43 +08:00
"rollup-plugin-copy": "^3.5.0",
2024-08-09 22:50:51 +08:00
"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",
2024-11-28 14:24:31 +08:00
"prop-types",
"rc-util/lib/hooks/useMergedState"
2024-08-09 22:50:51 +08:00
]
2024-04-17 10:38:43 +08:00
}
}