Skip to content
Open
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
6 changes: 4 additions & 2 deletions ibexa/commerce/5.0/encore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"typescript": "^5.6.3",
"webpack-cli": "^6.0.1",
"webpack-notifier": "^1.6.0",
"webpack": "^5.99.7"
"webpack": "^5.99.7",
"rtlcss": "^4.3.0"
},
"dependencies": {
"react": "^19.1.0",
Expand All @@ -41,7 +42,8 @@
"build": "encore production --progress",
"ibexa:dev": "encore dev --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:watch": "encore dev --watch --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs"
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:build-rtl-css": "node node_modules/@ibexa/frontend-config/ibexa.cli.rtlcss.build.js"
},
"packageManager": "yarn@1.22.22"
}
6 changes: 4 additions & 2 deletions ibexa/experience/5.0/encore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"typescript": "^5.6.3",
"webpack-cli": "^6.0.1",
"webpack-notifier": "^1.6.0",
"webpack": "^5.99.7"
"webpack": "^5.99.7",
"rtlcss": "^4.3.0"
},
"dependencies": {
"react": "^19.1.0",
Expand All @@ -41,7 +42,8 @@
"build": "encore production --progress",
"ibexa:dev": "encore dev --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:watch": "encore dev --watch --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs"
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:build-rtl-css": "node node_modules/@ibexa/frontend-config/ibexa.cli.rtlcss.build.js"
},
"packageManager": "yarn@1.22.22"
}
Expand Down
6 changes: 4 additions & 2 deletions ibexa/headless/5.0/encore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"typescript": "^5.6.3",
"webpack-cli": "^6.0.1",
"webpack-notifier": "^1.6.0",
"webpack": "^5.99.7"
"webpack": "^5.99.7",
"rtlcss": "^4.3.0"
},
"dependencies": {
"react": "^19.1.0",
Expand All @@ -41,7 +42,8 @@
"build": "encore production --progress",
"ibexa:dev": "encore dev --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:watch": "encore dev --watch --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs"
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:build-rtl-css": "node node_modules/@ibexa/frontend-config/ibexa.cli.rtlcss.build.js"
},
"packageManager": "yarn@1.22.22"
}
6 changes: 4 additions & 2 deletions ibexa/oss/5.0/encore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"typescript": "^5.6.3",
"webpack-cli": "^6.0.1",
"webpack-notifier": "^1.6.0",
"webpack": "^5.99.7"
"webpack": "^5.99.7",
"rtlcss": "^4.3.0"
},
"dependencies": {
"react": "^19.1.0",
Expand All @@ -40,7 +41,8 @@
"build": "encore production --progress",
"ibexa:dev": "encore dev --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:watch": "encore dev --watch --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs"
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
"ibexa:build-rtl-css": "node node_modules/@ibexa/frontend-config/ibexa.cli.rtlcss.build.js"
},
"packageManager": "yarn@1.22.22"
}
Loading