Mercurial > code > home > repos > video
annotate package.json @ 49:1bd17c2e5517 default tip
video.py must sign video urls for serve-files.js to serve them
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Dec 2024 17:13:51 -0800 |
parents | a7b644dc1b4b |
children |
rev | line source |
---|---|
0 | 1 { |
2 "name": "video", | |
3 "version": "0.0.1", | |
4 "scripts": { | |
5 "test": "jest", | |
6 "test_forever": "jest --watch" | |
7 }, | |
8 "dependencies": { | |
38
0aea9e55899b
hack in path router - dirs kind of work; putting a video in the path doesn't
drewp@bigasterisk.com
parents:
30
diff
changeset
|
9 "@lit-labs/router": "^0.1.3", |
30 | 10 "@shoelace-style/shoelace": "^2.16.0", |
11 "express": "^4.19.2", | |
12 "lit": "^3.2.0", | |
2
78c1a2983010
rewrite UI and file serving parts; use vite
drewp@bigasterisk.com
parents:
0
diff
changeset
|
13 "serve-index": "^1.9.1", |
30 | 14 "shaka-video-element": "^0.6.6", |
43
a7b644dc1b4b
ridiculous fix for vite not proxying urls with . in them
drewp@bigasterisk.com
parents:
38
diff
changeset
|
15 "vite": "4.3.9", |
a7b644dc1b4b
ridiculous fix for vite not proxying urls with . in them
drewp@bigasterisk.com
parents:
38
diff
changeset
|
16 "vite-plugin-rewrite-all": "1.0.1" |
0 | 17 }, |
18 "devDependencies": { | |
30 | 19 "@types/jest": "^29.5.12", |
20 "jest": "^29.7.0", | |
0 | 21 "node-globals": "^0.1.5", |
30 | 22 "stylus": "^0.63.0", |
23 "ts-jest": "^29.2.5", | |
24 "tslib": "^2.7.0", | |
25 "typescript": "^5.5.4" | |
26 }, | |
27 "packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276" | |
0 | 28 } |