52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@formatjs/intl",
|
|
"version": "2.10.0",
|
|
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.",
|
|
"keywords": [
|
|
"intl",
|
|
"i18n",
|
|
"internationalization",
|
|
"locale",
|
|
"localization",
|
|
"globalization",
|
|
"react-intl",
|
|
"format",
|
|
"formatting",
|
|
"translate",
|
|
"translation"
|
|
],
|
|
"author": "Long Ho <holevietlong@gmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://formatjs.io",
|
|
"bugs": {
|
|
"url": "https://github.com/formatjs/formatjs/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:formatjs/formatjs.git"
|
|
},
|
|
"main": "index.js",
|
|
"module": "lib/index.js",
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"tslib": "^2.4.0",
|
|
"@formatjs/icu-messageformat-parser": "2.7.6",
|
|
"@formatjs/intl-listformat": "7.5.5",
|
|
"@formatjs/ecma402-abstract": "1.18.2",
|
|
"@formatjs/fast-memoize": "2.2.0",
|
|
"@formatjs/intl-displaynames": "6.6.6",
|
|
"intl-messageformat": "10.5.11"
|
|
},
|
|
"devDependencies": {
|
|
"@formatjs/intl-numberformat": "8.10.0",
|
|
"@formatjs/intl-datetimeformat": "6.12.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^4.7 || 5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
} |