Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/vuetifyjs/vuetify/releases) - [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.5.1/packages/vuetify) Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			63 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "it-tools",
 | |
|   "version": "2.0.0-beta.0",
 | |
|   "private": true,
 | |
|   "scripts": {
 | |
|     "dev": "nuxt-ts",
 | |
|     "build": "npm run generate",
 | |
|     "start": "nuxt-ts start",
 | |
|     "generate": "nuxt-ts 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"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@nuxt/typescript-runtime": "^2.1.0",
 | |
|     "@nuxtjs/axios": "^5.13.5",
 | |
|     "@nuxtjs/markdownit": "^2.0.0",
 | |
|     "@nuxtjs/pwa": "^3.0.2",
 | |
|     "@nuxtjs/toast": "^3.3.1",
 | |
|     "bip39": "^3.0.4",
 | |
|     "color-convert": "^2.0.1",
 | |
|     "color-name": "^1.1.4",
 | |
|     "core-js": "^3.13.0",
 | |
|     "cron-validator": "^1.2.1",
 | |
|     "cronstrue": "^1.113.0",
 | |
|     "crypto-js": "^4.0.0",
 | |
|     "nuxt": "^2.15.6",
 | |
|     "nuxt-i18n": "^6.27.0",
 | |
|     "qrcode.vue": "^1.7.0",
 | |
|     "vuetify": "^2.5.1",
 | |
|     "vuetify-toast-snackbar": "^0.6.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@commitlint/cli": "^12.1.4",
 | |
|     "@commitlint/config-conventional": "^12.1.4",
 | |
|     "@nuxt/types": "^2.15.6",
 | |
|     "@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/svg": "^0.1.12",
 | |
|     "@nuxtjs/vuetify": "^1.11.2",
 | |
|     "@types/color-convert": "^2.0.0",
 | |
|     "@types/color-name": "^1.1.1",
 | |
|     "@types/crypto-js": "^4.0.1",
 | |
|     "@vue/test-utils": "^1.2.0",
 | |
|     "babel-core": "7.0.0-bridge.0",
 | |
|     "babel-eslint": "^10.1.0",
 | |
|     "babel-jest": "^27.0.1",
 | |
|     "eslint": "^7.27.0",
 | |
|     "eslint-config-prettier": "^8.3.0",
 | |
|     "eslint-plugin-nuxt": "^2.0.0",
 | |
|     "eslint-plugin-prettier": "^3.4.0",
 | |
|     "jest": "^26.5.0",
 | |
|     "less": "^4.0.0",
 | |
|     "less-loader": "^7.1.0",
 | |
|     "nuxt-property-decorator": "^2.9.1",
 | |
|     "ts-jest": "^26.5.6",
 | |
|     "vue-jest": "^3.0.4"
 | |
|   }
 | |
| }
 |