{ "name": "pwa-starter", "version": "0.0.1", "description": "A starter kit for building PWAs!", "main": "index.js", "scripts": { "build": "tsc && vite build", "coverage": "vitest --coverage", "deploy": " npx @azure/static-web-apps-cli login --no-use-keychain && npx @azure/static-web-apps-cli deploy", "dev": "npx @azure/static-web-apps-cli start http://localhost:3000 --run \"npm run dev-server\"", "dev-server": "vite --open", "dev-task": "vite", "lint": "eslint src/**/*.ts", "start": "npm run dev", "start-remote": "vite --host", "test": "vitest" }, "author": "", "license": "ISC", "dependencies": { "@vaadin/router": "^1.7.5", "idb": "^7.1.1", "lit": "^3.0.0", "workbox-build": "^7.0.0", "workbox-core": "^7.0.0", "workbox-precaching": "^7.0.0" }, "devDependencies": { "@types/dom-screen-wake-lock": "^1.0.1", "@types/node": "^20.8.6", "@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^5.62.0", "c8": "^8.0.1", "eslint": "^8.51.0", "jsdom": "^20.0.0", "typescript": "^5.2.2", "vite": "^3.2.7", "vite-plugin-pwa": "^0.16.5", "vitest": "^0.34.6" }, "prettier": { "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "consistent", "trailingComma": "es5", "endOfLine": "crlf", "bracketSpacing": true } }