UNPKG

ra-language-pt-br

Version:

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

47 lines (46 loc) 1.16 kB
{ "name": "ra-language-pt-br", "version": "1.5.1", "description": "Brazilian Portuguese 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/gucarletto/ra-language-pt-br.git" }, "main": "lib/index.js", "module": "esm/index.js", "types": "esm/index.d.ts", "scripts": { "build": "npm run build-cjs && npm run build-esm", "build-cjs": "rimraf ./lib && tsc", "build-esm": "rimraf ./esm && tsc --outDir esm --module es2015" }, "files": [ "*.md", "lib", "esm", "src" ], "keywords": [ "react", "react-admin", "ra-languague-pt-br", "languague-pt-br", "admin-on-rest", "portugues", "portuguese", "translation" ], "author": "Gustavo Carletto", "license": "MIT", "bugs": { "url": "https://github.com/gucarletto/ra-language-pt-br/issues" }, "homepage": "https://github.com/gucarletto/ra-language-pt-br#readme", "dependencies": { "ra-core": "^5.6.3" }, "devDependencies": { "rimraf": "^3.0.2", "typescript": "^4.7.4" } }