Files
solisting/app/package.json

36 lines
913 B
JSON

{
"name": "solisting-app",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@descro/sdk": "file:../../descro/sdk",
"@solana/connector": "^0.2.4",
"@solana/kit": "^6.10.0",
"@solana/web3.js": "^1.0.0",
"@solisting/sdk": "workspace:*",
"@tanstack/react-query": "^5.101.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.21.0",
"motion": "^12.41.0",
"next": "^16.2.9",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^25.9.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3"
}
}