pyscript-bootstrap-templates/examples/01_hello_world/config.json

14 lines
685 B
JSON
Raw Normal View History

2022-09-11 16:33:43 +02:00
{
"root_folder": "01_hello_world",
"title": "01_hello_world",
"packages": [],
"paths": [],
2022-10-16 12:54:39 +02:00
"pyscript_css_url": "https://pyscript.net/latest/pyscript.css",
"pyscript_js_url": "https://pyscript.net/latest/pyscript.js",
"pyscript_py_url": "https://pyscript.net/latest/pyscript.py",
2022-09-11 16:33:43 +02:00
"bootstrap_css_url": "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css",
"bootstrap_js_url": "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js",
2022-10-16 10:23:01 +02:00
"pyscript_bootstrap_templates_wheel_url": "../dist/pyscript_bootstrap_templates-0.1.0-py3-none-any.whl",
"pwa_bg_color": "#000000",
"pwa_theme_color": "#ffffff"
2022-09-11 16:33:43 +02:00
}