-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.2 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.2 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "watermelon-platform",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build && cp dist/index.html dist/404.html",
"lint": "eslint .",
"preview": "vite preview",
"sitemap": "bun run scripts/generate-sitemap.ts",
"deploy": "bun run build && bun run sitemap && npx wrangler deploy",
"prepare": "husky"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/react": "^0.27.18",
"@fontsource-variable/inter": "^5.2.8",
"@hookform/resolvers": "^5.2.2",
"@hugeicons/core-free-icons": "^3.1.1",
"@hugeicons/react": "^1.1.5",
"@mdx-js/react": "^3.1.1",
"@number-flow/react": "^0.6.0",
"@posthog/react": "^1.8.0",
"@tabler/icons-react": "^3.37.1",
"@tailwindcss/vite": "^4.1.18",
"@vercel/og": "^0.8.6",
"chrono-node": "^2.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.34.1",
"geist-icons": "^1.3.0",
"hugeicons-react": "^0.4.0",
"input-otp": "^1.4.2",
"little-date": "^1.2.1",
"lucide-react": "^0.563.0",
"matter-js": "^0.20.0",
"media-chrome": "^4.17.2",
"motion": "^12.34.1",
"next-themes": "^0.4.6",
"number-flow": "^0.5.10",
"papaparse": "^5.5.3",
"posthog-js": "^1.350.0",
"qrcode.react": "^4.2.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-animated-numbers": "^1.1.1",
"react-aria-components": "^1.16.0",
"react-day-picker": "^9.13.2",
"react-dom": "^19.2.4",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.72.1",
"react-icons": "^5.5.0",
"react-payment-inputs": "^1.2.0",
"react-resizable-panels": "^4.6.4",
"react-router-dom": "^7.13.0",
"react-syntax-highlighter": "^16.1.0",
"react-use-measure": "^2.1.7",
"recharts": "2.15.4",
"shadcn": "^3.8.5",
"sonner": "^2.0.7",
"styled-components": "^6.4.0",
"tailwind-merge": "^3.4.1",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"use-mask-input": "^3.9.0",
"vaul": "^1.1.2",
"zod": "^4.3.6",
"xlsx": "^0.18.5",
"zustand": "^5.0.12"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@mdx-js/rollup": "^3.1.1",
"@types/bun": "latest",
"@types/node": "^24.10.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-payment-inputs": "^1.1.4",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"glob": "^13.0.5",
"globals": "^16.5.0",
"gray-matter": "^4.0.3",
"husky": "^9.1.7",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"react-snap": "^1.23.0",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.2.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.0",
"vite": "^7.3.1"
}
}