-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1010 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1010 Bytes
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
{
"name": "khariar",
"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"
},
"dependencies": {
"@react-pdf/renderer": "^4.3.2",
"@react-router/node": "^7.12.0",
"@react-router/serve": "^7.12.0",
"clsx": "^2.1.1",
"isbot": "^5.1.33",
"pdfjs-dist": "^5.4.530",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-dropzone": "^14.3.8",
"react-router": "^7.12.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zustand": "^5.0.10"
},
"devDependencies": {
"@react-router/dev": "^7.12.0",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^22.19.7",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.1.9",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^5.1.4"
}
}