feat(css): added unocss with attributify preset
This commit is contained in:
		
							parent
							
								
									4ccd73c2d1
								
							
						
					
					
						commit
						001031b7b5
					
				| @ -11,6 +11,7 @@ module.exports = { | |||||||
|     '@vue/eslint-config-prettier', |     '@vue/eslint-config-prettier', | ||||||
|     'plugin:import/recommended', |     'plugin:import/recommended', | ||||||
|     './.eslintrc-auto-import.json', |     './.eslintrc-auto-import.json', | ||||||
|  |     '@unocss', | ||||||
|   ], |   ], | ||||||
| 
 | 
 | ||||||
|   settings: { |   settings: { | ||||||
|  | |||||||
							
								
								
									
										14
									
								
								components.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								components.d.ts
									
									
									
									
										vendored
									
									
								
							| @ -20,32 +20,46 @@ declare module '@vue/runtime-core' { | |||||||
|     NavbarButtons: typeof import('./src/components/NavbarButtons.vue')['default'] |     NavbarButtons: typeof import('./src/components/NavbarButtons.vue')['default'] | ||||||
|     NButton: typeof import('naive-ui')['NButton'] |     NButton: typeof import('naive-ui')['NButton'] | ||||||
|     NCard: typeof import('naive-ui')['NCard'] |     NCard: typeof import('naive-ui')['NCard'] | ||||||
|  |     NCheckbox: typeof import('naive-ui')['NCheckbox'] | ||||||
|     NCode: typeof import('naive-ui')['NCode'] |     NCode: typeof import('naive-ui')['NCode'] | ||||||
|     NCollapseTransition: typeof import('naive-ui')['NCollapseTransition'] |     NCollapseTransition: typeof import('naive-ui')['NCollapseTransition'] | ||||||
|     NColorPicker: typeof import('naive-ui')['NColorPicker'] |     NColorPicker: typeof import('naive-ui')['NColorPicker'] | ||||||
|     NConfigProvider: typeof import('naive-ui')['NConfigProvider'] |     NConfigProvider: typeof import('naive-ui')['NConfigProvider'] | ||||||
|  |     NDatePicker: typeof import('naive-ui')['NDatePicker'] | ||||||
|     NDivider: typeof import('naive-ui')['NDivider'] |     NDivider: typeof import('naive-ui')['NDivider'] | ||||||
|  |     NDynamicInput: typeof import('naive-ui')['NDynamicInput'] | ||||||
|     NEllipsis: typeof import('naive-ui')['NEllipsis'] |     NEllipsis: typeof import('naive-ui')['NEllipsis'] | ||||||
|     NForm: typeof import('naive-ui')['NForm'] |     NForm: typeof import('naive-ui')['NForm'] | ||||||
|     NFormItem: typeof import('naive-ui')['NFormItem'] |     NFormItem: typeof import('naive-ui')['NFormItem'] | ||||||
|     NGi: typeof import('naive-ui')['NGi'] |     NGi: typeof import('naive-ui')['NGi'] | ||||||
|     NGrid: typeof import('naive-ui')['NGrid'] |     NGrid: typeof import('naive-ui')['NGrid'] | ||||||
|     NH1: typeof import('naive-ui')['NH1'] |     NH1: typeof import('naive-ui')['NH1'] | ||||||
|  |     NH2: typeof import('naive-ui')['NH2'] | ||||||
|     NH3: typeof import('naive-ui')['NH3'] |     NH3: typeof import('naive-ui')['NH3'] | ||||||
|     NIcon: typeof import('naive-ui')['NIcon'] |     NIcon: typeof import('naive-ui')['NIcon'] | ||||||
|  |     NImage: typeof import('naive-ui')['NImage'] | ||||||
|     NInput: typeof import('naive-ui')['NInput'] |     NInput: typeof import('naive-ui')['NInput'] | ||||||
|  |     NInputGroup: typeof import('naive-ui')['NInputGroup'] | ||||||
|  |     NInputGroupLabel: typeof import('naive-ui')['NInputGroupLabel'] | ||||||
|  |     NInputNumber: typeof import('naive-ui')['NInputNumber'] | ||||||
|     NLayout: typeof import('naive-ui')['NLayout'] |     NLayout: typeof import('naive-ui')['NLayout'] | ||||||
|     NLayoutSider: typeof import('naive-ui')['NLayoutSider'] |     NLayoutSider: typeof import('naive-ui')['NLayoutSider'] | ||||||
|     NMenu: typeof import('naive-ui')['NMenu'] |     NMenu: typeof import('naive-ui')['NMenu'] | ||||||
|     NPageHeader: typeof import('naive-ui')['NPageHeader'] |     NPageHeader: typeof import('naive-ui')['NPageHeader'] | ||||||
|  |     NProgress: typeof import('naive-ui')['NProgress'] | ||||||
|     NResult: typeof import('naive-ui')['NResult'] |     NResult: typeof import('naive-ui')['NResult'] | ||||||
|     NScrollbar: typeof import('naive-ui')['NScrollbar'] |     NScrollbar: typeof import('naive-ui')['NScrollbar'] | ||||||
|     NSelect: typeof import('naive-ui')['NSelect'] |     NSelect: typeof import('naive-ui')['NSelect'] | ||||||
|  |     NSlider: typeof import('naive-ui')['NSlider'] | ||||||
|     NSpace: typeof import('naive-ui')['NSpace'] |     NSpace: typeof import('naive-ui')['NSpace'] | ||||||
|  |     NStatistic: typeof import('naive-ui')['NStatistic'] | ||||||
|  |     NSwitch: typeof import('naive-ui')['NSwitch'] | ||||||
|     NTable: typeof import('naive-ui')['NTable'] |     NTable: typeof import('naive-ui')['NTable'] | ||||||
|     NTag: typeof import('naive-ui')['NTag'] |     NTag: typeof import('naive-ui')['NTag'] | ||||||
|     NText: typeof import('naive-ui')['NText'] |     NText: typeof import('naive-ui')['NText'] | ||||||
|     NTooltip: typeof import('naive-ui')['NTooltip'] |     NTooltip: typeof import('naive-ui')['NTooltip'] | ||||||
|  |     NUpload: typeof import('naive-ui')['NUpload'] | ||||||
|  |     NUploadDragger: typeof import('naive-ui')['NUploadDragger'] | ||||||
|     RouterLink: typeof import('vue-router')['RouterLink'] |     RouterLink: typeof import('vue-router')['RouterLink'] | ||||||
|     RouterView: typeof import('vue-router')['RouterView'] |     RouterView: typeof import('vue-router')['RouterView'] | ||||||
|     SearchBar: typeof import('./src/components/SearchBar.vue')['default'] |     SearchBar: typeof import('./src/components/SearchBar.vue')['default'] | ||||||
|  | |||||||
| @ -89,6 +89,7 @@ | |||||||
|     "@types/ua-parser-js": "^0.7.36", |     "@types/ua-parser-js": "^0.7.36", | ||||||
|     "@types/uuid": "^8.3.4", |     "@types/uuid": "^8.3.4", | ||||||
|     "@typescript-eslint/parser": "^5.57.0", |     "@typescript-eslint/parser": "^5.57.0", | ||||||
|  |     "@unocss/eslint-config": "^0.50.6", | ||||||
|     "@vitejs/plugin-vue": "^2.3.4", |     "@vitejs/plugin-vue": "^2.3.4", | ||||||
|     "@vitejs/plugin-vue-jsx": "^1.3.10", |     "@vitejs/plugin-vue-jsx": "^1.3.10", | ||||||
|     "@vue/eslint-config-prettier": "^7.1.0", |     "@vue/eslint-config-prettier": "^7.1.0", | ||||||
| @ -107,6 +108,7 @@ | |||||||
|     "standard-version": "^9.5.0", |     "standard-version": "^9.5.0", | ||||||
|     "start-server-and-test": "^1.15.4", |     "start-server-and-test": "^1.15.4", | ||||||
|     "typescript": "~4.5.5", |     "typescript": "~4.5.5", | ||||||
|  |     "unocss": "^0.50.6", | ||||||
|     "unplugin-auto-import": "^0.15.2", |     "unplugin-auto-import": "^0.15.2", | ||||||
|     "unplugin-vue-components": "^0.24.1", |     "unplugin-vue-components": "^0.24.1", | ||||||
|     "vite": "^2.9.15", |     "vite": "^2.9.15", | ||||||
|  | |||||||
							
								
								
									
										362
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										362
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							| @ -168,6 +168,9 @@ devDependencies: | |||||||
|   '@typescript-eslint/parser': |   '@typescript-eslint/parser': | ||||||
|     specifier: ^5.57.0 |     specifier: ^5.57.0 | ||||||
|     version: 5.57.0(eslint@8.36.0)(typescript@4.5.5) |     version: 5.57.0(eslint@8.36.0)(typescript@4.5.5) | ||||||
|  |   '@unocss/eslint-config': | ||||||
|  |     specifier: ^0.50.6 | ||||||
|  |     version: 0.50.6(eslint@8.36.0)(typescript@4.5.5) | ||||||
|   '@vitejs/plugin-vue': |   '@vitejs/plugin-vue': | ||||||
|     specifier: ^2.3.4 |     specifier: ^2.3.4 | ||||||
|     version: 2.3.4(vite@2.9.15)(vue@3.2.47) |     version: 2.3.4(vite@2.9.15)(vue@3.2.47) | ||||||
| @ -222,6 +225,9 @@ devDependencies: | |||||||
|   typescript: |   typescript: | ||||||
|     specifier: ~4.5.5 |     specifier: ~4.5.5 | ||||||
|     version: 4.5.5 |     version: 4.5.5 | ||||||
|  |   unocss: | ||||||
|  |     specifier: ^0.50.6 | ||||||
|  |     version: 0.50.6(postcss@8.4.21)(rollup@2.79.1)(vite@2.9.15) | ||||||
|   unplugin-auto-import: |   unplugin-auto-import: | ||||||
|     specifier: ^0.15.2 |     specifier: ^0.15.2 | ||||||
|     version: 0.15.2(@vueuse/core@8.9.4)(rollup@2.79.1) |     version: 0.15.2(@vueuse/core@8.9.4)(rollup@2.79.1) | ||||||
| @ -260,6 +266,13 @@ packages: | |||||||
|       '@jridgewell/trace-mapping': 0.3.17 |       '@jridgewell/trace-mapping': 0.3.17 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /@antfu/install-pkg@0.1.1: | ||||||
|  |     resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==} | ||||||
|  |     dependencies: | ||||||
|  |       execa: 5.1.1 | ||||||
|  |       find-up: 5.0.0 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /@antfu/utils@0.5.2: |   /@antfu/utils@0.5.2: | ||||||
|     resolution: {integrity: sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==} |     resolution: {integrity: sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==} | ||||||
|     dev: true |     dev: true | ||||||
| @ -1586,6 +1599,23 @@ packages: | |||||||
|     engines: {node: '>=6.9.0'} |     engines: {node: '>=6.9.0'} | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /@iconify/types@2.0.0: | ||||||
|  |     resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@iconify/utils@2.1.5: | ||||||
|  |     resolution: {integrity: sha512-6MvDI+I6QMvXn5rK9KQGdpEE4mmLTcuQdLZEiX5N+uZB+vc4Yw9K1OtnOgkl8mp4d9X0UrILREyZgF1NUwUt+Q==} | ||||||
|  |     dependencies: | ||||||
|  |       '@antfu/install-pkg': 0.1.1 | ||||||
|  |       '@antfu/utils': 0.7.2 | ||||||
|  |       '@iconify/types': 2.0.0 | ||||||
|  |       debug: 4.3.4 | ||||||
|  |       kolorist: 1.7.0 | ||||||
|  |       local-pkg: 0.4.3 | ||||||
|  |     transitivePeerDependencies: | ||||||
|  |       - supports-color | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /@istanbuljs/schema@0.1.3: |   /@istanbuljs/schema@0.1.3: | ||||||
|     resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} |     resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} | ||||||
|     engines: {node: '>=8'} |     engines: {node: '>=8'} | ||||||
| @ -1688,6 +1718,10 @@ packages: | |||||||
|       tslib: 2.5.0 |       tslib: 2.5.0 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /@polka/url@1.0.0-next.21: | ||||||
|  |     resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /@popperjs/core@2.11.7: |   /@popperjs/core@2.11.7: | ||||||
|     resolution: {integrity: sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==} |     resolution: {integrity: sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==} | ||||||
|     dev: false |     dev: false | ||||||
| @ -2394,6 +2428,208 @@ packages: | |||||||
|       eslint-visitor-keys: 3.4.0 |       eslint-visitor-keys: 3.4.0 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /@unocss/astro@0.50.6(rollup@2.79.1)(vite@2.9.15): | ||||||
|  |     resolution: {integrity: sha512-gSGQIh+hBCor7KbAylu4wBQaMZp3AkT8dW9E6jrecpluVxzGGdar93a79Wqs76OlWiu7hr8zOyRbSDgfkwDung==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       '@unocss/reset': 0.50.6 | ||||||
|  |       '@unocss/vite': 0.50.6(rollup@2.79.1)(vite@2.9.15) | ||||||
|  |     transitivePeerDependencies: | ||||||
|  |       - rollup | ||||||
|  |       - vite | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/cli@0.50.6(rollup@2.79.1): | ||||||
|  |     resolution: {integrity: sha512-La/KeZCpI7WxuqiUj37K7k/mh08oIGm15u8pkHUs2z+XtFWLemjWPeu84NK3cLgyUGlO2nwpDm2Awye4G1GgCg==} | ||||||
|  |     engines: {node: '>=14'} | ||||||
|  |     hasBin: true | ||||||
|  |     dependencies: | ||||||
|  |       '@ampproject/remapping': 2.2.0 | ||||||
|  |       '@rollup/pluginutils': 5.0.2(rollup@2.79.1) | ||||||
|  |       '@unocss/config': 0.50.6 | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       '@unocss/preset-uno': 0.50.6 | ||||||
|  |       cac: 6.7.14 | ||||||
|  |       chokidar: 3.5.3 | ||||||
|  |       colorette: 2.0.19 | ||||||
|  |       consola: 2.15.3 | ||||||
|  |       fast-glob: 3.2.12 | ||||||
|  |       magic-string: 0.30.0 | ||||||
|  |       pathe: 1.1.0 | ||||||
|  |       perfect-debounce: 0.1.3 | ||||||
|  |     transitivePeerDependencies: | ||||||
|  |       - rollup | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/config@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-/IdnXyU4NOQCXBryZsEv9GYAnTvCZ/wmm5mv5ZIPXrS1ZClVbCbnwUxIW08t4EHIX/E9gSFClzXJ52pLBFkZ7g==} | ||||||
|  |     engines: {node: '>=14'} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       unconfig: 0.3.7 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/core@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-WMIp8xr7YSlID2whqfRGLwagp59e6u4ckPACEpoDOW8sTeSPRZm54hxPhuWXD1SQuqcwHPMtM9nzGD8UOnqQxA==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/eslint-config@0.50.6(eslint@8.36.0)(typescript@4.5.5): | ||||||
|  |     resolution: {integrity: sha512-rhTa88ObLSz+yXXRfR2q9Mzqcm0kzZq/Qqav7P5OOWqKlm1aHz0kBaZKI1uc7EnUpEU0oZcXUzAkxlmMFqgt6g==} | ||||||
|  |     engines: {node: '>=14'} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/eslint-plugin': 0.50.6(eslint@8.36.0)(typescript@4.5.5) | ||||||
|  |     transitivePeerDependencies: | ||||||
|  |       - eslint | ||||||
|  |       - supports-color | ||||||
|  |       - typescript | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/eslint-plugin@0.50.6(eslint@8.36.0)(typescript@4.5.5): | ||||||
|  |     resolution: {integrity: sha512-DIMiHCFxIe0NbXKtfN51q18Ia3NoU79I28rL6uJee4lbcTPfcoPY7VRFihtk8ba+jOjl668yiNgdUMCijg370w==} | ||||||
|  |     engines: {node: '>=14'} | ||||||
|  |     dependencies: | ||||||
|  |       '@typescript-eslint/utils': 5.57.0(eslint@8.36.0)(typescript@4.5.5) | ||||||
|  |       '@unocss/config': 0.50.6 | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       magic-string: 0.30.0 | ||||||
|  |       synckit: 0.8.5 | ||||||
|  |     transitivePeerDependencies: | ||||||
|  |       - eslint | ||||||
|  |       - supports-color | ||||||
|  |       - typescript | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/inspector@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-6nX1YtaL67ohn/PfSSBv3npJ8qZcdc7S9X2zE6PUD/xhwtz7Bohx9I/KtmFdjJz5WeeGR7di0uYC6xsAcFLndQ==} | ||||||
|  |     dependencies: | ||||||
|  |       gzip-size: 6.0.0 | ||||||
|  |       sirv: 2.0.2 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/postcss@0.50.6(postcss@8.4.21): | ||||||
|  |     resolution: {integrity: sha512-pRPBVPmwjsVu3v1T0hQuqq3L4K74Wobo6pGDypvK/MuzWdWDhHiktWwmXGNxlYSWK7mGJBIa+vI10pp4e15OUw==} | ||||||
|  |     engines: {node: '>=14'} | ||||||
|  |     peerDependencies: | ||||||
|  |       postcss: ^8.4.21 | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/config': 0.50.6 | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       css-tree: 2.3.1 | ||||||
|  |       fast-glob: 3.2.12 | ||||||
|  |       magic-string: 0.30.0 | ||||||
|  |       postcss: 8.4.21 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/preset-attributify@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-hLxBoOnwMLILhJ5fM2AtnjSWej2GffIjTdrAHIBctEy8sLssou5lIbSukDptuGRTSwkishuvQhH020dptB3YJw==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/preset-icons@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-ADnvX8JCThEr2DBiDprTh2q4bfvULbCg9hL5DZIuP9/31FvzNqpAI8xo9KpsCPBoQMksg+GVoXhj1CN2IxLhtg==} | ||||||
|  |     dependencies: | ||||||
|  |       '@iconify/utils': 2.1.5 | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       ofetch: 1.0.1 | ||||||
|  |     transitivePeerDependencies: | ||||||
|  |       - supports-color | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/preset-mini@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-Ejgib688uvzCVgT/DHAOyXxKcM8vX55mxh8m3GAEx1H1pxg0IBfJO4QCKa3uAnasxj27XescBbvqv04dWi+jEQ==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/preset-tagify@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-ZyG/SJMobn4GZMbgrZOxT59ARp22LwgJGArCwJVosh3rraRVlb+B4x6ctMl6JOiLG5B1lHT9vZ92//u51Y0WTw==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/preset-typography@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-5WBsvHHVBBNJVoh38GwkJpcfS+JTdi0KuQuTsz6SvhQg+xuth3a6ebhAlrEpdS2G9BL5lpMwBd9SbgvpkE75Og==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       '@unocss/preset-mini': 0.50.6 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/preset-uno@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-MTuTd49mU8CfKGP/SVMqxNBDEXJmJPes+K6uwZnOsoEwySh1ZrGdApwmIeJurlDEsBiQFQfaSHKHQ25JWVPg3A==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       '@unocss/preset-mini': 0.50.6 | ||||||
|  |       '@unocss/preset-wind': 0.50.6 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/preset-web-fonts@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-81meQMAq2lOy7k5qHQZ2EGWN5iJQUJOLl8dc9dxIo1eZPgiZQruxTVr4AkNVH5LRFcjHs/1sDb2CYxAiakwTVg==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       ofetch: 1.0.1 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/preset-wind@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-LU5fAad+okonKfP1eHY5Q63uhoiSstQf4lU7CZ97eZdduqN1ODLzeBegjMGHHi1K2112AvzN/Au0WEPjQFgf7Q==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       '@unocss/preset-mini': 0.50.6 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/reset@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-e1fuSEgp1p7FgpsIZKNejOKgq4gyZcDGDvi+6544x458hInM6MfiMQNP95UBJEG4JZXq6qCZ8t7tRVWS2m5IXg==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/scope@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-ep1RRJzA3xbVmEcsBYvY8i/LQIfoCFaw1bx9hvGLhdCIdboy58sL4R4GigOukBJiufykKkrLNzFmlIsi3EfJWg==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/transformer-attributify-jsx@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-nXt9Kj9L72ehiDwkzjzxXV4QcV7VS60kP4PXuf+Gp70wE3/19iZl3K3Um/lGo3WHgAYvr91hxBkcyxYBOLUIFA==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/transformer-compile-class@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-MWpxO94bq28+HWxniED4BP26aIs5hGhTnaTBkTrisiF8T9xyNPwXaSUobuYkjP1s3ojrXHha8ic0uIXy5OC5nw==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/transformer-directives@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-deUJMZDDYQ/kGRFdGe3JrmnbiScs9Smc5Vj35Pr/MNMAM9pItbMwCgZLc+EcHgYNvO5tp0qfA9prPAIs4YpRbg==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       css-tree: 2.3.1 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/transformer-variant-group@0.50.6: | ||||||
|  |     resolution: {integrity: sha512-eAbJ2Ho1lYaFvpKexqUqixh2TvzcE/DNSIHncr/9Ezo9s06kkHxw4KeIxw//TF26zYP7IJx8l5F58HoSjdKwbQ==} | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|  |   /@unocss/vite@0.50.6(rollup@2.79.1)(vite@2.9.15): | ||||||
|  |     resolution: {integrity: sha512-BBfNHWRTD69ToNX4NlYdORFG6uH51HCjX+vZ8HAVgYHpSeVWziG3srnGYOk5IS0pKPzQGoLBlz8rstMsGhrAjA==} | ||||||
|  |     peerDependencies: | ||||||
|  |       vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 | ||||||
|  |     dependencies: | ||||||
|  |       '@ampproject/remapping': 2.2.0 | ||||||
|  |       '@rollup/pluginutils': 5.0.2(rollup@2.79.1) | ||||||
|  |       '@unocss/config': 0.50.6 | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       '@unocss/inspector': 0.50.6 | ||||||
|  |       '@unocss/scope': 0.50.6 | ||||||
|  |       '@unocss/transformer-directives': 0.50.6 | ||||||
|  |       chokidar: 3.5.3 | ||||||
|  |       fast-glob: 3.2.12 | ||||||
|  |       magic-string: 0.30.0 | ||||||
|  |       vite: 2.9.15(less@4.1.3) | ||||||
|  |     transitivePeerDependencies: | ||||||
|  |       - rollup | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /@vicons/material@0.12.0: |   /@vicons/material@0.12.0: | ||||||
|     resolution: {integrity: sha512-chv1CYAl8P32P3Ycwgd5+vw/OFNc2mtkKdb1Rw4T5IJmKy6GVDsoUKV3N2l208HATn7CCQphZtuPDdsm7K2kmA==} |     resolution: {integrity: sha512-chv1CYAl8P32P3Ycwgd5+vw/OFNc2mtkKdb1Rw4T5IJmKy6GVDsoUKV3N2l208HATn7CCQphZtuPDdsm7K2kmA==} | ||||||
|     dev: false |     dev: false | ||||||
| @ -3062,6 +3298,11 @@ packages: | |||||||
|       yargs-parser: 20.2.9 |       yargs-parser: 20.2.9 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /cac@6.7.14: | ||||||
|  |     resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} | ||||||
|  |     engines: {node: '>=8'} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /call-bind@1.0.2: |   /call-bind@1.0.2: | ||||||
|     resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} |     resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} | ||||||
|     dependencies: |     dependencies: | ||||||
| @ -3232,6 +3473,10 @@ packages: | |||||||
|     resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} |     resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} | ||||||
|     dev: false |     dev: false | ||||||
| 
 | 
 | ||||||
