this repo has no description
1{
2 "name": "frontend",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "@atcute/bluesky": "^3.2.20",
14 "@atcute/client": "^4.2.1",
15 "@tailwindcss/vite": "^4.2.1",
16 "@tanstack/react-router": "^1.166.3",
17 "@tanstack/react-router-devtools": "^1.166.3",
18 "@vitejs/plugin-react": "^5.1.4",
19 "lexicon": "workspace:*",
20 "react": "^19.2.0",
21 "react-dom": "^19.2.0",
22 "tailwindcss": "^4.2.1"
23 },
24 "devDependencies": {
25 "@eslint/js": "^9.39.1",
26 "@tanstack/router-plugin": "^1.166.3",
27 "@types/node": "^24.10.1",
28 "@types/react": "^19.2.7",
29 "@types/react-dom": "^19.2.3",
30 "@vitejs/plugin-react-swc": "^4.2.2",
31 "babel-plugin-react-compiler": "^1.0.0",
32 "eslint": "^9.39.1",
33 "eslint-plugin-react-hooks": "^7.0.1",
34 "eslint-plugin-react-refresh": "^0.4.24",
35 "globals": "^16.5.0",
36 "typescript": "~5.9.3",
37 "typescript-eslint": "^8.48.0",
38 "vite": "^8.0.0-beta.13"
39 },
40 "overrides": {
41 "vite": "^8.0.0-beta.13"
42 }
43}