"Stockfight" is a simple frontend to compare stocks on the swedish stock market
at master 1.4 kB view raw
1{ 2 "name": "aktiematchen", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "build": "next build", 8 "dev": "next dev", 9 "lint": "next lint", 10 "start": "next start" 11 }, 12 "dependencies": { 13 "@radix-ui/react-dialog": "^1.0.5", 14 "@t3-oss/env-nextjs": "^0.9.2", 15 "@tanstack/react-query": "^4.36.1", 16 "@trpc/client": "^10.45.1", 17 "@trpc/next": "^10.45.1", 18 "@trpc/react-query": "^10.45.1", 19 "@trpc/server": "^10.45.1", 20 "async_hooks": "^1.0.0", 21 "class-variance-authority": "^0.7.0", 22 "clsx": "^2.1.0", 23 "lucide-react": "^0.340.0", 24 "next": "^14.1.0", 25 "react": "18.2.0", 26 "react-dom": "18.2.0", 27 "recharts": "^2.12.1", 28 "superjson": "^2.2.1", 29 "tailwind-merge": "^2.2.1", 30 "tailwindcss-animate": "^1.0.7", 31 "vaul": "^0.9.0", 32 "yahoo-finance2": "^2.11.3", 33 "zod": "^3.22.4" 34 }, 35 "devDependencies": { 36 "@types/eslint": "^8.56.2", 37 "@types/node": "^20.11.20", 38 "@types/react": "^18.2.57", 39 "@types/react-dom": "^18.2.19", 40 "@typescript-eslint/eslint-plugin": "^7.0.2", 41 "@typescript-eslint/parser": "^7.0.2", 42 "eslint": "^8.56.0", 43 "eslint-config-next": "^14.1.0", 44 "postcss": "^8.4.34", 45 "prettier": "^3.2.5", 46 "prettier-plugin-tailwindcss": "^0.5.11", 47 "tailwindcss": "^3.4.1", 48 "typescript": "^5.3.3" 49 }, 50 "ct3aMetadata": { 51 "initVersion": "7.27.0" 52 }, 53 "packageManager": "pnpm@9.1.0" 54}