-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.36 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.36 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
{
"name": "hackucf-remix",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "VITE_CJS_IGNORE_WARNING=true remix vite:build",
"dev": "VITE_CJS_IGNORE_WARNING=true remix vite:dev",
"fix": "biome check . --write",
"lint": "biome check .",
"start": "wrangler pages dev ./build/client",
"typecheck": "tsc"
},
"dependencies": {
"@babel/helpers": "^7.28.0",
"@babel/runtime": "^7.28.0",
"@marsidev/react-turnstile": "^1.4.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.2.0",
"@remix-run/cloudflare": "^2.17.2",
"@remix-run/cloudflare-pages": "^2.17.2",
"@remix-run/react": "^2.17.2",
"@unpic/react": "^0.1.15",
"brace-expansion": "^2.0.2",
"caniuse-lite": "^1.0.30001760",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookie": "^0.7.2",
"cross-spawn": "^7.0.6",
"esbuild": "^0.25.0",
"estree-util-value-to-estree": "^3.4.0",
"framer-motion": "^12.23.26",
"isbot": "^5.1.32",
"lucide-react": "^0.469.0",
"nanoid": "^3.3.8",
"on-headers": "^1.1.0",
"path-to-regexp": "^0.1.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "2.15.0",
"remix-utils": "^7.7.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"undici": "^6.21.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@mdx-js/rollup": "^3.1.1",
"@remix-run/dev": "^2.17.2",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"dotenv-cli": "^7.4.4",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx-frontmatter": "^5.2.0",
"shiki": "^3.22.0",
"tailwindcss": "3.4.17",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vite-env-only": "^3.0.3",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^3.101.0"
},
"engines": {
"node": ">=18.0.0"
},
"trustedDependencies": [
"@biomejs/biome",
"esbuild",
"workerd"
]
}