-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "shadcn-time-range-picker",
"version": "1.2.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.tsx --format esm,cjs --dts --external react",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fatihcaliss/shadcn-time-range-picker.git"
},
"keywords": [
"react",
"time-picker",
"range-picker",
"time-range-picker",
"shadcn",
"ui",
"component",
"typescript",
"customizable",
"flexible"
],
"author": "Fatih Calis",
"license": "MIT",
"description": "A flexible and customizable time range picker component built with React and ShadCN UI",
"devDependencies": {
"@types/react": "^18.3.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"dependencies": {
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@shadcn/ui": "^0.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.427.0",
"tailwind-merge": "^2.5.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}