Skip to content

Commit

Permalink
Added @kitconcept/volto-carousel-block addon for frontend app #82
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Jul 27, 2023
1 parent e8baf64 commit 96b1f10
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Below is a list of commands you will probably find useful.

Installs and checkouts the `mrs-developer` directives (`make develop`), creates a shortcut to the Volto source code (`omelette` folder), then triggers the install of the frontend environment.

#### addons dependencies

- [@kitconcept/volto-carousel-block](https://www.npmjs.com/package/@kitconcept/volto-carousel-block).

### `yarn start`

Runs the project in development mode.
Expand Down
2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@eeacms/volto-columns-block",
"@eeacms/volto-matomo",
"@kitconcept/volto-blocks-grid",
"@kitconcept/volto-carousel-block",
"@kitconcept/volto-slider-block",
"@kitconcept/volto-social-blocks"
],
Expand Down Expand Up @@ -147,6 +148,7 @@
"@eeacms/volto-columns-block": "6.3.2",
"@eeacms/volto-matomo": "*",
"@kitconcept/volto-blocks-grid": "*",
"@kitconcept/volto-carousel-block": "*",
"@kitconcept/volto-slider-block": "*",
"@kitconcept/volto-social-blocks": "1.0.0-alpha.4",
"@plone/volto": "16.20.4"
Expand Down
27 changes: 27 additions & 0 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2603,6 +2603,16 @@ __metadata:
languageName: node
linkType: hard

"@kitconcept/volto-carousel-block@npm:*":
version: 1.1.0
resolution: "@kitconcept/volto-carousel-block@npm:1.1.0"
dependencies:
react-slick: 0.25.2
slick-carousel: 1.8.1
checksum: 7a3f2a70277ee4dd3ab255db42a667d5e15b3c404ef90f6bba3fd621b2a35e6e70c965871a0f4ed89501800d3e6ecf7038d9a4467784195f07d74f6fb2d965c8
languageName: node
linkType: hard

"@kitconcept/volto-slider-block@npm:*":
version: 4.3.0
resolution: "@kitconcept/volto-slider-block@npm:4.3.0"
Expand Down Expand Up @@ -12497,6 +12507,7 @@ __metadata:
"@eeacms/volto-columns-block": 6.3.2
"@eeacms/volto-matomo": "*"
"@kitconcept/volto-blocks-grid": "*"
"@kitconcept/volto-carousel-block": "*"
"@kitconcept/volto-slider-block": "*"
"@kitconcept/volto-social-blocks": 1.0.0-alpha.4
"@plone/scripts": ^2.1.5
Expand Down Expand Up @@ -21351,6 +21362,22 @@ __metadata:
languageName: node
linkType: hard

"react-slick@npm:0.25.2":
version: 0.25.2
resolution: "react-slick@npm:0.25.2"
dependencies:
classnames: ^2.2.5
enquire.js: ^2.1.6
json2mq: ^0.2.0
lodash.debounce: ^4.0.8
resize-observer-polyfill: ^1.5.0
peerDependencies:
react: ^0.14.0 || ^15.0.1 || ^16.0.0
react-dom: ^0.14.0 || ^15.0.1 || ^16.0.0
checksum: a728161f6d6dd09a626db9d0c089d3eed3e8087246c0307c7e1343f6420c645d1760498c41733fce67138eadaf14a67552fd9e5d85227617cd54c750f4f542dc
languageName: node
linkType: hard

"react-slick@npm:0.29.0":
version: 0.29.0
resolution: "react-slick@npm:0.29.0"
Expand Down

0 comments on commit 96b1f10

Please sign in to comment.