@atlassian/wrm-react-i18n
Version:
An internationalization i18n helper for WRM and React that can be used in Atlassian Server products
70 lines (69 loc) • 1.98 kB
JSON
{
"name": "@atlassian/wrm-react-i18n",
"version": "4.1.2",
"description": "An internationalization i18n helper for WRM and React that can be used in Atlassian Server products",
"main": "wrm-react-i18n.js",
"types": "wrm-react-i18n.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/atlassianlabs/fe-server.git",
"directory": "packages/wrm-react-i18n"
},
"publishConfig": {
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
},
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"//test:ci": "Adding --runInBand to jest command to avoid flaky issues with parallel tests in CI",
"test:ci": "jest --ci --silent=false --runInBand",
"verify": "npm run typecheck",
"typecheck": "tsc --noEmit"
},
"keywords": [
"react",
"i18n",
"frontend",
"server",
"atlassian",
"dc",
"front-end",
"bitbucket",
"jira",
"confluence",
"jsd",
"webpack",
"loader",
"wrm"
],
"author": "Atlassian Pty Ltd.",
"license": "Apache-2.0",
"homepage": "https://bitbucket.org/atlassianlabs/fe-server",
"bugs": "https://ecosystem.atlassian.net/jira/software/c/projects/SPFE/issues/",
"peerDependencies": {
"react": ">=16.0.0",
"webpack": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@atlassian/aui": "8.8.2",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "^7.27.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@testing-library/react": "12.1.2",
"@types/react": "^18.3.23",
"jquery": "3.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.44.2",
"rollup-plugin-dts": "^6.2.1"
},
"engines": {
"node": ">=12"
},
"gitHead": "458aba45bccc6e29f6f4f12b2416857c8cf28715"
}