package.json 440 B

1234567891011121314151617181920
  1. {
  2. "name": "benchmark",
  3. "version": "0.0.0",
  4. "author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
  5. "license": "MIT",
  6. "type": "module",
  7. "scripts": {
  8. "dev": "pnpm start --noMinify --skipBench --vdom",
  9. "start": "node index.js"
  10. },
  11. "dependencies": {
  12. "@vitejs/plugin-vue": "catalog:",
  13. "connect": "^3.7.0",
  14. "sirv": "^2.0.4",
  15. "vite": "catalog:"
  16. },
  17. "devDependencies": {
  18. "@types/connect": "^3.4.38"
  19. }
  20. }