Sigillum/Frontend/MainApp/package.json

57 lines
1.5 KiB
JSON
Raw Normal View History

2025-04-10 13:59:04 +00:00
{
"name": "mainapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-04-11 12:20:51 +00:00
"@hookform/resolvers": "^5.0.1",
2025-04-13 11:23:11 +00:00
"@mysten/sui": "^1.27.0",
2025-04-30 16:14:10 +00:00
"@radix-ui/react-dialog": "^1.1.11",
2025-04-16 11:28:24 +00:00
"@radix-ui/react-dropdown-menu": "^2.1.7",
2025-04-11 12:20:51 +00:00
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-radio-group": "^1.2.4",
2025-05-09 18:22:15 +00:00
"@radix-ui/react-scroll-area": "^1.2.8",
2025-04-25 17:08:28 +00:00
"@radix-ui/react-select": "^2.2.2",
2025-04-11 12:20:51 +00:00
"@radix-ui/react-separator": "^1.1.3",
"@radix-ui/react-slot": "^1.2.0",
2025-05-02 07:52:30 +00:00
"@radix-ui/react-tabs": "^1.1.9",
"@suiet/wallet-kit": "^0.3.7",
2025-04-13 11:23:11 +00:00
"@tanstack/react-query": "^5.73.3",
"@tanstack/react-query-devtools": "^5.73.3",
"axios": "^1.8.4",
2025-04-10 13:59:04 +00:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2025-04-15 19:28:14 +00:00
"date-fns": "^4.1.0",
2025-04-29 17:14:01 +00:00
"framer-motion": "^12.9.2",
2025-05-09 18:22:15 +00:00
"fuse.js": "^7.1.0",
2025-04-10 13:59:04 +00:00
"lucide-react": "^0.487.0",
"next": "15.3.0",
2025-04-13 14:59:42 +00:00
"next-themes": "^0.4.6",
2025-04-10 13:59:04 +00:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
2025-04-11 12:20:51 +00:00
"react-hook-form": "^7.55.0",
"react-icons": "^5.5.0",
2025-04-30 16:14:10 +00:00
"react-responsive": "^10.0.1",
"socket.io-client": "^4.8.1",
2025-04-13 14:59:42 +00:00
"sonner": "^2.0.3",
2025-04-10 13:59:04 +00:00
"tailwind-merge": "^3.2.0",
2025-04-11 12:20:51 +00:00
"tw-animate-css": "^1.2.5",
2025-04-30 16:14:10 +00:00
"vaul": "^1.1.2",
2025-04-13 14:59:42 +00:00
"zod": "^3.24.2",
"zustand": "^5.0.3"
2025-04-10 13:59:04 +00:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
2025-04-13 11:23:11 +00:00
}