asi-calculator/package.json
dependabot[bot] b48cb0b0b2
Bump use-debounce from 10.0.1 to 10.0.2 (#29)
Bumps [use-debounce](https://github.com/xnimorz/use-debounce) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/xnimorz/use-debounce/releases)
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xnimorz/use-debounce/compare/10.0.1...10.0.2)

---
updated-dependencies:
- dependency-name: use-debounce
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 13:15:06 +01:00

49 lines
1.2 KiB
JSON

{
"name": "asi-calculator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export GIT_COMMIT_SHA=$(git rev-parse HEAD) && next dev",
"build": "export GIT_COMMIT_SHA=$(git rev-parse HEAD) && next build",
"start": "export GIT_COMMIT_SHA=$(git rev-parse HEAD) && next start",
"lint": "biome check --write .",
"typecheck": "tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@coingecko/cryptoformat": "^0.8.2",
"@radix-ui/react-icons": "^1.3.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"sharp": "^0.33.4",
"swr": "^2.2.5",
"use-debounce": "^10.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@kremalicious/config": "^1.0.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"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"
]
}
}