Mercurial > code > home > repos > video
view package.json @ 33:6ee4c73decf4
fix playability of vids with # in their titles
author | drewp@bigasterisk.com |
---|---|
date | Mon, 26 Aug 2024 22:34:28 -0700 |
parents | 1fa90a903621 |
children | 0aea9e55899b |
line wrap: on
line source
{ "name": "video", "version": "0.0.1", "scripts": { "test": "jest", "test_forever": "jest --watch" }, "dependencies": { "@shoelace-style/shoelace": "^2.16.0", "express": "^4.19.2", "lit": "^3.2.0", "serve-index": "^1.9.1", "shaka-video-element": "^0.6.6", "vite": "4.3.9" }, "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "node-globals": "^0.1.5", "stylus": "^0.63.0", "ts-jest": "^29.2.5", "tslib": "^2.7.0", "typescript": "^5.5.4" }, "packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276" }