Skip to content

Commit

Permalink
feat: add color mix and picker in intro
Browse files Browse the repository at this point in the history
  • Loading branch information
jsulpis committed May 2, 2024
1 parent 9a74c72 commit c47b40c
Show file tree
Hide file tree
Showing 11 changed files with 475 additions and 7 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { defineConfig } from "astro/config";

import svelte from "@astrojs/svelte";

// https://astro.build/config
export default defineConfig({
site: "https://jsulpis.github.io",
base: "/talk-color-science",
integrations: [svelte()],
});
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/svelte": "5.4.0",
"astro": "4.6.2",
"reveal.js": "5.1.0"
"reveal.js": "5.1.0",
"svelte": "4.2.15",
"typescript": "5.4.5"
},
"devDependencies": {
"sass": "1.75.0"
"@jaames/iro": "5.5.2",
"sass": "1.75.0",
"vanilla-colorful": "0.7.2"
}
}
Loading

0 comments on commit c47b40c

Please sign in to comment.