first commit
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "advitex-nextjs",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.9.0",
|
||||
"bootstrap": "^5.3.2",
|
||||
"drift-zoom": "^1.5.1",
|
||||
"gsap": "^3.12.7",
|
||||
"next": "15.3.0",
|
||||
"odometer": "^0.4.8",
|
||||
"photoswipe": "^5.4.4",
|
||||
"rc-slider": "^11.1.8",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"sass": "^1.86.3",
|
||||
"simple-parallax-js": "^6.1.1",
|
||||
"swiper": "^11.2.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user