Completed the homepage / Release of v1.0

This commit is contained in:
2026-04-03 03:42:30 +05:30
parent 1b2eb0d972
commit 21bab3d3d4
10 changed files with 124 additions and 8 deletions

9
package-lock.json generated
View File

@@ -12,7 +12,8 @@
"animate.css": "^4.1.1",
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"typed.js": "^3.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
@@ -6363,6 +6364,12 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/typed.js": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/typed.js/-/typed.js-3.0.0.tgz",
"integrity": "sha512-X4pjf0E7riZBo6j3NS21/7cJJ20osSOtD1OxlRoKfFU3GsdPuSpWlFcIKWf0k8uoKwBBrPuHGx+fKeU6GzRcKg==",
"license": "GPL-3.0"
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",