|  |   /colorette@2.0.19: | ||||||
|  |     resolution: {integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /combined-stream@1.0.8: |   /combined-stream@1.0.8: | ||||||
|     resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} |     resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} | ||||||
|     engines: {node: '>= 0.8'} |     engines: {node: '>= 0.8'} | ||||||
| @ -3301,6 +3546,10 @@ packages: | |||||||
|       proto-list: 1.2.4 |       proto-list: 1.2.4 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /consola@2.15.3: | ||||||
|  |     resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /constant-case@3.0.4: |   /constant-case@3.0.4: | ||||||
|     resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} |     resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} | ||||||
|     dependencies: |     dependencies: | ||||||
| @ -3557,6 +3806,14 @@ packages: | |||||||
|       source-map: 0.6.1 |       source-map: 0.6.1 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /css-tree@2.3.1: | ||||||
|  |     resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} | ||||||
|  |     engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} | ||||||
|  |     dependencies: | ||||||
|  |       mdn-data: 2.0.30 | ||||||
|  |       source-map-js: 1.0.2 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /css-what@6.1.0: |   /css-what@6.1.0: | ||||||
|     resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} |     resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} | ||||||
|     engines: {node: '>= 6'} |     engines: {node: '>= 6'} | ||||||
| @ -3703,11 +3960,19 @@ packages: | |||||||
|       object-keys: 1.1.1 |       object-keys: 1.1.1 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /defu@6.1.2: | ||||||
|  |     resolution: {integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /delayed-stream@1.0.0: |   /delayed-stream@1.0.0: | ||||||
|     resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} |     resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} | ||||||
|     engines: {node: '>=0.4.0'} |     engines: {node: '>=0.4.0'} | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /destr@1.2.2: | ||||||
|  |     resolution: {integrity: sha512-lrbCJwD9saUQrqUfXvl6qoM+QN3W7tLV5pAOs+OqOmopCCz/JkE05MHedJR1xfk4IAnZuJXPVuN5+7jNA2ZCiA==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /detect-indent@6.1.0: |   /detect-indent@6.1.0: | ||||||
|     resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} |     resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} | ||||||
|     engines: {node: '>=8'} |     engines: {node: '>=8'} | ||||||
| @ -4890,6 +5155,13 @@ packages: | |||||||
|       strip-bom-string: 1.0.0 |       strip-bom-string: 1.0.0 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /gzip-size@6.0.0: | ||||||
|  |     resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} | ||||||
|  |     engines: {node: '>=10'} | ||||||
|  |     dependencies: | ||||||
|  |       duplexer: 0.1.2 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /handlebars@4.7.7: |   /handlebars@4.7.7: | ||||||
|     resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} |     resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} | ||||||
|     engines: {node: '>=0.4.7'} |     engines: {node: '>=0.4.7'} | ||||||
| @ -5395,6 +5667,11 @@ packages: | |||||||
|       supports-color: 7.2.0 |       supports-color: 7.2.0 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /jiti@1.18.2: | ||||||
|  |     resolution: {integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==} | ||||||
|  |     hasBin: true | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /joi@17.9.1: |   /joi@17.9.1: | ||||||
|     resolution: {integrity: sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw==} |     resolution: {integrity: sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw==} | ||||||
|     dependencies: |     dependencies: | ||||||
| @ -5586,6 +5863,10 @@ packages: | |||||||
|     engines: {node: '>=0.10.0'} |     engines: {node: '>=0.10.0'} | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /kolorist@1.7.0: | ||||||
|  |     resolution: {integrity: sha512-ymToLHqL02udwVdbkowNpzjFd6UzozMtshPQKVi5k1EjKRqKqBrOnE9QbLEb0/pV76SAiIT13hdL8R6suc+f3g==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /lazy-ass@1.6.0: |   /lazy-ass@1.6.0: | ||||||
|     resolution: {integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==} |     resolution: {integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==} | ||||||
|     engines: {node: '> 0.8'} |     engines: {node: '> 0.8'} | ||||||
| @ -5836,6 +6117,10 @@ packages: | |||||||
|     resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} |     resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /mdn-data@2.0.30: | ||||||
|  |     resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /mdurl@1.0.1: |   /mdurl@1.0.1: | ||||||
|     resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} |     resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} | ||||||
| 
 | 
 | ||||||
