Skip to content

Commit

Permalink
more settings
Browse files Browse the repository at this point in the history
  • Loading branch information
illusionTBA committed Dec 21, 2024
1 parent 25f20c9 commit 7a56a3d
Show file tree
Hide file tree
Showing 12 changed files with 951 additions and 573 deletions.
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,22 @@
"@mercuryworkshop/bare-mux": "^2.1.7",
"@mercuryworkshop/epoxy-transport": "^2.1.27",
"@mercuryworkshop/libcurl-transport": "^1.3.14",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-router": "^1.88.0",
"@radix-ui/react-tabs": "^1.1.2",
"@tanstack/react-router": "^1.91.3",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"fake-useragent": "^1.0.1",
"fastify": "^5.1.0",
"framer-motion": "^11.14.4",
"fastify": "^5.2.0",
"framer-motion": "^11.15.0",
"lucide-react": "^0.447.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -46,11 +48,11 @@
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tanstack/router-devtools": "^1.88.0",
"@tanstack/router-plugin": "^1.87.13",
"@tanstack/router-devtools": "^1.91.3",
"@tanstack/router-plugin": "^1.91.1",
"@types/fake-useragent": "^1.0.0",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react-swc": "^3.7.2",
Expand All @@ -59,14 +61,14 @@
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"typescript-eslint": "^8.18.1",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 7a56a3d

Please sign in to comment.