pushing all files

This commit is contained in:
2025-08-30 11:03:32 +03:00
parent fd2dcf0daa
commit 81b875023b
510 changed files with 81710 additions and 0 deletions

27
package.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "conbix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bootstrap": "^5.3.3",
"next": "14.1.4",
"react": "^18",
"react-countup": "^6.5.2",
"react-dom": "^18",
"react-icons": "^5.5.0",
"react-modal-video": "^2.0.1",
"react-scroll-trigger": "^0.6.14",
"react-skillbars": "^2.2.0",
"swiper": "^11.0.7"
},
"devDependencies": {
"@types/node": "24.3.0",
"typescript": "5.9.2"
}
}