mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 01:13:17 +01:00
more content
This commit is contained in:
parent
feb088c8e4
commit
987ddb6229
3
.github/FUNDING.yml
vendored
Normal file
3
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
github: kremalicious
|
||||
patreon: kremalicious
|
||||
custom: ['https://kremalicious.com/thanks']
|
@ -12,6 +12,12 @@ npm run dev
|
||||
|
||||
Please note that this requires the environment variable `WEB3_API_URL` to be present. This is a private API so running this project locally probably won't work out.
|
||||
|
||||
## Sponsorship
|
||||
|
||||
[![](https://img.shields.io/static/v1?label=Say%20Thanks%20With%20Web3&labelColor=%2343a699&message=%E2%9D%A4&logo=Ethereum&color=%23fe8e86&style=for-the-badge)](https://kremalicious.com/thanks)
|
||||
|
||||
[![](https://img.shields.io/static/v1?label=Say%20Thanks%20With%20GitHub&labelColor=%2343a699&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86&style=for-the-badge)](https://github.com/sponsors/kremalicious)
|
||||
|
||||
## License
|
||||
|
||||
**The MIT License**
|
||||
|
10
package-lock.json
generated
10
package-lock.json
generated
@ -7,6 +7,16 @@
|
||||
"": {
|
||||
"name": "asi-calculator",
|
||||
"version": "0.1.0",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/kremalicious"
|
||||
},
|
||||
{
|
||||
"type": "individual",
|
||||
"url": "https://kremalicious.com/thanks"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@coingecko/cryptoformat": "^0.8.1",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
|
10
package.json
10
package.json
@ -30,6 +30,16 @@
|
||||
"husky": "^9.0.11",
|
||||
"typescript": "^5"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/kremalicious"
|
||||
},
|
||||
{
|
||||
"type": "individual",
|
||||
"url": "https://kremalicious.com/thanks"
|
||||
}
|
||||
],
|
||||
"lint-staged": {
|
||||
"*": [
|
||||
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
|
||||
|
Loading…
Reference in New Issue
Block a user