-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 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
{
"name": "pyconid25-fe",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"check": "npx @biomejs/biome check --write ./app/**",
"ci:check": "npx @biomejs/biome check ./app/**",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^13.7.0",
"@mux/mux-player-react": "^3.9.2",
"@react-router/node": "^7.11.0",
"@react-router/serve": "^7.11.0",
"@tanstack/react-form": "^1.23.8",
"@tanstack/react-query": "^5.90.5",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"isbot": "^5.1.32",
"lucide-react": "^0.542.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.11.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "2.1.4",
"@react-router/dev": "^7.11.0",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^20",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^6.0.2"
}
}