first commit

This commit is contained in:
mukesh13
2025-06-25 16:55:21 +05:30
parent 58e44ee8ab
commit a62d728bd3
18 changed files with 1214 additions and 102 deletions

10
package-lock.json generated
View File

@ -8,6 +8,7 @@
"name": "3engines",
"version": "0.1.0",
"dependencies": {
"lucide-react": "^0.523.0",
"next": "15.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
@ -4513,6 +4514,15 @@
"loose-envify": "cli.js"
}
},
"node_modules/lucide-react": {
"version": "0.523.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.523.0.tgz",
"integrity": "sha512-rUjQoy7egZT9XYVXBK1je9ckBnNp7qzRZOhLQx5RcEp2dCGlXo+mv6vf7Am4LimEcFBJIIZzSGfgTqc9QCrPSw==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/magic-string": {
"version": "0.30.17",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",