package.json
json
sha256:e519738f2102d625d47828a17d113283cd744577b43551013cb668fd04f1c3fe
chore(mwp8/phase5): tick all RG checkboxes; close-out doc (…
Sonnet 4.6
18 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 | "highlight.js": "^11.11.1" |
| 27 | } |
| 28 | } |
File History
2 commits
sha256:e519738f2102d625d47828a17d113283cd744577b43551013cb668fd04f1c3fe
chore(mwp8/phase5): tick all RG checkboxes; close-out doc (…
Sonnet 4.6
18 days ago
sha256:0e5174da777684df43b2db71f282079030ef28bacffb93e19c29ee712b2a8bc4
test(mwp8/phase0): audit — repair+force-push leave stale ca…
Sonnet 4.6
20 days ago