66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "real-time-fund",
|
|
"version": "0.2.6",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@dicebear/collection": "^9.3.1",
|
|
"@dicebear/core": "^9.3.1",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@supabase/supabase-js": "^2.78.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"ahooks": "^3.9.6",
|
|
"chart.js": "^4.5.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.19",
|
|
"framer-motion": "^12.29.2",
|
|
"fuse.js": "^7.1.0",
|
|
"input-otp": "^1.4.2",
|
|
"lodash": "^4.17.23",
|
|
"lucide-react": "^0.577.0",
|
|
"next": "^16.1.5",
|
|
"next-themes": "^0.4.6",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "18.3.1",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-dom": "18.3.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tesseract.js": "^5.1.1",
|
|
"uuid": "^13.0.0",
|
|
"vaul": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.1",
|
|
"autoprefixer": "^10.4.27",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-next": "^16.1.5",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.7",
|
|
"postcss": "^8.5.8",
|
|
"shadcn": "^3.8.5",
|
|
"tailwindcss": "^4.2.1",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"eslint"
|
|
]
|
|
}
|
|
}
|