UNPKG

ra-language-english

Version:

English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services

55 lines (54 loc) 1.44 kB
{ "name": "ra-language-english", "version": "5.14.0", "description": "English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services", "repository": { "type": "git", "url": "git+https://github.com/marmelab/react-admin.git" }, "files": [ "*.md", "dist", "src" ], "zshy": "./src/index.ts", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.cts", "type": "module", "scripts": { "build": "zshy --silent" }, "dependencies": { "ra-core": "^5.14.0" }, "devDependencies": { "typescript": "^5.1.3", "zshy": "^0.5.0" }, "keywords": [ "react", "react-admin", "admin-on-rest", "translation" ], "author": "François Zaninotto", "license": "MIT", "bugs": { "url": "https://github.com/marmelab/react-admin/issues" }, "homepage": "https://github.com/marmelab/react-admin#readme", "gitHead": "0d0ff28e2cf650e1188a893fb1d2efd4b5739523", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } } }