ff-dist/package.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2024-04-17 10:38:43 +08:00
{
"name": "ff",
"private": true,
2024-05-13 16:34:40 +08:00
"version": "0.1.7",
2024-04-17 10:38:43 +08:00
"type": "module",
"files": [
"dist/"
],
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-04-17 10:38:43 +08:00
"./hooks": "./dist/hooks.js",
2024-05-13 16:03:43 +08:00
"./res-ws": "./dist/res-ws.js",
2024-04-17 10:38:43 +08:00
"./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"
},
"scripts": {
"dev": "vite",
2024-05-08 16:09:04 +08:00
"build": "vite build",
2024-04-17 10:38:43 +08:00
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {},
"peerDependencies": {
"antd": "^5.16.0",
"axios": "^1.5.0",
"classnames": "^2.5.1",
2024-05-13 16:03:43 +08:00
"ff-request": "git+https://git.fsdpf.net/npm/ff-request-dist.git",
2024-04-17 10:38:43 +08:00
"lodash": "^4.17.21",
"rc-field-form": "^1.44.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"
},
"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",
"less": "^4.2.0",
"rollup-plugin-copy": "^3.5.0",
"vite": "^5.2.0"
}
}