Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.5.11 to 2.5.12. - [Release notes](https://github.com/vuetifyjs/vuetify/releases) - [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.5.12/packages/vuetify) --- updated-dependencies: - dependency-name: vuetify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			98 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			98 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "it-tools",
 | |
|   "version": "2.0.0-beta.0",
 | |
|   "private": false,
 | |
|   "description": "Aggregated set of useful tools that every developer may need once in a while.",
 | |
|   "license": "MIT",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/CorentinTh/it-tools"
 | |
|   },
 | |
|   "funding": "https://github.com/sponsors/CorentinTh",
 | |
|   "author": "Corentin Th <corentin.thomasset74+npm@gmail.com> (https://github.com/CorentinTh)",
 | |
|   "homepage": "https://it-tools.tech",
 | |
|   "bugs": "https://github.com/CorentinTh/it-tools/issues",
 | |
|   "keywords": [
 | |
|     "productivity",
 | |
|     "converter",
 | |
|     "website",
 | |
|     "vuejs",
 | |
|     "tools",
 | |
|     "frontend",
 | |
|     "tool",
 | |
|     "developer-tools",
 | |
|     "developer-productivity"
 | |
|   ],
 | |
|   "scripts": {
 | |
|     "dev": "nuxt",
 | |
|     "build": "npm run generate",
 | |
|     "start": "nuxt start",
 | |
|     "generate": "nuxt generate",
 | |
|     "lint:commit": "commitlint --from $(git rev-list --max-parents=0 HEAD)",
 | |
|     "lint:js": "eslint --ext .js,.vue --ignore-path=.gitignore --max-warnings=0 .",
 | |
|     "lint": "npm run lint:js && npm run lint:commit",
 | |
|     "test": "jest",
 | |
|     "prepare": "husky install",
 | |
|     "release": "standard-version"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@nuxtjs/axios": "^5.13.6",
 | |
|     "@nuxtjs/markdownit": "^2.0.0",
 | |
|     "@nuxtjs/pwa": "^3.0.2",
 | |
|     "@nuxtjs/sitemap": "^2.4.0",
 | |
|     "@nuxtjs/toast": "^3.3.1",
 | |
|     "bip39": "^3.0.4",
 | |
|     "change-case": "^4.1.2",
 | |
|     "color-convert": "^2.0.1",
 | |
|     "color-name": "^1.1.4",
 | |
|     "convert-units": "^2.3.4",
 | |
|     "core-js": "^3.19.1",
 | |
|     "cron-validator": "^1.2.1",
 | |
|     "cronstrue": "^1.122.0",
 | |
|     "crypto-js": "^4.1.1",
 | |
|     "markdown-it-anchor": "^8.4.1",
 | |
|     "markdown-it-highlightjs": "^3.5.0",
 | |
|     "nuxt": "^2.15.8",
 | |
|     "nuxt-i18n": "^6.28.1",
 | |
|     "qrcode.vue": "^3.3.3",
 | |
|     "vue-plausible": "^1.2.1",
 | |
|     "vuetify": "^2.5.12",
 | |
|     "vuetify-toast-snackbar": "^0.6.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@commitlint/cli": "^14.1.0",
 | |
|     "@commitlint/config-conventional": "^14.1.0",
 | |
|     "@nuxt/types": "^2.15.8",
 | |
|     "@nuxt/typescript-build": "^2.1.0",
 | |
|     "@nuxtjs/eslint-config": "^6.0.1",
 | |
|     "@nuxtjs/eslint-config-typescript": "^6.0.0",
 | |
|     "@nuxtjs/eslint-module": "^3.0.2",
 | |
|     "@nuxtjs/google-fonts": "^1.3.0",
 | |
|     "@nuxtjs/svg": "^0.3.0",
 | |
|     "@nuxtjs/vuetify": "^1.12.1",
 | |
|     "@types/color-convert": "^2.0.0",
 | |
|     "@types/color-name": "^1.1.1",
 | |
|     "@types/convert-units": "^2.3.5",
 | |
|     "@types/crypto-js": "^4.0.2",
 | |
|     "@vue/test-utils": "^1.2.2",
 | |
|     "babel-core": "7.0.0-bridge.0",
 | |
|     "babel-eslint": "^10.1.0",
 | |
|     "babel-jest": "^27.3.1",
 | |
|     "eslint": "^7.32.0",
 | |
|     "eslint-config-prettier": "^8.3.0",
 | |
|     "eslint-plugin-nuxt": "^3.0.0",
 | |
|     "eslint-plugin-prettier": "^4.0.0",
 | |
|     "eslint-plugin-promise": "^5.1.1",
 | |
|     "husky": "^7.0.4",
 | |
|     "jest": "^27.3.1",
 | |
|     "less": "^4.1.2",
 | |
|     "less-loader": "^7.1.0",
 | |
|     "markdown-toc": "^1.2.0",
 | |
|     "nuxt-property-decorator": "^2.9.1",
 | |
|     "standard-version": "^9.3.2",
 | |
|     "ts-jest": "^27.0.7",
 | |
|     "vue-jest": "^3.0.4",
 | |
|     "yaml": "^1.10.2"
 | |
|   }
 | |
| }
 |