Working version 0.1.

This commit is contained in:
2023-12-27 23:24:03 +01:00
parent 38edb49053
commit 04b3a7d02d
13 changed files with 4425 additions and 1 deletions

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "abfallalarm",
"version": "0.1.0",
"description": "AbfallAlarm ist eine intuitive und benutzerfreundliche WebApp, die darauf abzielt, das Leben der Bürger von Arnsberg zu vereinfachen, indem sie eine zuverlässige Erinnerungsfunktion für den städtischen Abfallkalender bietet.",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode production",
"start": "webpack serve --config webpack.config.js --mode development",
"stop": "sh stop-server.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PxaMMaxP/AbfallAlarm.git"
},
"keywords": [],
"author": "M. Passarello",
"license": "MIT",
"bugs": {
"url": "https://github.com/PxaMMaxP/AbfallAlarm/issues"
},
"homepage": "https://github.com/PxaMMaxP/AbfallAlarm#readme",
"devDependencies": {
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"ical.js": "^1.5.0"
}
}