liferay-react-runtime-localization
Version:
A library for localization Liferay React Portlets in Runtime
54 lines (53 loc) • 1.54 kB
JSON
{
"name": "liferay-react-runtime-localization",
"version": "1.0.2",
"description": "A library for localization Liferay React Portlets in Runtime",
"main": "build/index.js",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.1.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.7.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"properties-to-json": "^0.1.4",
"react-lifecycles-compat": "^3.0.4"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"prop-types": "^15.7.2"
},
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khakestani/liferay-react-runtime-localization.git"
},
"keywords": [
"Liferay",
"React",
"Language",
"Localization",
"Runtime",
"Runtime Localization"
],
"author": "Vahid Khakestani",
"license": "ISC",
"bugs": {
"url": "https://github.com/khakestani/liferay-react-runtime-localization/issues"
},
"homepage": "https://github.com/khakestani/liferay-react-runtime-localization#readme"
}