Working version 0.1.
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user