Compare commits
4 commits
4cb8d4cc6f
...
e7ab085d4f
Author | SHA1 | Date | |
---|---|---|---|
e7ab085d4f | |||
4865f08307 | |||
a2007c93dd | |||
d7891d2e11 |
3 changed files with 1946 additions and 936 deletions
2
LICENSE
2
LICENSE
|
@ -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
2877
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue