2021-10-25 19:34:50 +02:00
|
|
|
{
|
|
|
|
"name": "nwex.de",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Landing page for nwex.de",
|
|
|
|
"scripts": {
|
2024-12-25 14:18:23 +01:00
|
|
|
"build": "tsc -p tsconfig.json",
|
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",
|
2024-12-25 14:50:02 +01:00
|
|
|
"url": "https://git.nwex.de/networkException/nwex.de"
|
2021-10-25 19:34:50 +02:00
|
|
|
},
|
|
|
|
"author": "networkException",
|
2024-12-25 14:12:58 +01:00
|
|
|
"license": "BSD-2-Clause",
|
2021-10-25 19:34:50 +02:00
|
|
|
"devDependencies": {
|
2023-08-28 11:15:44 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
2023-08-22 07:55:51 +00:00
|
|
|
"concurrently": "^8.2.1",
|
2023-08-28 07:56:02 +00:00
|
|
|
"eslint": "^8.48.0",
|
2023-08-19 07:55:23 +00:00
|
|
|
"eslint-plugin-import": "^2.28.1",
|
2022-12-04 07:55:28 +00:00
|
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
2023-01-03 07:55:51 +00:00
|
|
|
"reload": "^3.2.1"
|
2021-10-25 19:34:50 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-25 14:46:38 +01:00
|
|
|
"typescript": "^5.7.2"
|
2021-10-25 19:34:50 +02:00
|
|
|
}
|
|
|
|
}
|