-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.55 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
52
53
54
55
56
{
"name": "@daveyplate/better-auth-react",
"homepage": "https://github.com/daveyplate/better-auth-react",
"version": "1.0.0",
"description": "My TSX Package",
"module": "dist/index",
"types": "dist/index",
"files": [
"src",
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc-watch --onSuccess \"npx eslint\"",
"prepublishOnly": "rm -rf dist && npm run build"
},
"keywords": [
"typescript"
],
"author": "daveycodez",
"license": "MIT",
"devDependencies": {
"@radix-ui/react-label": ">=2.1.0",
"@radix-ui/react-slot": ">=1.1.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19",
"class-variance-authority": ">=0.7.0",
"clsx": ">=2.1.0",
"eslint": "^9",
"eslint-plugin-react": "^7.37.2",
"lucide-react": ">=0.469.0",
"next": "^15.1.3",
"better-auth": "file:../new-tech/node_modules/better-auth",
"react": "file:../new-tech/node_modules/react",
"react-dom": "file:../new-tech/node_modules/react-dom",
"tailwind-merge": ">=2.6.0",
"tailwindcss-animate": "^1.0.7",
"tsc-watch": "^6.2.1",
"tsx": "^4.19.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.17.0"
},
"peerDependencies": {
"@radix-ui/react-label": ">=2.1.0",
"@radix-ui/react-slot": ">=1.1.0",
"better-auth": ">=1.1.4",
"class-variance-authority": ">=0.7.0",
"clsx": ">=2.1.0",
"lucide-react": ">=0.469.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"tailwind-merge": ">=2.6.0"
}
}