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": {
|
2022-11-17 11:18:22 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
2022-11-16 08:56:16 +01:00
|
|
|
"concurrently": "^7.5.0",
|
2022-11-17 11:14:13 +01:00
|
|
|
"eslint": "^8.27.0",
|
2022-01-05 15:21:10 +01:00
|
|
|
"eslint-plugin-import": "^2.25.4",
|
|
|
|
"eslint-plugin-only-warn": "^1.0.3",
|
2021-10-25 19:34:50 +02:00
|
|
|
"reload": "^3.2.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-16 08:55:42 +01:00
|
|
|
"typescript": "^4.9.3"
|
2021-10-25 19:34:50 +02:00
|
|
|
}
|
|
|
|
}
|