ChronicleNext / frontend /package.json
topguy's picture
Release v1.0.0: Official milestone with Alchemical Feedback, Thinking Model support, and Zoom-In Prompt editing.
c60a62f
Raw
History Blame Contribute Delete
595 Bytes
{
"name": "frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"lucide-react": "^1.6.0",
"next": "16.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"@huggingface/hub": "^0.15.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}