| 
					
				 | 
			
			
				@@ -1,11 +1,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "name": "vite-template", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  "version": "0.7.1", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  "version": "0.8.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "scripts": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "dev": "vite", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "build": "vue-tsc --noEmit && vite build", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "build:test": "vue-tsc --noEmit && vite build --mode test", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "preview": "vite preview", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "lint": "eslint --cache \"src/**/*.{vue,ts,tsx}\" --fix", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "prepare": "husky install", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "commit": "git cz", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "husky-hook:add": "husky add .husky/pre-commit ./node_modules/.bin/lint-staged" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -27,37 +29,37 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "dependencies": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "@ant-design/icons-vue": "^6.0.1", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "@vueuse/core": "^7.4.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "ant-design-vue": "^3.0.0-alpha.16", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "@vueuse/core": "^7.5.3", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "ant-design-vue": "^3.0.0-beta.7", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "axios": "^0.24.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "nprogress": "^0.2.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "pinia": "^2.0.8", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "vue": "^3.2.26", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "pinia": "^2.0.9", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "vue": "^3.2.27", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "vue-router": "^4.0.12" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "devDependencies": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "@types/node": "^16.11.15", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "@types/node": "^16.11.21", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "@types/nprogress": "^0.2.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "@typescript-eslint/eslint-plugin": "^5.8.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "@typescript-eslint/parser": "^5.8.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "@typescript-eslint/eslint-plugin": "^5.10.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "@typescript-eslint/parser": "^5.10.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "@vitejs/plugin-vue": "^2.0.1", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "@vitejs/plugin-vue-jsx": "^1.3.3", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "@vue/eslint-config-typescript": "^9.1.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "commitizen": "^4.2.4", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "cz-conventional-changelog": "^3.3.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "eslint": "^8.5.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "eslint": "^8.7.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "eslint-config-prettier": "^8.3.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "eslint-define-config": "^1.2.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "eslint-define-config": "^1.2.3", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "eslint-plugin-prettier": "^4.0.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "eslint-plugin-vue": "^8.2.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "eslint-plugin-vue": "^8.3.0", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "husky": "^7.0.4", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "less": "^4.1.2", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "lint-staged": "^12.1.3", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "lint-staged": "^12.2.2", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "prettier": "^2.5.1", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "typescript": "^4.5.4", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "typescript": "^4.5.5", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "unplugin-auto-import": "^0.5.11", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "unplugin-vue-components": "^0.17.9", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    "vite": "^2.7.5", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "unplugin-vue-components": "^0.17.14", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    "vite": "^2.7.13", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "vue-tsc": "^0.29.8" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |