26 lines
550 B
JSON
26 lines
550 B
JSON
{
|
|
"name": "xbuild-next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emailjs/browser": "^4.4.1",
|
|
"bootstrap": "^5.3.3",
|
|
"next": "14.2.5",
|
|
"photoswipe": "^5.4.4",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-modal-video": "^2.0.2",
|
|
"react-photoswipe-gallery": "^3.0.2",
|
|
"react-toastify": "^10.0.5",
|
|
"sass": "^1.77.8",
|
|
"swiper": "^11.1.9",
|
|
"wowjs": "^1.1.3"
|
|
}
|
|
}
|