Skip to content

Commit

Permalink
Fix sum types base-10 summing on convert page
Browse files Browse the repository at this point in the history
  • Loading branch information
kuchta committed Apr 1, 2024
1 parent 6e052cc commit 3514fa3
Show file tree
Hide file tree
Showing 10 changed files with 279 additions and 277 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "RadixVerse",
"start_url": "/radixverse",
"display": "standalone",
"start_url": "/radixverse",
"icons": [{
"src": "favicon.svg",
"sizes": "400x400 any"
"src": "favicon.webp",
"sizes": "280x280 any"
}]
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "radixverse",
"version": "0.0.3",
"homepage": "github.com/kuchta/radixverse",
"homepage": "https://kuchta.github.com/radixverse",
"repository": "kuchta/radixverse",
"packageManager": "[email protected]",
"type": "module",
"author": {
Expand All @@ -19,19 +20,18 @@
"pre-commit": "npm run check && npm run lint && npm run build && npm test"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"daisyui": "^4.6.2",
"eslint": "^8.56.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.9.0",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "4.6.0",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"react": "0.0.0-experimental-c17a27ef4-20231127",
"react-dom": "0.0.0-experimental-c17a27ef4-20231127",
"react-icons": "^4.12.0",
Expand Down
Loading

0 comments on commit 3514fa3

Please sign in to comment.