Compare commits

..

No commits in common. "c1e193a3bb9ebe3684987cb43b9d9cfd50bc996a" and "177b7280a357c568229ac4489f60c6a4e1b95eaf" have entirely different histories.

5 changed files with 1071 additions and 1241 deletions

View file

@ -1,4 +1,4 @@
<!doctype html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
@ -52,7 +52,7 @@
} }
</script> </script>
<script defer src="https://analytics.trafficlunar.net/script.js" data-website-id="711a82ea-46d2-4d7f-8d40-00fe8cfd1f28"></script> <script defer src="https://analytics.trafficlunar.net/script.js" data-website-id="b10a9cc5-2b98-4ea3-bcaa-49e6f99d31ac"></script>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View file

@ -26,41 +26,41 @@
"@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11", "@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-tooltip": "^1.2.8",
"@uiw/react-color": "^2.10.1", "@uiw/react-color": "^2.9.5",
"@use-gesture/react": "^10.3.1", "@use-gesture/react": "^10.3.1",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "1.1.1", "cmdk": "1.1.1",
"embla-carousel-react": "^8.6.0", "embla-carousel-react": "^8.6.0",
"lucide-react": "^1.11.0", "lucide-react": "^0.575.0",
"nbtify": "^2.2.0", "nbtify": "^2.2.0",
"pako": "^2.1.0", "pako": "^2.1.0",
"pixi.js": "^8.18.1", "pixi.js": "^8.16.0",
"react": "^19.2.5", "react": "^19.2.4",
"react-device-detect": "^2.2.3", "react-device-detect": "^2.2.3",
"react-dom": "^19.2.5", "react-dom": "^19.2.4",
"react-dropzone": "^15.0.0", "react-dropzone": "^15.0.0",
"react-router": "^7.14.2", "react-router": "^7.13.1",
"tailwind-merge": "^3.5.0" "tailwind-merge": "^3.5.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.2.4", "@tailwindcss/postcss": "^4.2.1",
"@types/node": "^25.6.0", "@types/node": "^25.3.3",
"@types/pako": "^2.0.4", "@types/pako": "^2.0.4",
"@types/react": "^19.2.14", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react": "^5.1.4",
"eslint": "^10.2.1", "eslint": "^10.0.2",
"eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2", "eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0", "globals": "^17.4.0",
"postcss": "^8.5.12", "postcss": "^8.5.6",
"tailwindcss": "^4.2.4", "tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"typescript": "~6.0.3", "typescript": "~5.9.3",
"typescript-eslint": "^8.59.1", "typescript-eslint": "^8.56.1",
"vite": "^8.0.10", "vite": "^7.3.1",
"vite-plugin-svgr": "^5.2.0" "vite-plugin-svgr": "^4.5.0"
} }
} }

File diff suppressed because it is too large Load diff

View file

@ -22,6 +22,7 @@
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true, "noUncheckedSideEffectImports": true,
"baseUrl": ".",
"paths": { "paths": {
"@/*": [ "@/*": [
"./src/*" "./src/*"

View file

@ -5,6 +5,7 @@
{ "path": "./tsconfig.node.json" } { "path": "./tsconfig.node.json" }
], ],
"compilerOptions": { "compilerOptions": {
"baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
} }