Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-02-17 09:24:45 +01:00
parent 77e16fe6bf
commit a2ed5c57f0
10 changed files with 4972 additions and 224 deletions

View File

@ -7,6 +7,7 @@
"license": "MIT",
"dependencies": {
"@dzeio/object-util": "^1.0.4",
"parcel": "^1.12.4",
"serve": "^11.3.2",
"ts-node": "^9.0.0",
"typescript": "^4.1.2",
@ -22,6 +23,6 @@
"scripts": {
"dev": "webpack --watch",
"build": "webpack",
"serve": "serve ."
"serve": "serve ./dist"
}
}