package.json 590 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "a4_jicnic",
  3. "version": "0.1.0",
  4. "description": "",
  5. "main": "server.js",
  6. "scripts": {
  7. "browser-sync": "browser-sync start --proxy 'localhost:8000' --files 'static/**/*.*'",
  8. "dev": "bun run server.js --watch"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "UNLICENSED",
  13. "dependencies": {
  14. "body-parser": "^1.20.2",
  15. "browser-sync": "^3.0.2",
  16. "cookie-session": "^2.0.0",
  17. "date-fns": "^3.6.0",
  18. "dotenv": "^16.4.5",
  19. "ejs": "^3.1.9",
  20. "express": "^4.18.2",
  21. "ws": "^8.16.0"
  22. },
  23. "devDependencies": {
  24. "nodemon": "^3.1.0"
  25. }
  26. }