{ "name": "ts-api", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@shuddho11288/blackboxai-api": "^1.2.0", "@shuddho11288/llama-api": "^1.1.0", "@shuddho11288/mistral-api": "^1.1.0", "@shuddho11288/sdxl-imagine": "^1.1.0", "axios": "^1.6.8", "js-cookie": "^3.0.5", "next": "14.1.4", "react": "^18", "react-confetti": "^6.1.0", "react-confetti-explosion": "^2.1.2", "react-dom": "^18", "react-icons": "^5.0.1" }, "devDependencies": { "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.1.4", "postcss": "^8", "tailwindcss": "^3.3.0" } }