landing and portfolio

This commit is contained in:
Ovidiu U
2026-03-13 11:00:39 +00:00
parent 55ae54d2c5
commit 8a755e6361
15 changed files with 1748 additions and 149 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "uovidiu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.local.uovidiu.com/bitstream/uovidiu.com.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"puppeteer": "^24.39.0"
}
}