29 lines
689 B
JSON
29 lines
689 B
JSON
{
|
|
"name": "shivasakthi-restarunt",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"sitemap": "node scripts/generate-sitemap.cjs"
|
|
},
|
|
"dependencies": {
|
|
"aos": "^2.3.4",
|
|
"axios": "^1.9.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"
|
|
}
|
|
}
|