Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## SDK Docs: [link](https://docs.puzzle.online/guides/getting_started/)
## Where's Alex Leo Program Docs: [link](https://github.com/puzzlehq/serengeti/blob/main/README.md)
## Treasure Hunt Leo Program Docs: [link](https://github.com/puzzlehq/serengeti/blob/main/README.md)
## Puzzle Wallet Download [link](https://chromewebstore.google.com/detail/puzzle-wallet/fdchdcpieegfofnofhgdombfckhbcokj)
## Puzzle Devtools [link](https://dev.puzzle.online/)
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/alex_head.png" />
<link rel="icon" href="/treasure_open_full.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Where's Alex?</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kadwa:wght@400;700&family=Pirata+One&display=swap" rel="stylesheet">
<title>Treasure Hunt</title>
</head>
<body>
<div id="root"></div>
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"name": "wheres-alex",
"name": "treasure-hunt",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"type-check": "tsc --noEmit",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx}\""
},
"dependencies": {
"@puzzlehq/sdk": "0.1.31",
"@puzzlehq/sdk": "0.1.34",
"@puzzlehq/types": "^1.0.3",
"class-variance-authority": "^0.7.0",
"html5-qrcode": "^2.3.8",
"immer": "^10.0.3",
"jotai": "^2.5.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0",
Expand All @@ -27,18 +28,19 @@
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@rollup/plugin-inject": "^5.0.3",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.201",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"@types/js-yaml": "^4.0.5",
"autoprefixer": "^10.4.15",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"rollup-plugin-polyfill-node": "^0.11.0",
"sdk": "link:@types/puzzlehq/sdk",
Expand Down
104 changes: 60 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed public/alex_head.png
Binary file not shown.
Binary file added public/treasure_open_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading