-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.75 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.75 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
{
"name": "homepage",
"private": true,
"type": "module",
"scripts": {
"dev": "react-router dev --host",
"i18n:extract": "npx i18next-cli extract",
"i18n:extract-watch": "npx i18next-cli extract --watch",
"i18n:types": "npx i18next-cli types",
"i18n:ci": "npx i18next-cli extract --dry-run --ci",
"checks": "npm run typecheck && npm run test && npm run eslint && npm run build",
"start": "react-router-serve ./build/server/index.js",
"build": "react-router build",
"test": "echo 'TODO'",
"eslint": "eslint . --fix --cache",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-context-menu": "^2.2.15",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@react-oauth/google": "^0.12.2",
"@react-router/node": "^7.5.3",
"@react-router/serve": "^7.5.3",
"@reduxjs/toolkit": "^2.8.2",
"@tanstack/query-sync-storage-persister": "^5.80.6",
"@tanstack/react-query": "^5.80.6",
"@tanstack/react-query-devtools": "^5.80.6",
"@tanstack/react-query-persist-client": "^5.80.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"i18next": "25.5.3",
"isbot": "^5.1.27",
"lucide-react": "^0.511.0",
"motion": "^12.23.26",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-day-picker": "^9.7.0",
"react-dom": "^19.1.0",
"react-i18next": "16.0.0",
"react-redux": "^9.2.0",
"react-router": "^7.5.3",
"react-webcam": "^7.2.0",
"showdown": "^2.1.0",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@react-router/dev": "^7.5.3",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^22.15.30",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/showdown": "^2.0.6",
"eslint": "^9.28.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"tailwindcss": "^4.1.4",
"tw-animate-css": "^1.3.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1",
"vite": "^6.3.3",
"vite-tsconfig-paths": "^5.1.4"
},
"overrides": {
"react": "^19.1.0"
}
}