anycoder-6340ea4c / package.json
Dariky's picture
Upload package.json with huggingface_hub
aa1f484 verified
raw
history blame contribute delete
473 Bytes
{
"name": "react-print-modal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "14.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0"
}
}