| @ -5947,6 +6232,11 @@ packages: | |||||||
|     engines: {node: '>=0.10.0'} |     engines: {node: '>=0.10.0'} | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /mrmime@1.0.1: | ||||||
|  |     resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} | ||||||
|  |     engines: {node: '>=10'} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /ms@2.1.2: |   /ms@2.1.2: | ||||||
|     resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} |     resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} | ||||||
|     dev: true |     dev: true | ||||||
| @ -6024,6 +6314,10 @@ packages: | |||||||
|       tslib: 2.5.0 |       tslib: 2.5.0 | ||||||
|     dev: false |     dev: false | ||||||
| 
 | 
 | ||||||
|  |   /node-fetch-native@1.1.0: | ||||||
|  |     resolution: {integrity: sha512-nl5goFCig93JZ9FIV8GHT9xpNqXbxQUzkOmKIMKmncsBH9jhg7qKex8hirpymkBFmNQ114chEEG5lS4wgK2I+Q==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /node-forge@1.3.1: |   /node-forge@1.3.1: | ||||||
|     resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} |     resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} | ||||||
|     engines: {node: '>= 6.13.0'} |     engines: {node: '>= 6.13.0'} | ||||||
| @ -6129,6 +6423,14 @@ packages: | |||||||
|       es-abstract: 1.21.2 |       es-abstract: 1.21.2 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /ofetch@1.0.1: | ||||||
|  |     resolution: {integrity: sha512-icBz2JYfEpt+wZz1FRoGcrMigjNKjzvufE26m9+yUiacRQRHwnNlGRPiDnW4op7WX/MR6aniwS8xw8jyVelF2g==} | ||||||
|  |     dependencies: | ||||||
|  |       destr: 1.2.2 | ||||||
|  |       node-fetch-native: 1.1.0 | ||||||
|  |       ufo: 1.1.1 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /once@1.4.0: |   /once@1.4.0: | ||||||
|     resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} |     resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} | ||||||
|     dependencies: |     dependencies: | ||||||
| @ -6337,6 +6639,10 @@ packages: | |||||||
|       through: 2.3.8 |       through: 2.3.8 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /perfect-debounce@0.1.3: | ||||||
|  |     resolution: {integrity: sha512-NOT9AcKiDGpnV/HBhI22Str++XWcErO/bALvHCuhv33owZW/CjH8KAFLZDCmu3727sihe0wTxpDhyGc6M8qacQ==} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /picocolors@1.0.0: |   /picocolors@1.0.0: | ||||||
|     resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} |     resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} | ||||||
| 
 | 
 | ||||||
