view package.json @ 22:ff73b95fc72f

frontend cleanups and improvements. this commit contains some future work too
author drewp@bigasterisk.com
date Mon, 17 Apr 2023 13:33:05 -0700
parents f0a773084a2e
children 1fa90a903621
line wrap: on
line source

{
  "name": "video",
  "version": "0.0.1",
  "scripts": {
    "test": "jest",
    "test_forever": "jest --watch"
  },
  "dependencies": {
    "@shoelace-style/shoelace": "^2.4.0",
    "express": "^4.18.2",
    "lit": "^2.7.2",
    "serve-index": "^1.9.1",
    "shaka-video-element": "^0.0.6",
    "vite": "4.3.0-beta.6"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "jest": "^29.5.0",
    "node-globals": "^0.1.5",
    "stylus": "^0.59.0",
    "ts-jest": "^29.1.0",
    "tslib": "^2.5.0",
    "typescript": "^5.0.4"
  }
}