{ "name": "name", "version": "2.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "sass": "sass --watch public/assets/css/theme.scss:public/assets/css/theme.css" }, "dependencies": { "eslint": "8.40.0", "eslint-config-next": "13.4.1", "isotope-layout": "^3.0.6", "next": "13.4.1", "react": "18.2.0", "react-countup": "^6.4.2", "react-dom": "18.2.0", "react-modal-video": "^2.0.0", "react-scroll-trigger": "^0.6.14", "react-slick": "^0.29.0", "sass": "^1.62.1", "slick-carousel": "^1.8.1", "swiper": "^9.3.1", "wowjs": "^1.1.3" }, "devDependencies": { "@types/react-slick": "^0.23.10" }, "resolutions": { "react-countup/countup.js": "2.5.0" } }