anycoder-873d13ec / package.json
shimanta420's picture
Upload package.json with huggingface_hub
9733ae0 verified
raw
history blame contribute delete
581 Bytes
{
"name": "toolsentry",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^13.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"tailwindcss": "^3.3.2",
"openai": "^3.3.0",
"axios": "^1.3.4",
"react-hot-toast": "^2.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"postcss": "^8.4.21",
"typescript": "^5.0.4"
}
}