confluence_web/frontend/package.json
Artur Mukhamadiev 3ef50c4448 frontend: thinking-orbs loading indicator and CSS book logo
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).
2026-09-15 12:00:26 +03:00

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"
}
}