UNPKG

@atlassian/wrm-react-i18n

Version:

An internationalization i18n helper for WRM and React that can be used in Atlassian Server products

65 lines (64 loc) 1.76 kB
{ "name": "@atlassian/wrm-react-i18n", "version": "4.0.1", "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 && shx cp ./src/types.d.ts ./wrm-react-i18n.d.ts", "prepublishOnly": "npm run build", "test": "jest", "test:watch": "jest --watch", "test:ci": "jest --ci --silent=false" }, "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": { "@atlassian/webresource-webpack-plugin": ">=7.0.0", "react": "^16.0.0", "webpack": "^4.0.0 || ^5.0.0" }, "devDependencies": { "@atlassian/aui": "8.8.2", "@babel/preset-env": "7.16.4", "@babel/preset-react": "7.16.0", "@rollup/plugin-babel": "5.3.0", "@rollup/plugin-node-resolve": "13.0.6", "@testing-library/react": "12.1.2", "jquery": "3.6.0", "react": "16.14.0", "react-dom": "16.14.0", "rollup": "2.60.2", "shx": "0.3.3" }, "engines": { "node": ">=12" }, "gitHead": "97de29c8ee207d7c11d0a48b457a7b83202cdf43" }