bitcoin-treasury/package.json
Ryan Loomba e6b3d1248f initial commit
Co-authored-by: Nahiyan Khan <nahiyan.khan@gmail.com>
2025-04-03 09:44:30 -07:00

32 lines
679 B
JSON

{
"name": "bitcoin-solari",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"next": "^15.1.3",
"next-themes": "^0.4.3",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-window": "^1.8.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}