package.json 395 B

1234567891011121314151617181920
  1. {
  2. "name": "test",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "dev": "npx vite --open --cors --host 0.0.0.0",
  8. "build": "npx vite build"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "typescript": "^5.5.4",
  14. "vite": "^5.4.2",
  15. "vite-plugin-singlefile": "^2.3.3"
  16. },
  17. "dependencies": {
  18. "js-confetti": "^0.12.0"
  19. }
  20. }