package.json
json
sha256:a34090cc4a394a78bd72cbbe34b08cc59525141e19135b6c0ab154f10611b9ef
debug(push/stream): instrument O-frame decode path with INF…
Sonnet 4.6
patch
121 days ago
| 1 | { |
| 2 | "name": "musehub-frontend", |
| 3 | "version": "0.1.0", |
| 4 | "scripts": { |
| 5 | "build:js": "esbuild src/ts/app.ts --bundle --format=iife --minify --outfile=musehub/templates/musehub/static/app.js", |
| 6 | "build:embed-player": "esbuild src/ts/embed-player.ts --bundle --format=iife --minify --outfile=musehub/templates/musehub/static/embed-player.js", |
| 7 | "build:css": "sass --style=compressed --no-source-map src/scss/app.scss musehub/templates/musehub/static/app.css", |
| 8 | "build:embed": "sass --style=compressed --no-source-map src/scss/embed.scss musehub/templates/musehub/static/embed.css", |
| 9 | "build": "npm run build:js && npm run build:css && npm run build:embed && node -e \"require('fs').writeFileSync('musehub/templates/musehub/static/.cache-id', String(Date.now()))\"", |
| 10 | "watch:js": "esbuild src/ts/app.ts --bundle --format=iife --outfile=musehub/templates/musehub/static/app.js --watch", |
| 11 | "watch:css": "sass --watch src/scss/app.scss musehub/templates/musehub/static/app.css", |
| 12 | "type-check": "tsc --noEmit", |
| 13 | "test": "vitest run", |
| 14 | "test:watch": "vitest", |
| 15 | "test:coverage": "vitest run --coverage" |
| 16 | }, |
| 17 | "devDependencies": { |
| 18 | "@types/node": "^22.0.0", |
| 19 | "@vitest/coverage-v8": "^4.1.4", |
| 20 | "esbuild": "^0.27.3", |
| 21 | "sass": "^1.89.2", |
| 22 | "typescript": "^5.9.3", |
| 23 | "vitest": "^4.1.4" |
| 24 | }, |
| 25 | "dependencies": { |
| 26 | "@types/d3": "^7.4.3", |
| 27 | "d3": "^7.9.0", |
| 28 | "highlight.js": "^11.11.1" |
| 29 | } |
| 30 | } |
File History
1 commit
sha256:a34090cc4a394a78bd72cbbe34b08cc59525141e19135b6c0ab154f10611b9ef
debug(push/stream): instrument O-frame decode path with INF…
Sonnet 4.6
patch
121 days ago