liferay-npm-bundler-preset-reactjs
Version:
liferay npm bundler preset react
24 lines (23 loc) • 852 B
JSON
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"dependencies": {
"dot-prop": "^5.0.1",
"fs-extra": "^8.1.0",
"liferay-npm-build-tools-common": "2.32.0"
},
"description": "A liferay-npm-bundler plugin to replace files listed under the browser/module entry of package.json files.",
"main": "lib/index.js",
"name": "liferay-npm-bundler-plugin-replace-browser-modules",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/liferay-npm-bundler-plugin-replace-browser-modules",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"version": "2.32.0",
"gitHead": "c1f6a6fa720914025ac64289d76f3ff0d1d0fd3d"
}