UNPKG

@vaadin/hilla-react-i18n

Version:

Hilla I18n utils for React

56 lines (55 loc) 1.33 kB
{ "name": "@vaadin/hilla-react-i18n", "version": "24.9.21", "description": "Hilla I18n 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-i18n" }, "keywords": [ "Hilla", "I18n", "React" ], "scripts": { "clean:build": "git clean -fx . -e .vite -e node_modules", "build": "tsx ../../../scripts/fast-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 --inspect --no-file-parallelism", "typecheck": "tsc --noEmit" }, "exports": { ".": { "default": "./index.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}" ], "publishConfig": { "access": "public" }, "dependencies": { "@vaadin/hilla-frontend": "24.9.21", "@vaadin/hilla-react-signals": "24.9.21", "intl-messageformat": "10.7.11" }, "peerDependencies": { "react": "18 || 19", "react-dom": "18 || 19" } }