add files to vcs

Took 12 hours 2 minutes
This commit is contained in:
Tobias Hopp 2025-05-07 10:47:54 +02:00
parent de33aa514b
commit 64d211d9e8
3 changed files with 3429 additions and 0 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "itender",
"version": "1.0.0",
"main": "index.js",
"repository": "https://git.dateien.org/TobiasH/itender.git",
"author": "Tobias Hopp <thopp@conet.de>",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.15.14",
"typescript": "^5.8.3"
}
}

3397
web/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

20
yarn.lock Normal file
View File

@ -0,0 +1,20 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/node@^22.15.14":
version "22.15.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.14.tgz#889fd356a04d003a6d5650ccc003ef4d712430d7"
integrity sha512-BL1eyu/XWsFGTtDWOYULQEs4KR0qdtYfCxYAUYRoB7JP7h9ETYLgQTww6kH8Sj2C0pFGgrpM0XKv6/kbIzYJ1g==
dependencies:
undici-types "~6.21.0"
typescript@^5.8.3:
version "5.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
undici-types@~6.21.0:
version "6.21.0"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==