rapharehap/package.json
2025-08-26 13:45:05 +05:30

26 lines
623 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"
},
"dependencies": {
"bootstrap-touchspin": "^4.7.3",
"isotope-layout": "^3.0.6",
"lightgallery": "^2.7.2",
"next": "^14.0.4-canary.36",
"react": "18.2.0",
"react-curved-text": "^2.0.2",
"react-dom": "18.2.0",
"react-modal-video": "^2.0.1",
"sass": "^1.66.1",
"swiper": "^10.2.0",
"wowjs": "^1.1.3"
}
}