shivas-dosa/package.json
akashluca-l 50bca1a5de
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled
Hole website corrections updated
2025-07-19 17:48:03 +05:30

29 lines
677 B
JSON

{
"name": "shivas-dosa-restarunt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"aos": "^2.3.4",
"axios": "^1.10.0",
"isotope-layout": "^3.0.6",
"next": "14.2.4",
"react": "^18",
"react-bootstrap": "^1.6.1",
"react-circular-progressbar": "^2.1.0",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"react-nice-select": "^1.0.6",
"react-player": "^2.16.0",
"react-slick": "^0.30.2",
"react-visibility-sensor": "^5.1.1",
"sitemap": "^8.0.0"
}
}