anycoder-ac277926 / package.json
LethalLuck's picture
Upload package.json with huggingface_hub
1198b30 verified
raw
history blame contribute delete
290 Bytes
{
"name": "orc-police-tool",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"lucide-react": "^0.294.0"
}
}