package.json
452 Bytes
{
"name": "advith-consulting",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.7.2",
"eslint-config-next": "^13.5.6",
"next": "^13.5.6",
"react": "^18.3.1",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^18.3.1",
"react-tabs": "^6.0.2",
"swiper": "^11.1.9"
}
}