| { | |
| "name": "trading-ui", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "framer-motion": "^10.16.4", | |
| "lucide-react": "^0.292.0", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "recharts": "^2.9.0", | |
| "zustand": "^4.4.6" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^18.2.37", | |
| "@types/react-dom": "^18.2.15", | |
| "@vitejs/plugin-react": "^4.3.4", | |
| "autoprefixer": "^10.4.16", | |
| "postcss": "^8.4.31", | |
| "tailwindcss": "^3.3.5", | |
| "vite": "^5.4.11" | |
| } | |
| } | |