| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -36,8 +36,8 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "preview:dist": "vite preview", | 
					 | 
					 | 
					 | 
					    "preview:dist": "vite preview", | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", | 
					 | 
					 | 
					 | 
					    "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "clean:lib": "rimraf node_modules", | 
					 | 
					 | 
					 | 
					    "clean:lib": "rimraf node_modules", | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "lint": "eslint .", | 
					 | 
					 | 
					 | 
					    "lint": "eslint \"src/**/*.{vue,ts,tsx}\"", | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "lint:fix": "eslint . --fix", | 
					 | 
					 | 
					 | 
					    "lint:fix": "eslint \"src/**/*.{vue,ts,tsx}\" --fix", | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "lint:stylelint": "stylelint \"**/*.{vue,css,less,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/", | 
					 | 
					 | 
					 | 
					    "lint:stylelint": "stylelint \"**/*.{vue,css,less,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/", | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "lint:lint-staged": "lint-staged", | 
					 | 
					 | 
					 | 
					    "lint:lint-staged": "lint-staged", | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "npm:check": "npx npm-check-updates", | 
					 | 
					 | 
					 | 
					    "npm:check": "npx npm-check-updates", | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -142,7 +142,28 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "vue-tsc": "^1.8.8" | 
					 | 
					 | 
					 | 
					    "vue-tsc": "^1.8.8" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  }, | 
					 | 
					 | 
					 | 
					  }, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  "lint-staged": { | 
					 | 
					 | 
					 | 
					  "lint-staged": { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "*": "eslint --fix" | 
					 | 
					 | 
					 | 
					    "*.{js,jsx,ts,tsx}": [ | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					      "prettier --write", | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					      "eslint --fix" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    ], | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					      "prettier --write--parser json" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    ], | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    "package.json": [ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					      "prettier --write" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    ], | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    "*.vue": [ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					      "prettier --write", | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					      "eslint --fix", | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					      "stylelint --fix" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    ], | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    "*.{scss,less,styl,html}": [ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					      "prettier --write", | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					      "stylelint --fix" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    ], | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    "*.md": [ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					      "prettier --write" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    ] | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  }, | 
					 | 
					 | 
					 | 
					  }, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  "config": { | 
					 | 
					 | 
					 | 
					  "config": { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "commitizen": { | 
					 | 
					 | 
					 | 
					    "commitizen": { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |