path:
/package.json
1.14 KB | plain
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
35
36
37
38
39
40
{
"name": "oeffisearch",
"version": "1.0.0",
"description": "fast and simple tripplanner",
"type": "module",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"dev": "concurrently --kill-others 'pnpm run watch' 'pnpm run start'",
"start": "nginx -c /tmp/nginx-oeffisearch.conf"
},
"author": "Katja(ctucx), yuka",
"license": "AGPL-3.0",
"dependencies": {
"buffer": "^6.0.3",
"db-vendo-client": "^6.8.0",
"hafas-client": "^6.3.4",
"ics": "^3.8.1",
"idb": "^8.0.1",
"lit": "^3.2.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"concurrently": "^9.1.2",
"html-minifier": "^4.0.0",
"rollup": "^4.40.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^3.0.1",
"rollup-plugin-html-literals": "^1.1.8",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-lit-css": "^5.0.2",
"rollup-plugin-summary": "^3.0.1",
"rollup-plugin-workbox": "^8.1.2"
}
}