babel-plugin-react-intl
Version:
Extracts string messages for translation from modules that use React Intl.
34 lines (33 loc) • 967 B
JSON
{
"name": "babel-plugin-react-intl",
"version": "8.2.25",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
"url": "git+https://github.com/formatjs/formatjs.git"
},
"license": "BSD-3-Clause",
"main": "index.js",
"types": "index.d.ts",
"author": "Eric Ferraiuolo <edf@ericf.me>",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/types": "^7.9.5",
"@formatjs/ts-transformer": "2.13.0",
"@types/babel__core": "^7.1.7",
"@types/schema-utils": "^2.4.0",
"intl-messageformat-parser": "6.1.2",
"schema-utils": "^3.0.0",
"tslib": "^2.0.1"
},
"keywords": [
"babel-plugin",
"react-intl"
],
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371"
}