Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions maintenance/projects/js-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"dependencies": {
"xml-js": "^1.6.8"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"copyfiles": "^2.1.1",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"jest": "^24.9.0",
"lerna": "^3.16.4",
"prettier": "1.18.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3",
"yo": "^3.1.0"
},
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"check-deps": "node scripts/check-deps.js",
Expand All @@ -19,19 +31,7 @@
"test": "jest --runInBand",
"watch": "node scripts/watch"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"copyfiles": "^2.1.1",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"jest": "^24.9.0",
"lerna": "^3.16.4",
"prettier": "1.18.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3",
"yo": "^3.1.0"
},
"dependencies": {
"xml-js": "^1.6.8"
}
"workspaces": [
"packages/*"
]
}
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"name": "babel-plugin-add-module-metadata",
"version": "2.19.3",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3",
"read-json-sync": "^2.0.1"
},
"description": "A Babel plugin to add AMD modules' metadata to the manifest.json file.",
"main": "lib/index.js",
"name": "babel-plugin-add-module-metadata",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/babel-plugin-add-module-metadata",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"copyfiles": "node ../../scripts/copyfiles.js",
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3",
"read-json-sync": "^2.0.1"
}
"version": "2.19.3"
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"name": "babel-plugin-alias-modules",
"version": "2.19.3",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3"
},
"description": "A Babel plugin to rewrite aliased require() calls.",
"main": "lib/index.js",
"name": "babel-plugin-alias-modules",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/babel-plugin-alias-modules",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"copyfiles": "node ../../scripts/copyfiles.js",
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3"
}
"version": "2.19.3"
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"name": "babel-plugin-name-amd-modules",
"version": "2.19.3",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3"
},
"description": "A Babel plugin to give name to AMD modules based on their path and package.",
"main": "lib/index.js",
"name": "babel-plugin-name-amd-modules",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/babel-plugin-name-amd-modules",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"copyfiles": "node ../../scripts/copyfiles.js",
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3"
}
"version": "2.19.3"
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"name": "babel-plugin-namespace-amd-define",
"version": "2.19.3",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3"
},
"description": "A Babel plugin to namespace (prefix) AMD define() calls.",
"main": "lib/index.js",
"name": "babel-plugin-namespace-amd-define",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/babel-plugin-namespace-amd-define",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"copyfiles": "node ../../scripts/copyfiles.js",
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3"
}
"version": "2.19.3"
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"name": "babel-plugin-namespace-modules",
"version": "2.19.3",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3"
},
"description": "A Babel plugin to namespace AMD module names based on root's project name.",
"main": "lib/index.js",
"name": "babel-plugin-namespace-modules",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/babel-plugin-namespace-modules",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"copyfiles": "node ../../scripts/copyfiles.js",
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3"
}
"version": "2.19.3"
}
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"name": "babel-plugin-normalize-requires",
"version": "2.19.3",
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3"
},
"description": "A Babel plugin that rewrites require() calls to normalize them (removing extensions and trailing slashes, for example).",
"main": "lib/index.js",
"name": "babel-plugin-normalize-requires",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/babel-plugin-normalize-requires",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"copyfiles": "node ../../scripts/copyfiles.js",
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"dependencies": {
"liferay-npm-build-tools-common": "2.19.3"
}
"version": "2.19.3"
}
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"name": "babel-plugin-wrap-modules-amd",
"version": "2.19.3",
"dependencies": {
"babel-template": "^6.26.0",
"liferay-npm-build-tools-common": "2.19.3",
"read-json-sync": "^2.0.1"
},
"description": "A Babel plugin to wrap package modules inside AMD define() calls.",
"main": "lib/index.js",
"name": "babel-plugin-wrap-modules-amd",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/babel-plugin-wrap-modules-amd",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"copyfiles": "node ../../scripts/copyfiles.js",
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"dependencies": {
"babel-template": "^6.26.0",
"liferay-npm-build-tools-common": "2.19.3",
"read-json-sync": "^2.0.1"
}
"version": "2.19.3"
}
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"name": "babel-preset-liferay-standard",
"version": "2.19.3",
"dependencies": {
"babel-plugin-add-module-metadata": "2.19.3",
"babel-plugin-alias-modules": "2.19.3",
"babel-plugin-minify-dead-code-elimination": "0.5.1",
"babel-plugin-name-amd-modules": "2.19.3",
"babel-plugin-namespace-amd-define": "2.19.3",
"babel-plugin-namespace-modules": "2.19.3",
"babel-plugin-normalize-requires": "2.19.3",
"babel-plugin-transform-node-env-inline": "0.4.3",
"babel-plugin-wrap-modules-amd": "2.19.3"
},
"description": "Babel preset for bundling standard Liferay projects.",
"main": "lib/index.js",
"name": "babel-preset-liferay-standard",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/babel-preset-liferay-standard",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"copyfiles": "node ../../scripts/copyfiles.js",
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"dependencies": {
"babel-plugin-add-module-metadata": "2.19.3",
"babel-plugin-alias-modules": "2.19.3",
"babel-plugin-minify-dead-code-elimination": "0.5.1",
"babel-plugin-name-amd-modules": "2.19.3",
"babel-plugin-namespace-amd-define": "2.19.3",
"babel-plugin-namespace-modules": "2.19.3",
"babel-plugin-normalize-requires": "2.19.3",
"babel-plugin-transform-node-env-inline": "0.4.3",
"babel-plugin-wrap-modules-amd": "2.19.3"
}
"version": "2.19.3"
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"name": "generator-liferay-js",
"version": "2.19.3",
"dependencies": {
"dot-prop": "^5.0.1",
"liferay-npm-build-tools-common": "2.19.3",
"read-json-sync": "^2.0.1",
"yargs": "^14.0.0",
"yeoman-generator": "^3.2.0"
},
"description": "Yeoman generators for Liferay DXP and Portal CE JavaScript projects.",
"main": "generators/app/index.js",
"devDependencies": {
"mem-fs": "^1.1.3",
"mem-fs-editor": "^6.0.0",
"rimraf": "^3.0.0"
},
"files": [
"generators"
],
Expand All @@ -12,26 +21,17 @@
"liferay",
"liferay-js"
],
"main": "generators/app/index.js",
"name": "generator-liferay-js",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/generator-liferay-js",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"copyfiles": "node ../../scripts/copyfiles.js",
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"devDependencies": {
"mem-fs": "^1.1.3",
"mem-fs-editor": "^6.0.0",
"rimraf": "^3.0.0"
},
"dependencies": {
"dot-prop": "^5.0.1",
"liferay-npm-build-tools-common": "2.19.3",
"read-json-sync": "^2.0.1",
"yargs": "^14.0.0",
"yeoman-generator": "^3.2.0"
}
"version": "2.19.3"
}
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"author": "Liferay Frontend Infrastructure Team <pt-frontend-infrastructure@liferay.com>",
"name": "liferay-npm-bridge-generator",
"version": "2.19.3",
"description": "A CLI utility to generate module bridges (modules that re-export other modules).",
"bin": {
"liferay-npm-bridge-generator": "bin/liferay-npm-bridge-generator.js"
},
"dependencies": {
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"read-json-sync": "^2.0.1",
"yargs": "^14.0.0"
},
"description": "A CLI utility to generate module bridges (modules that re-export other modules).",
"name": "liferay-npm-bridge-generator",
"repository": {
"directory": "maintenance/projects/js-toolkit/packages/liferay-npm-bridge-generator",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"copyfiles": "node ../../scripts/copyfiles.js",
"build": "tsc && yarn copyfiles",
"copyfiles": "node ../../scripts/copyfiles.js",
"prepublish": "yarn build"
},
"dependencies": {
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"read-json-sync": "^2.0.1",
"yargs": "^14.0.0"
}
"version": "2.19.3"
}
Loading