-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.79 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
{
"name": "connect-react-demo",
"version": "0.3.0",
"private": true,
"packageManager": "pnpm@10.11.0",
"scripts": {
"dev": "node scripts/validate-env.js && next dev --webpack",
"build": "node scripts/validate-env.js && next build --webpack",
"start": "next start",
"lint": "next lint",
"validate-env": "node scripts/validate-env.js"
},
"dependencies": {
"@pipedream/connect-react": "^3.0.1",
"@pipedream/sdk": "3.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.90.19",
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^11.11.11",
"geist": "^1.4.2",
"lucide-react": "^0.454.0",
"next": "^16.2.6",
"react": "^19",
"react-dom": "^19",
"react-icons": "^5.3.0",
"react-resizable-panels": "^2.1.6",
"react-select": "^5.8.2",
"react-syntax-highlighter": "^15.6.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"uuid": "^11.0.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"postcss": "^8",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.19",
"typescript": "^5"
}
}