UNPKG

@vaadin/hilla-react-crud

Version:

Hilla CRUD utils for React

67 lines (66 loc) 1.56 kB
{ "name": "@vaadin/hilla-react-crud", "version": "24.7.2", "description": "Hilla CRUD utils for React", "main": "index.js", "module": "index.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/vaadin/hilla.git", "directory": "packages/ts/react-crud" }, "keywords": [ "Hilla", "CRUD", "React" ], "scripts": { "clean:build": "git clean -fx . -e .vite -e node_modules", "build": "tsx ../../../scripts/build.ts", "lint": "eslint src test", "lint:fix": "eslint src test --fix", "test": "vitest --run", "test:coverage": "vitest --run --coverage", "test:react": "npm run test", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "exports": { ".": { "default": "./index.js" }, "./autogrid.obj.js": { "default": "./autogrid.obj.js" }, "./autoform.obj.js": { "default": "./autoform.obj.js" }, "./autocrud.obj.js": { "default": "./autocrud.obj.js" } }, "author": "Vaadin Ltd", "license": "Apache-2.0", "bugs": { "url": "https://github.com/vaadin/hilla/issues" }, "homepage": "https://hilla.dev", "files": [ "*.{d.ts.map,d.ts,js.map,js}", "types/**" ], "publishConfig": { "access": "public" }, "dependencies": { "@vaadin/hilla-frontend": "24.7.2", "@vaadin/hilla-lit-form": "24.7.2", "@vaadin/hilla-react-form": "24.7.2", "@vaadin/react-components": "24.7.3" }, "peerDependencies": { "react": "18 || 19", "react-dom": "18 || 19" } }