| @ -7080,6 +7386,15 @@ packages: | |||||||
|     resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} |     resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /sirv@2.0.2: | ||||||
|  |     resolution: {integrity: sha512-4Qog6aE29nIjAOKe/wowFTxOdmbEZKb+3tsLljaBRzJwtqto0BChD2zzH0LhgCSXiI+V7X+Y45v14wBZQ1TK3w==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     dependencies: | ||||||
|  |       '@polka/url': 1.0.0-next.21 | ||||||
|  |       mrmime: 1.0.1 | ||||||
|  |       totalist: 3.0.1 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /slash@3.0.0: |   /slash@3.0.0: | ||||||
|     resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} |     resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} | ||||||
|     engines: {node: '>=8'} |     engines: {node: '>=8'} | ||||||
| @ -7504,6 +7819,11 @@ packages: | |||||||
|     resolution: {integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==} |     resolution: {integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==} | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /totalist@3.0.1: | ||||||
|  |     resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} | ||||||
|  |     engines: {node: '>=6'} | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /tough-cookie@4.1.2: |   /tough-cookie@4.1.2: | ||||||
|     resolution: {integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==} |     resolution: {integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==} | ||||||
|     engines: {node: '>=6'} |     engines: {node: '>=6'} | ||||||
| @ -7665,6 +7985,14 @@ packages: | |||||||
|       which-boxed-primitive: 1.0.2 |       which-boxed-primitive: 1.0.2 | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /unconfig@0.3.7: | ||||||
|  |     resolution: {integrity: sha512-1589b7oGa8ILBYpta7TndM5mLHLzHUqBfhszeZxuUBrjO/RoQ52VGVWsS3w0C0GLNxO9RPmqkf6BmIvBApaRdA==} | ||||||
|  |     dependencies: | ||||||
|  |       '@antfu/utils': 0.5.2 | ||||||
|  |       defu: 6.1.2 | ||||||
|  |       jiti: 1.18.2 | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /unicode-canonical-property-names-ecmascript@2.0.0: |   /unicode-canonical-property-names-ecmascript@2.0.0: | ||||||
|     resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} |     resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} | ||||||
|     engines: {node: '>=4'} |     engines: {node: '>=4'} | ||||||
| @ -7723,6 +8051,40 @@ packages: | |||||||
|     engines: {node: '>= 10.0.0'} |     engines: {node: '>= 10.0.0'} | ||||||
|     dev: true |     dev: true | ||||||
| 
 | 
 | ||||||
