We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7709605 commit cf504c9Copy full SHA for cf504c9
packages/triple-image-carousel/package.json
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "@titicaca/triple-image-carousel",
3
+ "version": "1.0.0-alpha.2",
4
+ "description": "Triple Image Carousel",
5
+ "main": "lib/index.js",
6
+ "files": [
7
+ "lib/"
8
+ ],
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/titicacadev/triple-frontend.git"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/titicacadev/triple-frontend/issues"
15
16
+ "homepage": "https://github.com/titicacadev/triple-frontend#readme",
17
+ "dependencies": {
18
+ "@titicaca/triple-design-system": "^1.0.0-alpha.2",
19
+ "nuka-carousel": "4.4.1"
20
+ }
21
+}
0 commit comments