UNPKG

ra-language-french

Version:

French 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-french", "version": "5.14.7", "description": "French 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.7" }, "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": "93ff911afc5415e5e196baf5591380c322253708", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } } }