66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"npm_root": "tools/frontend_assets",
|
|
"report_markdown": "artifacts/frontend_libraries.md",
|
|
"report_json": "artifacts/frontend_libraries.json",
|
|
"assets": [
|
|
{
|
|
"id": "bulma_css",
|
|
"kind": "npm_file",
|
|
"package": "bulma",
|
|
"source_path": "css/bulma.min.css",
|
|
"targets": [
|
|
"core/static/css/bulma.min.css"
|
|
],
|
|
"purpose": "Bulma core stylesheet",
|
|
"official_url": "https://bulma.io"
|
|
},
|
|
{
|
|
"id": "gridstack_css",
|
|
"kind": "npm_file",
|
|
"package": "gridstack",
|
|
"source_path": "dist/gridstack.min.css",
|
|
"targets": [
|
|
"core/static/css/gridstack.min.css"
|
|
],
|
|
"purpose": "GridStack stylesheet",
|
|
"official_url": "https://gridstackjs.com/"
|
|
},
|
|
{
|
|
"id": "gridstack_js",
|
|
"kind": "npm_file",
|
|
"package": "gridstack",
|
|
"source_path": "dist/gridstack-all.js",
|
|
"targets": [
|
|
"core/static/js/gridstack-all.js"
|
|
],
|
|
"purpose": "GridStack bundle used by the dashboard",
|
|
"official_url": "https://gridstackjs.com/"
|
|
},
|
|
{
|
|
"id": "htmx_js",
|
|
"kind": "npm_file",
|
|
"package": "htmx.org",
|
|
"source_path": "dist/htmx.min.js",
|
|
"targets": [
|
|
"core/static/js/htmx.min.js"
|
|
],
|
|
"purpose": "htmx runtime",
|
|
"official_url": "https://htmx.org/"
|
|
},
|
|
{
|
|
"id": "fontawesome_bundle",
|
|
"kind": "url_bundle",
|
|
"version": "6.1.1",
|
|
"entry_url": "https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css",
|
|
"entry_target": "css/all.css",
|
|
"target_roots": [
|
|
"core/static/vendor/fontawesome"
|
|
],
|
|
"official_url": "https://fontawesome.com",
|
|
"license": "Font Awesome Pro commercial terms via site-assets.fontawesome.com",
|
|
"purpose": "Existing Font Awesome asset family, self-hosted locally to preserve the currently used icon set"
|
|
}
|
|
]
|
|
}
|