Replace the gear spinner with the thinking-orbs canvas engine (vendored framework-free build, driven by js/orb.js in the "solving" state) and the inline SVG brand icon with a pure CSS book whose cover flips open on page load and while the brand is hovered (js/logo.js).
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "Confluence Research Web UI and Mock Server",
|
|
"main": "js/app.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node dev/mock-server.js",
|
|
"start": "node dev/mock-server.js",
|
|
"test": "node --test tests/*.test.js",
|
|
"test:e2e": "node tests/e2e_runner.js"
|
|
},
|
|
"dependencies": {
|
|
"dompurify": "3.4.15",
|
|
"marked": "18.0.13",
|
|
"thinking-orbs": "0.3.1"
|
|
}
|
|
}
|