feat:initial commit

This commit is contained in:
Ashwani Senapati
2025-10-12 18:33:42 +05:30
parent 5b384f4654
commit f3416202b8
9 changed files with 1481 additions and 116 deletions

View File

@@ -9,19 +9,24 @@
"lint": "eslint"
},
"dependencies": {
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.3.0",
"@react-three/postprocessing": "^3.0.4",
"framer-motion": "^12.23.24",
"next": "15.5.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.5.4"
"react-typed": "^2.0.12"
},
"devDependencies": {
"typescript": "^5",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"@eslint/eslintrc": "^3"
"tailwindcss": "^4",
"typescript": "^5"
}
}