-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.23 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.23 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
{
"name": "gdproject",
"version": "1.0.0",
"private": true,
"description": "A modern, production-ready template for building full-stack React applications using React Router.",
"homepage": "https://github.com/manikng/Arbor#readme",
"bugs": {
"url": "https://github.com/manikng/Arbor/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manikng/Arbor.git"
},
"license": "ISC",
"author": "Manish singh",
"type": "module",
"main": "tailwind.config.js",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"": "file:",
"@cloudinary/react": "^1.14.1",
"@cloudinary/url-gen": "^1.21.0",
"@google/generative-ai": "^0.24.0",
"@mjackson/file-storage": "^0.6.1",
"@mjackson/form-data-parser": "^0.7.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@react-router/node": "^7.1.5",
"are-we-there-yet": "^4.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"debug": "^4.4.0",
"embla-carousel-react": "^8.5.2",
"firebase": "^11.4.0",
"gauge": "^5.0.2",
"glob": "^11.0.1",
"inflight": "^1.0.6",
"isbot": "^5.1.17",
"lucide-react": "^0.479.0",
"npmlog": "^7.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^8.0.6",
"react-router": "^7.1.5",
"rimraf": "^6.0.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"vercel": "^32.0.1"
},
"devDependencies": {
"@react-router/dev": "^7.1.5",
"@tailwindcss/vite": "^4.0.0",
"@types/axios": "^0.9.36",
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vercel/node": "^3.0.1",
"@vercel/react-router": "^1.0.2",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^6.2.2",
"vite-tsconfig-paths": "^5.1.4"
}
}