wisski-cloud-distillery/internal/component/static/package.json
Tom Wiesing ccab2883a6
frontend: Rework asset generation
This commit reworks frontend asset generation to not need manually
written html files, but instead generate them automatically.
2022-11-16 13:07:11 +01:00

11 lines
220 B
JSON

{
"name": "wisski-distillery-frontend",
"version": "1.0.0",
"license": "AGPL-3.0-only",
"private": true,
"dependencies": {
"dayjs": "^1.11.5",
"node-html-parser": "^6.1.1",
"parcel": "^2.7.0"
}
}