anycoder-4d1c0cbc / package.json
LukeDunsMoto's picture
Upload package.json with huggingface_hub
f820906 verified
Raw
History Blame Contribute Delete
607 Bytes
{
"name": "interactive-ebook",
"version": "1.0.0",
"description": "Interactive E-book Template with React Components",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"lucide-react": "^0.292.0"
},
"devDependencies": {
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"tailwindcss": "3.3.5",
"@types/node": "20.8.7",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"typescript": "5.2.2"
}
}