terra-i18n
Version:
The terra-i18n package provides on-demand internationalization of React components.
57 lines (56 loc) • 1.62 kB
JSON
{
"name": "terra-i18n",
"version": "4.43.0",
"description": "The terra-i18n package provides on-demand internationalization of React components.",
"author": "Cerner Corporation",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-core.git",
"directory": "packages/terra-i18n"
},
"bugs": {
"url": "https://github.com/cerner/terra-core/issues"
},
"homepage": "https://github.com/cerner/terra-core#readme",
"license": "Apache-2.0",
"keywords": [
"Cerner",
"I18n",
"Terra",
"terra-i18n",
"UI"
],
"main": "lib/I18n.js",
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"peerDependencies": {
"react": "16",
"react-dom": "16",
"react-intl": "2"
},
"dependencies": {
"classnames": "2",
"intl": "1",
"intl-locales-supported": ">=1.8.4 <1.8.12 || ^1.8.13",
"prop-types": "15"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:js",
"lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"test": "npm run lint && npm run jest && npm run wdio",
"jest": "jest --config ../../jest.config.js",
"wdio:default": "cd ../.. && terra wdio",
"wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion"
},
"gitHead": "209e73eab65abaee39bd1e026d50e5e03d8f38ac"
}