Paper_Trading / frontend /package.json
superxuu
feat: Add QR code and link to share image in ReturnChartModal
d861e26
raw
history blame contribute delete
751 Bytes
{
"name": "paper-trading-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"lightweight-charts": "4.1.0",
"zustand": "4.5.0",
"lucide-react": "0.323.0",
"html2canvas": "^1.4.1",
"qrcode.react": "^3.1.0"
},
"devDependencies": {
"typescript": "5.3.3",
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.20",
"postcss": "8.5.1",
"tailwindcss": "3.4.17",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
}
}