{ "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": { "@fluentui/web-components": "^2.5.16", "@vaadin/router": "^1.7.5", "idb": "^8.0.0", "lit": "^3.1.0", "workbox-build": "^7.0.0", "workbox-core": "^7.0.0", "workbox-precaching": "^7.0.0" }, "devDependencies": { "@types/dom-screen-wake-lock": "^1.0.3", "@types/node": "^20.10.4", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.13.2", "c8": "^8.0.1", "eslint": "^8.55.0", "jsdom": "^23.0.1", "typescript": "^5.3.3", "vite": "^4.5.1", "vite-plugin-pwa": "^0.17.4", "vitest": "^0.34.6" }, "prettier": { "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "consistent", "trailingComma": "es5", "endOfLine": "crlf", "bracketSpacing": true } }