Spaces:
Sleeping
Sleeping
| { | |
| "name": "tensortrade-frontend", | |
| "version": "1.0.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@supabase/supabase-js": "^2.108.1", | |
| "lightweight-charts": "^4.1.3", | |
| "lucide-react": "^0.394.0", | |
| "next": "14.2.4", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "zustand": "^4.5.2" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20.14.8", | |
| "@types/react": "^18.3.3", | |
| "@types/react-dom": "^18.3.0", | |
| "autoprefixer": "^10.4.19", | |
| "postcss": "^8.4.38", | |
| "tailwindcss": "^3.4.4", | |
| "typescript": "^5.5.2" | |
| } | |
| } | |