29 lines
721 B
JSON
29 lines
721 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": {
|
|
"axios": "^1.11.0",
|
|
"bootstrap-touchspin": "^4.7.3",
|
|
"framer-motion": "^12.23.12",
|
|
"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-google-recaptcha": "^3.1.0",
|
|
"react-modal-video": "^2.0.1",
|
|
"sass": "^1.66.1",
|
|
"swiper": "^10.2.0",
|
|
"wowjs": "^1.1.3"
|
|
}
|
|
}
|