|  |   /unocss@0.50.6(postcss@8.4.21)(rollup@2.79.1)(vite@2.9.15): | ||||||
|  |     resolution: {integrity: sha512-7cKiIB/ssAPvCDUcFMs0jm0FzIyQKfgIjUzBYZ5dVFthOvN5dcFh7bCZE9dIM862n7oW8FjbkTxwdTbRqqJQVQ==} | ||||||
|  |     engines: {node: '>=14'} | ||||||
|  |     peerDependencies: | ||||||
|  |       '@unocss/webpack': 0.50.6 | ||||||
|  |     peerDependenciesMeta: | ||||||
|  |       '@unocss/webpack': | ||||||
|  |         optional: true | ||||||
|  |     dependencies: | ||||||
|  |       '@unocss/astro': 0.50.6(rollup@2.79.1)(vite@2.9.15) | ||||||
|  |       '@unocss/cli': 0.50.6(rollup@2.79.1) | ||||||
|  |       '@unocss/core': 0.50.6 | ||||||
|  |       '@unocss/postcss': 0.50.6(postcss@8.4.21) | ||||||
|  |       '@unocss/preset-attributify': 0.50.6 | ||||||
|  |       '@unocss/preset-icons': 0.50.6 | ||||||
|  |       '@unocss/preset-mini': 0.50.6 | ||||||
|  |       '@unocss/preset-tagify': 0.50.6 | ||||||
|  |       '@unocss/preset-typography': 0.50.6 | ||||||
|  |       '@unocss/preset-uno': 0.50.6 | ||||||
|  |       '@unocss/preset-web-fonts': 0.50.6 | ||||||
|  |       '@unocss/preset-wind': 0.50.6 | ||||||
|  |       '@unocss/reset': 0.50.6 | ||||||
|  |       '@unocss/transformer-attributify-jsx': 0.50.6 | ||||||
|  |       '@unocss/transformer-compile-class': 0.50.6 | ||||||
|  |       '@unocss/transformer-directives': 0.50.6 | ||||||
|  |       '@unocss/transformer-variant-group': 0.50.6 | ||||||
|  |       '@unocss/vite': 0.50.6(rollup@2.79.1)(vite@2.9.15) | ||||||
|  |     transitivePeerDependencies: | ||||||
|  |       - postcss | ||||||
|  |       - rollup | ||||||
|  |       - supports-color | ||||||
|  |       - vite | ||||||
|  |     dev: true | ||||||
|  | 
 | ||||||
