27 lines
597 B
JSON
27 lines
597 B
JSON
{
|
|
"name": "spokane-bitcoin-club",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/material": "^5.14.2",
|
|
"@mui/x-date-pickers": "^6.10.2",
|
|
"autoprefixer": "10.4.14",
|
|
"dayjs": "^1.11.9",
|
|
"next": "13.4.10",
|
|
"postcss": "8.4.26",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"recharts": "^2.7.2",
|
|
"spin-wheel": "^4.2.0",
|
|
"tailwindcss": "3.3.3"
|
|
}
|
|
}
|