-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.17 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.17 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
{
"name": "fastlink",
"private": true,
"license": "GPL-3.0",
"type": "module",
"scripts": {
"build": "react-router build",
"cf-typegen": "wrangler types",
"deploy": "npm run build && wrangler deploy",
"dev": "react-router dev",
"postinstall": "npm run cf-typegen",
"preview": "npm run build && vite preview",
"typecheck": "npm run cf-typegen && react-router typegen && tsc -b",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.19",
"@radix-ui/react-dialog": "^1.1.22",
"@radix-ui/react-dropdown-menu": "^2.1.23",
"@radix-ui/react-label": "^2.1.14",
"@radix-ui/react-scroll-area": "^1.2.17",
"@radix-ui/react-select": "^2.3.6",
"@radix-ui/react-separator": "^1.1.14",
"@radix-ui/react-slot": "^1.3.2",
"@radix-ui/react-switch": "^1.3.6",
"@radix-ui/react-tabs": "^1.1.20",
"@radix-ui/react-toggle": "^1.1.17",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"isbot": "^5.2.1",
"mediainfo.js": "^0.3.7",
"motion": "^12.42.2",
"next-themes": "^0.4.6",
"node-fetch": "^3.3.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-router": "^8.3.0",
"remix-themes": "^2.0.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"vaul": "^1.1.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.47.0",
"@eslint/js": "^9.39.4",
"@react-router/dev": "^8.3.0",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-simple-import-sort": "^14.0.0",
"globals": "^17.7.0",
"lucide-react": "^1.26.0",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0",
"vite": "^8.1.5",
"vitest": "^4.1.10",
"wrangler": "^4.114.0",
"ws": "^8.21.1"
}
}