initial commit

This commit is contained in:
Ifrahim Ansari 2026-02-15 12:20:33 -05:00
parent 025a079ebe
commit 8f48d73476
291 changed files with 167331 additions and 0 deletions

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "Personal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.28.0",
"dependencies": {
"react": "^19.2.4"
},
"devDependencies": {
"vite": "^7.3.1"
}
}