-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.64 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.64 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "jebsite-template",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"format": "prettier --write --ignore-unknown .",
"lint": "eslint --fix",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-scroll-area": "^1.2.6",
"@radix-ui/react-slot": "^1.2.0",
"@react-router/node": "^7.5.3",
"@react-router/serve": "^7.5.3",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-pacer": "^0.2.0",
"@tanstack/react-query": "^5.75.2",
"@trpc/client": "11.1.2",
"@trpc/server": "11.1.2",
"@trpc/tanstack-react-query": "11.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.43.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"file-type": "^20.5.0",
"isbot": "^5.1.27",
"lucide-react": "^0.507.0",
"next-themes": "^0.4.6",
"pg": "^8.15.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.2",
"react-markdown": "^10.1.0",
"react-router": "^7.5.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.9",
"zod": "^3.24.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.27.1",
"@eslint/js": "^9.26.0",
"@react-router/dev": "^7.5.3",
"@tailwindcss/vite": "^4.1.5",
"@types/node": "^22.15.3",
"@types/pg": "^8.11.14",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"babel-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
"drizzle-kit": "^0.31.1",
"esbuild": "^0.25.3",
"eslint": "^9.26.0",
"eslint-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
"globals": "^16.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.5",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1",
"vite": "^6.3.4",
"vite-plugin-babel": "^1.3.1",
"vite-tsconfig-paths": "^5.1.4"
},
"lint-staged": {
"**/*": [
"prettier --write --ignore-unknown",
"eslint --fix"
]
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}