-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sum types base-10 summing on convert page
- Loading branch information
Showing
10 changed files
with
279 additions
and
277 deletions.
There are no files selected for viewing
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,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" | ||
}] | ||
} |
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,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": { | ||
|
@@ -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", | ||
|
Oops, something went wrong.