ctucx.git: trainsearch

web based trip-planner, fork of https://cyberchaos.dev/yuka/trainsearch

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
29 
30 
31 
32 
33 
34 
{
  "name": "trainsearch",
  "version": "1.0.0",
  "description": "",
  "type": "module",
  "scripts": {
    "build": "rm -rf dist && webpack --config ./webpack.config.js",
    "start": "rm -rf dist && webpack-dev-server --open"
  },
  "author": "",
  "license": "AGPL-3.0",
  "dependencies": {
    "assert": "^2.1.0",
    "buffer": "^6.0.3",
    "db-vendo-client": "https://github.com/yuyuyureka/db-vendo-client#main",
    "hafas-client": "https://github.com/yu-re-ka/hafas-client#main",
    "idb": "^8.0.1",
    "lit-html": "^3.2.1"
  },
  "devDependencies": {
    "@principalstudio/html-webpack-inject-preload": "^1.2.7",
    "copy-webpack-plugin": "^12.0.2",
    "css-loader": "^7.1.2",
    "css-minimizer-webpack-plugin": "^7.0.0",
    "git-revision-webpack-plugin": "^5.0.0",
    "html-webpack-plugin": "^5.6.3",
    "mini-css-extract-plugin": "^2.9.2",
    "style-loader": "^4.0.0",
    "webpack": "^5.97.1",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.0",
    "workbox-webpack-plugin": "^7.3.0"
  }
}