{ "name": "test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "npx vite --open --cors --host 0.0.0.0", "build": "npx vite build" }, "author": "", "license": "ISC", "devDependencies": { "typescript": "^5.5.4", "vite": "^5.4.2", "vite-plugin-singlefile": "^2.3.3" }, "dependencies": { "js-confetti": "^0.12.0" } }