mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
* Pin dependencies (#37406) * Pin dependencies * include core-js in babel packages * specify core-js version when using `useBuiltIns` * dedupe @babel/types to avoid "range of null" problem * chore(deps): update dependency del to v4 (#37466) * chore(deps): update dependency del to v4 * remove @types/del since they ship with the package now (cherry picked from commitc60e3491a2
) * Update gulp related packages (#37456) (cherry picked from commit62893ec0bc
) * Update babel related packages (#37464) (cherry picked from commit830bd1f0ca
)
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "@kbn/i18n",
|
|
"browser": "./target/web/browser.js",
|
|
"main": "./target/node/index.js",
|
|
"types": "./target/types/index.d.ts",
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node scripts/build",
|
|
"kbn:bootstrap": "node scripts/build --source-maps",
|
|
"kbn:watch": "node scripts/build --watch --source-maps"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.4.4",
|
|
"@babel/core": "7.4.5",
|
|
"@babel/plugin-proposal-class-properties": "7.4.4",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
|
|
"@babel/preset-env": "7.4.5",
|
|
"@babel/preset-react": "7.0.0",
|
|
"@babel/preset-typescript": "7.3.3",
|
|
"@kbn/dev-utils": "1.0.0",
|
|
"@types/intl-relativeformat": "^2.1.0",
|
|
"@types/react-intl": "^2.3.15",
|
|
"del": "^4.0.0",
|
|
"getopts": "^2.2.4",
|
|
"supports-color": "^6.1.0",
|
|
"typescript": "^3.3.3333"
|
|
},
|
|
"dependencies": {
|
|
"intl-format-cache": "^2.1.0",
|
|
"intl-messageformat": "^2.2.0",
|
|
"intl-relativeformat": "^2.1.0",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.6.0",
|
|
"react-intl": "^2.8.0"
|
|
}
|
|
}
|