anycoder-2ae81253 / package.json
santiagr7776's picture
Upload package.json with huggingface_hub
709c3b3 verified
raw
history blame contribute delete
674 Bytes
{
"name": "truth-anchor-v11.2",
"version": "11.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"axios": "^1.7.2",
"framer-motion": "^11.0.0",
"lucide-react": "^0.300.0",
"recharts": "^2.12.0",
"date-fns": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.0"
}
}