ra-language-english
Version:
English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
44 lines (43 loc) • 1.32 kB
JSON
{
"name": "ra-language-english",
"version": "5.10.2",
"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"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
"build-cjs": "rimraf ./dist/cjs && tsc --outDir dist/cjs",
"build-esm": "rimraf ./dist/esm && tsc --outDir dist/esm --module es2015",
"watch": "tsc --outDir dist/esm --module es2015 --watch"
},
"dependencies": {
"ra-core": "^5.10.2"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^5.1.3"
},
"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": "ea465d33201305e4e7daf28fa22f70926d7575e5"
}