2021-10-25 19:34:50 +02:00
|
|
|
{
|
|
|
|
"name": "nwex.de",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Landing page for nwex.de",
|
|
|
|
"scripts": {
|
2022-01-05 15:22:15 +01:00
|
|
|
"start": "concurrently --kill-others 'tsc -p tsconfig.json --watch' 'reload -b -d public'"
|
2021-10-25 19:34:50 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitlab.upi.li/networkException/nwex.de"
|
|
|
|
},
|
|
|
|
"author": "networkException",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"devDependencies": {
|
2023-08-28 13:15:44 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
2023-08-22 09:55:51 +02:00
|
|
|
"concurrently": "^8.2.1",
|
2023-08-28 09:56:02 +02:00
|
|
|
"eslint": "^8.48.0",
|
2023-08-19 09:55:23 +02:00
|
|
|
"eslint-plugin-import": "^2.28.1",
|
2022-12-04 08:55:28 +01:00
|
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
2023-01-03 08:55:51 +01:00
|
|
|
"reload": "^3.2.1"
|
2021-10-25 19:34:50 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-25 09:55:27 +02:00
|
|
|
"typescript": "^5.2.2"
|
2021-10-25 19:34:50 +02:00
|
|
|
}
|
|
|
|
}
|