@hilla/react-crud
Version:
Hilla CRUD utils for React
88 lines (87 loc) • 2.32 kB
JSON
{
"name": "@hilla/react-crud",
"version": "2.5.8",
"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": "concurrently npm:build:*",
"build:esbuild": "tsx ../../../scripts/build.ts",
"build:dts": "tsc --isolatedModules -p tsconfig.build.json",
"build:copy": "cd src && copyfiles **/*.d.ts ..",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "karma start ../../../karma.config.cjs --port 9879",
"test:coverage": "npm run test -- --coverage",
"test:watch": "npm run test -- --watch",
"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": {
"@hilla/form": "2.5.8",
"@hilla/frontend": "2.5.8",
"@hilla/react-components": "2.3.0",
"@hilla/react-form": "2.5.8",
"@vaadin/vaadin-lumo-styles": "24.3.0"
},
"peerDependencies": {
"react": "^18"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.6",
"@types/chai-as-promised": "^7.1.6",
"@types/chai-dom": "^1.11.1",
"@types/mocha": "^10.0.2",
"@types/react": "^18.2.23",
"@types/sinon": "^10.0.17",
"@types/sinon-chai": "^3.2.10",
"@types/validator": "^13.11.2",
"chai-as-promised": "^7.1.1",
"chai-dom": "^1.11.0",
"karma-viewport": "^1.0.9",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"typescript": "5.3.2"
}
}