{ "name": "sure", "private": true, "version": "0.2.0", "type": "module", "scripts": { "dev": "vite", "build-standalone": "tsc && vite build --config vite.standalone.config.ts", "build": "tsc && vite build", "preview": "vite preview" }, "devDependencies": { "@types/workbox-precaching": "^5.0.0", "sass": "^1.70.0", "typescript": "^5.2.2", "vite": "^5.0.8", "vite-plugin-make-offline": "^1.0.0", "vite-plugin-pwa": "^0.17.5", "workbox-precaching": "^7.0.0" }, "dependencies": { "@picocss/pico": "^1.5.11", "uhtml": "^4.4.7", "workbox-window": "^7.0.0" } }