Skip to content

Commit

Permalink
feat: ✨ add radar chart zoom, tailwind typogprahy and content validation
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpcurrie committed Nov 15, 2023
1 parent 49cbee1 commit 8dd7fd8
Show file tree
Hide file tree
Showing 14 changed files with 1,662 additions and 562 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// https://docs.astro.build/en/guides/environment-variables/
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ pnpm-debug.log*

# Local Netlify folder
.netlify

# env files
*.env
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
Expand All @@ -17,15 +17,20 @@
"@astrojs/react": "^3.0.4",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/ts-plugin": "^1.2.0",
"@capsizecss/core": "^3.1.1",
"@capsizecss/metrics": "^1.2.0",
"@capsizecss/vanilla-extract": "^1.0.0",
"@nanostores/logger": "^0.2.4",
"@nanostores/persistent": "^0.9.1",
"@nanostores/react": "^0.7.1",
"@radix-ui/themes": "^2.0.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/recipes": "^0.5.1",
"@vanilla-extract/sprinkles": "^1.6.1",
"@vanilla-extract/vite-plugin": "^3.9.0",
"@visx/clip-path": "^3.3.0",
"@visx/drag": "^3.3.0",
"@visx/event": "^3.3.0",
"@visx/group": "^3.3.0",
Expand All @@ -37,6 +42,7 @@
"@visx/zoom": "^3.3.0",
"astro": "^3.5.2",
"chalk": "^5.3.0",
"d3-scale-chromatic": "^3.0.0",
"nanostores": "^0.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -47,6 +53,8 @@
"vitest": "^0.34.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/d3-scale-chromatic": "^3.0.2",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-plugin-astro": "^0.29.1",
Expand Down
Loading

0 comments on commit 8dd7fd8

Please sign in to comment.