|   /unplugin-auto-import@0.15.2(@vueuse/core@8.9.4)(rollup@2.79.1): |   /unplugin-auto-import@0.15.2(@vueuse/core@8.9.4)(rollup@2.79.1): | ||||||
|     resolution: {integrity: sha512-Wivfu+xccgvEZG8QtZcIvt6napfX9wyOFqM//7FHOtev8+k+dp3ykiqsEl6TODgHmqTTBeQX4Ah1JvRgUNjlkg==} |     resolution: {integrity: sha512-Wivfu+xccgvEZG8QtZcIvt6napfX9wyOFqM//7FHOtev8+k+dp3ykiqsEl6TODgHmqTTBeQX4Ah1JvRgUNjlkg==} | ||||||
|     engines: {node: '>=14'} |     engines: {node: '>=14'} | ||||||
|  | |||||||
| @ -21,7 +21,7 @@ | |||||||
|         <span>{{ tooltipText }}</span> |         <span>{{ tooltipText }}</span> | ||||||
|       </n-tooltip> |       </n-tooltip> | ||||||
|     </n-card> |     </n-card> | ||||||
|     <n-space v-if="copyPlacement === 'outside'" justify="center" style="margin-top: 15px"> |     <n-space v-if="copyPlacement === 'outside'" justify="center" mt-4> | ||||||
|       <n-button secondary @click="onCopyClicked"> {{ tooltipText }} </n-button> |       <n-button secondary @click="onCopyClicked"> {{ tooltipText }} </n-button> | ||||||
|     </n-space> |     </n-space> | ||||||
|   </div> |   </div> | ||||||
|  | |||||||
| @ -141,7 +141,7 @@ const tools = computed<ToolCategory[]>(() => [ | |||||||
|               @click="() => tracker.trackEvent({ eventName: 'Support button clicked' })" |               @click="() => tracker.trackEvent({ eventName: 'Support button clicked' })" | ||||||
|             > |             > | ||||||
|               Buy me a coffee |               Buy me a coffee | ||||||
|               <n-icon v-if="!styleStore.isSmallScreen" :component="Heart" style="margin-left: 5px" /> |               <n-icon v-if="!styleStore.isSmallScreen" :component="Heart" ml-2 /> | ||||||
|             </n-button> |             </n-button> | ||||||
|           </template> |           </template> | ||||||
|           ❤ Support IT Tools development ! |           ❤ Support IT Tools development ! | ||||||
|  | |||||||
| @ -5,6 +5,8 @@ import { createHead } from '@vueuse/head'; | |||||||
| import { registerSW } from 'virtual:pwa-register'; | import { registerSW } from 'virtual:pwa-register'; | ||||||
| import { plausible } from './plugins/plausible.plugin'; | import { plausible } from './plugins/plausible.plugin'; | ||||||
| 
 | 
 | ||||||
|  | import 'virtual:uno.css'; | ||||||
|  | 
 | ||||||
| registerSW(); | registerSW(); | ||||||
| 
 | 
 | ||||||
| import { naive } from './plugins/naive.plugin'; | import { naive } from './plugins/naive.plugin'; | ||||||
|  | |||||||
| @ -17,7 +17,7 @@ | |||||||
|   <n-card title="File to base64"> |   <n-card title="File to base64"> | ||||||
|     <n-upload v-model:file-list="fileList" :show-file-list="true" :on-before-upload="onUpload" list-type="image"> |     <n-upload v-model:file-list="fileList" :show-file-list="true" :on-before-upload="onUpload" list-type="image"> | ||||||
|       <n-upload-dragger> |       <n-upload-dragger> | ||||||
|         <div style="margin-bottom: 12px"> |         <div mb-2> | ||||||
|           <n-icon size="35" :depth="3" :component="Upload" /> |           <n-icon size="35" :depth="3" :component="Upload" /> | ||||||
|         </div> |         </div> | ||||||
|         <n-text style="font-size: 14px"> Click or drag a file to this area to upload </n-text> |         <n-text style="font-size: 14px"> Click or drag a file to this area to upload </n-text> | ||||||
|  | |||||||
| @ -12,7 +12,7 @@ | |||||||
|         /> |         /> | ||||||
|       </n-form-item> |       </n-form-item> | ||||||
|       <n-form-item label="Salt count: " label-placement="left"> |       <n-form-item label="Salt count: " label-placement="left"> | ||||||
|         <n-input-number v-model:value="saltCount" placeholder="Salt rounds..." :max="10" :min="0" style="width: 100%" /> |         <n-input-number v-model:value="saltCount" placeholder="Salt rounds..." :max="10" :min="0" w-full /> | ||||||
|       </n-form-item> |       </n-form-item> | ||||||
|       <n-input :value="hashed" readonly style="text-align: center" /> |       <n-input :value="hashed" readonly style="text-align: center" /> | ||||||
|     </n-form> |     </n-form> | ||||||
|  | |||||||
| @ -24,7 +24,7 @@ | |||||||
|       {{ octal }} |       {{ octal }} | ||||||
|     </div> |     </div> | ||||||
| 
 | 
 | ||||||
|     <input-copyable :value="`chmod ${octal} path`" readonly style="margin-bottom: 5px" /> |     <input-copyable :value="`chmod ${octal} path`" readonly /> | ||||||
|   </div> |   </div> | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -4,11 +4,11 @@ | |||||||
|       <div v-if="styleStore.isSmallScreen"> |       <div v-if="styleStore.isSmallScreen"> | ||||||
|         <n-input-group> |         <n-input-group> | ||||||
|           <n-input-group-label style="flex: 0 0 120px"> Input number: </n-input-group-label> |           <n-input-group-label style="flex: 0 0 120px"> Input number: </n-input-group-label> | ||||||
|           <n-input v-model:value="input" style="width: 100%" :status="error ? 'error' : undefined" /> |           <n-input v-model:value="input" w-full :status="error ? 'error' : undefined" /> | ||||||
|         </n-input-group> |         </n-input-group> | ||||||
|         <n-input-group> |         <n-input-group> | ||||||
|           <n-input-group-label style="flex: 0 0 120px"> Input base: </n-input-group-label> |           <n-input-group-label style="flex: 0 0 120px"> Input base: </n-input-group-label> | ||||||
|           <n-input-number v-model:value="inputBase" max="64" min="2" style="width: 100%" /> |           <n-input-number v-model:value="inputBase" max="64" min="2" w-full /> | ||||||
|         </n-input-group> |         </n-input-group> | ||||||
|       </div> |       </div> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| <template> | <template> | ||||||
|   <div> |   <div> | ||||||
|     <n-space class="labels" item-style="flex: 1 1 0" style="width: 100%" align="center"> |     <n-space class="labels" item-style="flex: 1 1 0" w-full align="center"> | ||||||
|       <div style="text-align: left">Previous</div> |       <div style="text-align: left">Previous</div> | ||||||
|       <div style="text-align: center">Current OTP</div> |       <div style="text-align: center">Current OTP</div> | ||||||
|       <div style="text-align: right">Next</div> |       <div style="text-align: right">Next</div> | ||||||
|  | |||||||
| @ -1,10 +1,6 @@ | |||||||
| <template> | <template> | ||||||
|   <div> |   <div> | ||||||
|     <n-input-group |     <n-input-group v-for="[key, { title, unit }] in Object.entries(units)" :key="key" mb-3 w-full> | ||||||
|       v-for="[key, { title, unit }] in Object.entries(units)" |  | ||||||
|       :key="key" |  | ||||||
|       style="width: 100%; margin-bottom: 15px" |  | ||||||
|     > |  | ||||||
|       <n-input-group-label style="width: 100px"> |       <n-input-group-label style="width: 100px"> | ||||||
|         {{ title }} |         {{ title }} | ||||||
|       </n-input-group-label> |       </n-input-group-label> | ||||||
|  | |||||||
							
								
								
									
										14
									
								
								unocss.config.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								unocss.config.ts
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,14 @@ | |||||||
|  | import { | ||||||
|  |   defineConfig, | ||||||
|  |   presetAttributify, | ||||||
|  |   presetTypography, | ||||||
|  |   presetUno, | ||||||
|  |   transformerDirectives, | ||||||
|  |   transformerVariantGroup, | ||||||
|  | } from 'unocss'; | ||||||
|  | 
 | ||||||
|  | export default defineConfig({ | ||||||
|  |   presets: [presetUno(), presetAttributify(), presetTypography()], | ||||||
|  |   transformers: [transformerDirectives(), transformerVariantGroup()], | ||||||
|  |   safelist: 'prose prose-sm m-auto text-left'.split(' '), | ||||||
|  | }); | ||||||
| @ -9,6 +9,7 @@ import { VitePWA } from 'vite-plugin-pwa'; | |||||||
| import AutoImport from 'unplugin-auto-import/vite'; | import AutoImport from 'unplugin-auto-import/vite'; | ||||||
| import Components from 'unplugin-vue-components/vite'; | import Components from 'unplugin-vue-components/vite'; | ||||||
| import { NaiveUiResolver } from 'unplugin-vue-components/resolvers'; | import { NaiveUiResolver } from 'unplugin-vue-components/resolvers'; | ||||||
|  | import Unocss from 'unocss/vite'; | ||||||
| 
 | 
 | ||||||
| // https://vitejs.dev/config/
 | // https://vitejs.dev/config/
 | ||||||
| export default defineConfig({ | export default defineConfig({ | ||||||
| @ -74,6 +75,7 @@ export default defineConfig({ | |||||||
|     Components({ |     Components({ | ||||||
|       resolvers: [NaiveUiResolver()], |       resolvers: [NaiveUiResolver()], | ||||||
|     }), |     }), | ||||||
|  |     Unocss(), | ||||||
|   ], |   ], | ||||||
|   resolve: { |   resolve: { | ||||||
|     alias: { |     alias: { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user