UNPKG

@mussnad/frappe-react-query

Version:
96 lines (95 loc) 2.86 kB
{ "name": "@mussnad/frappe-react-query", "version": "1.6.0", "description": "A React Query SDK for Frappe", "author": "Mussnad", "license": "MIT", "type": "module", "keywords": [ "Frappe", "React", "React Query", "SDK", "hooks" ], "homepage": "https://github.com/mussnad/frappe-react-query#readme", "repository": { "type": "git", "url": "git+https://github.com/mussnad/frappe-react-query.git" }, "bugs": { "url": "https://github.com/mussnad/frappe-react-query/issues" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "module": "./dist/index.mjs", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ignore-pattern coverage", "preview": "vite preview", "prepare": "husky", "prepublishOnly": "npm run build", "test": "jest --config jest.config.js", "test:watch": "jest --watch", "coverage": "jest --config jest.config.js --coverage", "format": "prettier --write ." }, "dependencies": { "@mussnad/frappe-js-client": "^2.3.6", "@tanstack/react-query": "^5.67.3", "@tanstack/react-table": "^8.21.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.3.0", "socket.io-client": "^4.8.1" }, "devDependencies": { "@eslint/js": "^9.22.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@semantic-release/npm": "^12.0.1", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/jest": "^29.5.14", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "c8": "^10.1.3", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "husky": "^9.1.7", "jest": "^29.7.0", "jsdom": "^26.0.0", "lint-staged": "^15.5.0", "prettier": "^3.5.3", "ts-jest": "^29.2.6", "typescript": "~5.8.2", "typescript-eslint": "^8.26.1", "vite": "^6.2.1", "vite-plugin-dts": "^4.5.3", "vitest": "^3.0.8" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" }, "publishConfig": { "access": "public" } }