anycoder-9006d49c / package.json
M-Zeki's picture
Upload package.json with huggingface_hub
90ecfab verified
Raw
History Blame Contribute Delete
499 Bytes
{
"name": "nordic-ai-data-ops",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"chart.js": "^4.4.1",
"lucide-react": "^0.344.0",
"next": "14.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}