File size: 766 Bytes
d04e364 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
{
"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"
}
}
|