sixty5-street/package.json
2025-11-11 12:16:20 +05:30

31 lines
785 B
JSON

{
"name": "start-app-dir",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sass": "sass --watch public/assets/scss/main.scss:public/assets/css/main.css",
"sitemap": "node scripts/generate-sitemap.js"
},
"dependencies": {
"axios": "^1.13.2",
"isotope-layout": "^3.0.6",
"next": "13.4.19",
"react": "18.2.0",
"react-curved-text": "^2.0.2",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-image-lightbox": "^5.1.4",
"react-modal-video": "^2.0.1",
"sass": "^1.66.1",
"selenium-webdriver": "^4.38.0",
"sitemap": "^8.0.0",
"swiper": "^10.2.0",
"wowjs": "^1.1.3",
"xml2js": "^0.6.2"
}
}