-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 884 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "react-card-stack-carousel",
"version": "0.2.3",
"description": "A tiny configurable carousel component for React",
"main": "index.js",
"scripts": {
"dev": "vite ./playground",
"build": "vite build",
"prepublish": "yarn build"
},
"repository": {
"url": "https://github.com/shettypuneeth/react-card-stack-carousel",
"type": "git"
},
"keywords": [
"react",
"carousel",
"image carousel",
"card stack"
],
"include": [
"styles/**/*",
"types/**/*",
"dist/**/*"
],
"types": "types/index.d.ts",
"author": "Puneeth Shetty",
"license": "MIT",
"peerDependencies": {
"react": ">16",
"react-dom": ">16"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12"
}
}