UNPKG

crud-hook

Version:

Make CRUD operation easier.

53 lines (52 loc) 1.32 kB
{ "name": "crud-hook", "version": "1.0.16", "description": "Make CRUD operation easier.", "main": "dist/index.js", "scripts": { "dev": "vite", "build": "vite build", "publish": "npm publish --access public", "typecheck": "tsc --noEmit", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "prettier": "prettier -c --write \"**/**.{js,jsx,tsx,ts,less,md,json}\"", "preview": "vite preview" }, "dependencies": { "@ant-design/pro-components": "2.7.15", "antd": "^5.20.6", "dayjs": "^1.11.10", "react": "^18.2.0", "react-dom": "^18.2.0" }, "@typescript-eslint/no-explicit-any": [ "off" ], "devDependencies": { "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@vitejs/plugin-react": "^4.2.0", "eslint": "^8.53.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.4", "prettier": "^3.1.1", "prettier-plugin-organize-imports": "^4.0.0", "typescript": "^5.6.2", "vite": "^5.0.0", "vite-plugin-dts": "^4.2.1" }, "keywords": [ "crud", "crud-hook", "react-crud", "use-crud" ], "author": "Lightning", "maintainers": [ { "name": "Lightning", "email": "1540581140@qq.com" } ], "license": "ISC" }