mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
Bumps [workbox-background-sync](https://github.com/googlechrome/workbox) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: workbox-background-sync dependency-version: 7.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
126 lines
3.5 KiB
JSON
126 lines
3.5 KiB
JSON
{
|
|
"name": "tandoor",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.19.1",
|
|
"@codemirror/commands": "^6.10.0",
|
|
"@codemirror/lang-markdown": "^6.5.0",
|
|
"@codemirror/state": "^6.3.3",
|
|
"@codemirror/view": "^6.38.6",
|
|
"@popperjs/core": "^2.11.7",
|
|
"axios": "^1.13.1",
|
|
"body-parser": "1.20.3",
|
|
"bootstrap-vue": "^2.23.1",
|
|
"brace-expansion": "2.0.2",
|
|
"core-js": "^3.46.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash.template": "4.5.0",
|
|
"mavon-editor": "^2.10.4",
|
|
"moment": "^2.30.1",
|
|
"pinia": "^2.3.1",
|
|
"prismjs": "^1.30.0",
|
|
"string-similarity": "^4.0.4",
|
|
"vue": "^2.7.16",
|
|
"vue-class-component": "^7.2.3",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-clickaway": "^2.2.2",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-cookies": "^1.8.6",
|
|
"vue-i18n": "^8.28.2",
|
|
"vue-infinite-loading": "^2.4.5",
|
|
"vue-multiselect": "^2.1.9",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vue-sanitize": "^0.2.2",
|
|
"vue-simple-calendar": "TandoorRecipes/vue-simple-calendar#lastvue2",
|
|
"vue2-touch-events": "^3.2.3",
|
|
"vuedraggable": "^2.24.3",
|
|
"workbox-window": "^7.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.28.5",
|
|
"@kazupon/vue-i18n-loader": "^0.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vue/cli": "^5.0.9",
|
|
"@vue/cli-plugin-babel": "^5.0.9",
|
|
"@vue/cli-plugin-eslint": "~5.0.9",
|
|
"@vue/cli-plugin-pwa": "^5.0.9",
|
|
"@vue/cli-plugin-typescript": "^5.0.9",
|
|
"@vue/cli-service": "^5.0.9",
|
|
"@vue/compiler-sfc": "^3.5.22",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"babel": "^6.23.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^9.1.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "~5.9.3",
|
|
"vue-cli-plugin-i18n": "^2.3.2",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"webpack-bundle-tracker": "3.2.1",
|
|
"workbox-background-sync": "^7.4.0",
|
|
"workbox-expiration": "^7.3.0",
|
|
"workbox-navigation-preload": "^7.3.0",
|
|
"workbox-precaching": "^7.3.0",
|
|
"workbox-routing": "^7.0.0",
|
|
"workbox-strategies": "^7.3.0",
|
|
"workbox-webpack-plugin": "^7.3.0"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended",
|
|
"@vue/typescript"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
},
|
|
"rules": {
|
|
"no-unused-vars": "off",
|
|
"vue/no-unused-components": "warn"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"resolutions": {
|
|
"@vue/cli-plugin-pwa/workbox-webpack-plugin": "^5.1.3",
|
|
"coa": "2.0.2",
|
|
"node-sass": "npm:sass@^1.32.0",
|
|
"braces": "^3.0.3",
|
|
"micromatch": "^4.0.8",
|
|
"postcss": "^8.4.31",
|
|
"sanitize-html": "^2.12.1",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"cross-spawn": "^6.0.6",
|
|
"ejs": "^3.1.10",
|
|
"rollup": "^2.79.2",
|
|
"got": "^11.8.5",
|
|
"json5": "^1.0.2",
|
|
"webpack-dev-server": "^5.2.1",
|
|
"pbkdf2": "^3.1.3",
|
|
"elliptic": "^6.6.1",
|
|
"path-to-regexp": "^0.1.12",
|
|
"body-parser": "1.20.3",
|
|
"serialize-javascript": "^6.0.2",
|
|
"cookie": "^0.7.0",
|
|
"send": "^0.19.0",
|
|
"serve-static": "^1.16.0",
|
|
"express": "^4.20.0"
|
|
}
|
|
}
|