Skip to content

Commit

Permalink
Added extra CSS for layerchart, as techniq/layerchart#160
Browse files Browse the repository at this point in the history
  • Loading branch information
chikaj committed Aug 24, 2024
1 parent 7dcf0b3 commit ad984d7
Show file tree
Hide file tree
Showing 13 changed files with 31,729 additions and 323 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "",
"name": "texasdarksky.github.io",
"version": "0.0.1",
"private": true,
"scripts": {
Expand All @@ -23,6 +23,9 @@
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.14",
"@types/d3": "^7.4.3",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
"@types/eslint": "^9.6.0",
"@types/luxon": "^3.4.2",
"@types/node": "22.5.0",
Expand All @@ -46,6 +49,7 @@
"type": "module",
"dependencies": {
"@floating-ui/dom": "1.6.10",
"bits-ui": "^0.21.13",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"highlight.js": "11.10.0",
Expand Down
Loading

0 comments on commit ad984d7

Please sign in to comment.