Compare commits

...

4 commits

3 changed files with 1946 additions and 936 deletions

View file

@ -1,6 +1,6 @@
BSD 2-Clause License
Copyright (c) 2023, networkException <git@nwex.de>
Copyright (c) 2023-2024, networkException <git@nwex.de>
All rights reserved.
Redistribution and use in source and binary forms, with or without

2877
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Landing page for nwex.de",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "concurrently --kill-others 'tsc -p tsconfig.json --watch' 'reload -b -d public'"
},
"repository": {
@ -10,7 +11,7 @@
"url": "https://gitlab.upi.li/networkException/nwex.de"
},
"author": "networkException",
"license": "UNLICENSED",
"license": "BSD-2-Clause",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"concurrently": "^8.2.1",