view package.json @ 43:a7b644dc1b4b

ridiculous fix for vite not proxying urls with . in them
author drewp@bigasterisk.com
date Fri, 06 Dec 2024 00:58:46 -0800
parents 0aea9e55899b
children
line wrap: on
line source

{
  "name": "video",
  "version": "0.0.1",
  "scripts": {
    "test": "jest",
    "test_forever": "jest --watch"
  },
  "dependencies": {
    "@lit-labs/router": "^0.1.3",
    "@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",
    "vite-plugin-rewrite-all": "1.0.1"
  },
  "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"
}