-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.06 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.06 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@durhack/web-components",
"repository": "https://github.com/ducompsoc/durhack-web-components",
"license": "LGPL-3.0-or-later",
"scripts": {
"prebuild": "pnpm run type-check",
"build": "babel src --out-dir dist --extensions \".ts,.tsx\" --keep-file-extension --delete-dir-on-start",
"prepublishOnly": "pnpm run build",
"type-check": "tsc --noEmit"
},
"exports": {
"./*": "./dist/components/*.tsx",
"./hooks/*": "./dist/hooks/*.ts"
},
"files": [
"dist/**/*"
],
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/plugin-syntax-typescript": "^7.27.1",
"@tailwindcss/postcss": "^4.1.16",
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"babel-plugin-module-resolver": "^5.0.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^19",
"react-dom": "^19",
"tailwindcss": "^4.1.10"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.518.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.65.0",
"react-phone-number-input": "^3.4.13",
"tailwind-merge": "^3.3.1",
"truncate": "^3.0.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2"
},
"engines": {
"node": ">=22.16.0"
},
"engineStrict": true,
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
}