Skip to content

Commit

Permalink
Use kitchen_sync_new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsilaghi committed Jul 31, 2020
1 parent e77e2a2 commit d56a38b
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ EXPOSE 3000 3001 4000 4001

ENTRYPOINT ["/opt/frontend/entrypoint-prod.sh"]
CMD ["yarn", "start:prod"]
USER root
27 changes: 27 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@
"paths": {
"volto-bise": [
"addons/volto-bise/src"
],
"volto-datablocks": [
"addons/volto-datablocks/src"
],
"volto-blocks": [
"addons/volto-blocks/src"
],
"volto-addons": [
"addons/volto-addons/src"
],
"volto-ckeditor": [
"addons/volto-ckeditor/src"
],
"volto-drafteditor": [
"addons/volto-drafteditor/src"
],
"volto-plotlycharts": [
"addons/volto-plotlycharts/src"
],
"volto-sidebar": [
"addons/volto-sidebar/src"
],
"volto-base": [
"addons/volto-base/src"
],
"volto-embed": [
"addons/volto-embed/src"
]
}
}
Expand Down
37 changes: 37 additions & 0 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,42 @@
"volto-bise": {
"url": "https://github.com/eea/volto-bise.git",
"path": "src"
},
"volto-datablocks": {
"url": "https://github.com/eea/volto-datablocks.git",
"path": "src"
},
"volto-blocks": {
"url": "https://github.com/eea/volto-blocks.git",
"path": "src"
},
"volto-addons": {
"url": "https://github.com/eea/volto-addons.git",
"path": "src",
"branch": "volto7-compat"
},
"volto-ckeditor": {
"url": "https://github.com/eea/volto-ckeditor.git",
"path": "src"
},
"volto-drafteditor": {
"url": "https://github.com/eea/volto-drafteditor.git",
"path": "src"
},
"volto-plotlycharts": {
"url": "https://github.com/eea/volto-plotlycharts.git",
"path": "src"
},
"volto-sidebar": {
"url": "https://github.com/eea/volto-sidebar.git",
"path": "src"
},
"volto-base": {
"url": "https://github.com/eea/volto-base.git",
"path": "src"
},
"volto-embed": {
"url": "https://github.com/eea/volto-embed.git",
"path": "src"
}
}
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"version": "1.0.0",
"private": "true",
"workspaces": [
"src/addons/volto-bise"
"src/addons/volto-bise",
"src/addons/volto-addons"
],
"addons": [
"volto-addons:installImageSlides",
"volto-bise"
],
"scripts": {
"analyze": "webpack-bundle-analyzer -p $PORT -h 0.0.0.0 ./build/public/stats.json",
Expand Down Expand Up @@ -46,13 +51,15 @@
"upgrade-volto": "yarn upgrade @plone/volto; cp node_modules/@plone/volto/yarn.lock yarn.lock; yarn install"
},
"dependencies": {
"@plone/volto": "github:eea/volto#7.3.0-eea1",
"@plone/volto": "github:eea/volto#kitchen_sink_new",
"prettier": "2.0.5",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-component-queries": "^2.3.0",
"react-image-gallery": "^0.9.1",
"react-infinite-scroll-component": "^5.0.4",
"react-lazy-load-image-component": "^1.4.0",
"react-loadable": "5.5.0",
"react-sizeme": "2.6.12",
"react-slick": "^0.24.0",
"react-stickynode": "^2.1.1",
"react-visibility-sensor": "5.1.1",
Expand Down Expand Up @@ -146,5 +153,8 @@
},
"engines": {
"node": "^10 || ^12"
},
"devDependencies": {
"yalc": "1.0.0-pre.40"
}
}
2 changes: 2 additions & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ export const blocks = {

export const addonRoutes = [...defaultAddonRoutes];
export const addonReducers = { ...defaultAddonReducers };

export const portlets = {};

0 comments on commit d56a38b

Please sign in to comment.