-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
600f9e4
commit 2987a3c
Showing
8 changed files
with
3,903 additions
and
4,189 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,54 @@ | ||
{ | ||
"name": "bokeh-experiments", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"dev": "vite dev", | ||
"build": "vite build", | ||
"deploy": "git checkout $1 && npm run build && gh-pages -d build", | ||
"preview": "vite preview", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"lint": "prettier --check .", | ||
"format": "prettier --write .", | ||
"prepare": "husky" | ||
}, | ||
"homepage": "http://www.ratamero.com", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@neoconfetti/svelte": "^2.2.1", | ||
"@steeze-ui/heroicons": "^2.4.0", | ||
"@steeze-ui/radix-icons": "^1.1.2", | ||
"@steeze-ui/svelte-icon": "^1.5.0", | ||
"@sveltejs/adapter-static": "^3.0.1", | ||
"@sveltejs/kit": "^2.0.0", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.0", | ||
"@tailwindcss/typography": "^0.5.14", | ||
"@types/dat.gui": "^0.7.13", | ||
"@types/lodash-es": "^4.17.12", | ||
"autoprefixer": "^10.4.19", | ||
"gh-pages": "^6.1.1", | ||
"husky": "^9.1.4", | ||
"mdsvex": "^0.11.2", | ||
"postcss": "^8.4.38", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-svelte": "^3.1.2", | ||
"prettier-plugin-tailwindcss": "^0.5.14", | ||
"sass": "^1.77.8", | ||
"svelte": "^5.0.0-next.1", | ||
"svelte-canvas-confetti": "^0.6.0", | ||
"svelte-check": "^3.6.0", | ||
"svelte-confetti": "^1.4.0", | ||
"tailwindcss": "^3.4.3", | ||
"tslib": "^2.4.1", | ||
"typescript": "^5.0.0", | ||
"vite": "^5.0.3" | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
"bits-ui": "^0.21.13", | ||
"clsx": "^2.1.1", | ||
"comfy.js": "^1.1.16", | ||
"dat.gui": "^0.7.9", | ||
"lodash-es": "^4.17.21", | ||
"nice-color-palettes": "^3.0.0", | ||
"tailwind-merge": "^2.5.2", | ||
"tailwind-variants": "^0.2.1", | ||
"tmi.js": "^1.8.5" | ||
} | ||
"name": "bokeh-experiments", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"dev": "vite dev", | ||
"build": "vite build", | ||
"deploy": "git checkout $1 && npm run build && gh-pages -d build", | ||
"preview": "vite preview", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"lint": "prettier --check .", | ||
"format": "prettier --write .", | ||
"prepare": "husky" | ||
}, | ||
"homepage": "http://www.ratamero.com", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@sveltejs/adapter-static": "^3.0.5", | ||
"@sveltejs/kit": "^2.7.2", | ||
"@sveltejs/vite-plugin-svelte": "^4.0.0", | ||
"@tailwindcss/typography": "^0.5.15", | ||
"@types/dat.gui": "^0.7.13", | ||
"@types/lodash-es": "^4.17.12", | ||
"autoprefixer": "^10.4.20", | ||
"gh-pages": "^6.2.0", | ||
"husky": "^9.1.6", | ||
"mdsvex": "^0.12.3", | ||
"postcss": "^8.4.47", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-svelte": "^3.2.7", | ||
"prettier-plugin-tailwindcss": "^0.6.8", | ||
"sass": "^1.80.3", | ||
"svelte-check": "^4.0.5", | ||
"svelte-confetti": "^2.1.2", | ||
"tailwindcss": "^3.4.14", | ||
"tslib": "^2.8.0", | ||
"typescript": "^5.6.3", | ||
"vite": "^5.4.9" | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
"bits-ui": "^0.21.16", | ||
"clsx": "^2.1.1", | ||
"comfy.js": "^1.1.16", | ||
"dat.gui": "^0.7.9", | ||
"iconify-icon": "^2.1.0", | ||
"lodash-es": "^4.17.21", | ||
"nice-color-palettes": "^4.0.0", | ||
"svelte": "^5.0.5", | ||
"tailwind-merge": "^2.5.4", | ||
"tailwind-variants": "^0.2.1", | ||
"tmi.js": "^1.8.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<script lang="ts"> | ||
import '$lib/app.css'; | ||
import 'iconify-icon'; | ||
let { children } = $props(); | ||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,37 @@ | ||
<script lang="ts"> | ||
import { GithubLogo, TwitterLogo } from '@steeze-ui/radix-icons'; | ||
import { Icon } from '@steeze-ui/svelte-icon'; | ||
import NavLinks from '$lib/components/NavLinks.svelte'; | ||
</script> | ||
|
||
<svelte:head> | ||
<title>stream-tools - home</title> | ||
</svelte:head> | ||
|
||
<div class="flex h-screen flex-col gap-4 md:flex-row"> | ||
<div class="flex flex-col"> | ||
<h1 class="text-8xl md:text-[10rem] leading-none">Tools</h1> | ||
<h1 class="text-8xl leading-none md:text-[10rem]">Tools</h1> | ||
<ul class="flex gap-4"> | ||
<li> | ||
<a href="https://github.com/lucianoratamero/stream-tools" target="_blank"> | ||
<Icon src={GithubLogo} class="h-8" /> | ||
<a | ||
href="https://github.com/lucianoratamero/stream-tools" | ||
target="_blank" | ||
aria-label="github" | ||
> | ||
<iconify-icon height="2rem" icon="mdi:github"></iconify-icon> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://twitch.tv/luciano_ratamero" target="_blank" title="Twitch link"> | ||
<svg | ||
class="h-8 w-8" | ||
xmlns="http://www.w3.org/2000/svg" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
width="800px" | ||
height="800px" | ||
viewBox="-0.5 0 20 20" | ||
version="1.1" | ||
data-afd-extension-id="meojnmfhjkahlfcecpdcdgjclcilmaij" | ||
> | ||
<title>twitch [#182]</title> | ||
<desc>Created with Sketch.</desc> | ||
<defs></defs> | ||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||
<g | ||
id="Dribbble-Light-Preview" | ||
transform="translate(-141.000000, -7399.000000)" | ||
fill="#000000" | ||
> | ||
<g id="icons" transform="translate(56.000000, 160.000000)"> | ||
<path | ||
d="M97,7249 L99,7249 L99,7244 L97,7244 L97,7249 Z M92,7249 L94,7249 L94,7244 L92,7244 L92,7249 Z M102,7250.307 L102,7241 L88,7241 L88,7253 L92,7253 L92,7255.953 L94.56,7253 L99.34,7253 L102,7250.307 Z M98.907,7256 L94.993,7256 L92.387,7259 L90,7259 L90,7256 L85,7256 L85,7242.48 L86.3,7239 L104,7239 L104,7251.173 L98.907,7256 Z" | ||
id="twitch-[#182]" | ||
> | ||
</path> | ||
</g> | ||
</g> | ||
</g> | ||
</svg> | ||
<a href="https://twitch.tv/luciano_ratamero" target="_blank" aria-label="Twitch link"> | ||
<iconify-icon height="2rem" icon="mdi:twitch"></iconify-icon> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://x.com/lucianoratamero" target="_blank"> | ||
<Icon src={TwitterLogo} class="h-8" /> | ||
<a href="https://x.com/lucianoratamero" target="_blank" aria-label="Twitter"> | ||
<iconify-icon height="2rem" icon="mdi:twitter"></iconify-icon> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="text-4xl md:text-8xl flex flex-col"> | ||
<nav class="flex flex-col text-4xl md:text-8xl"> | ||
<NavLinks /> | ||
</nav> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters