Initial Commit

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2020-10-01 22:19:17 +02:00
commit d6dea5cbf2
19 changed files with 11505 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"name": "realtime-oepnv-tracker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack/prod.js",
"start": "webpack-dev-server --config webpack/base.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"csv-loader": "^3.0.3",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.5.0",
"raw-loader": "^4.0.1",
"source-map": "^0.7.3",
"terser-webpack-plugin": "^4.2.2",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4",
"workbox-webpack-plugin": "^5.1.4"
}
}