mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 09:23:16 +01:00
30 lines
638 B
JSON
30 lines
638 B
JSON
{
|
|
"name": "asi-calculator",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@coingecko/cryptoformat": "^0.8.1",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"next": "14.1.4",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-markdown": "^9.0.1",
|
|
"swr": "^2.2.5",
|
|
"use-debounce": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|