d0df69e832
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.9.0 to 6.9.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"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": "^7.1.1",
|
|
"lit": "^3.0.2",
|
|
"workbox-build": "^7.0.0",
|
|
"workbox-core": "^7.0.0",
|
|
"workbox-precaching": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dom-screen-wake-lock": "^1.0.2",
|
|
"@types/node": "^20.8.10",
|
|
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
"@typescript-eslint/parser": "^6.9.1",
|
|
"c8": "^8.0.1",
|
|
"eslint": "^8.53.0",
|
|
"jsdom": "^22.1.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.0",
|
|
"vite-plugin-pwa": "^0.16.7",
|
|
"vitest": "^0.34.6"
|
|
},
|
|
"prettier": {
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"trailingComma": "es5",
|
|
"endOfLine": "crlf",
|
|
"bracketSpacing": true
|
|
}
|
|
}
|