File tree Expand file tree Collapse file tree 7 files changed +1849
-64
lines changed Expand file tree Collapse file tree 7 files changed +1849
-64
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ declare module '@vue/runtime-core' {
127
127
MetaTagGenerator : typeof import ( './src/tools/meta-tag-generator/meta-tag-generator.vue' ) [ 'default' ]
128
128
MimeTypes : typeof import ( './src/tools/mime-types/mime-types.vue' ) [ 'default' ]
129
129
NavbarButtons : typeof import ( './src/components/NavbarButtons.vue' ) [ 'default' ]
130
+ NCheckbox : typeof import ( 'naive-ui' ) [ 'NCheckbox' ]
130
131
NCode : typeof import ( 'naive-ui' ) [ 'NCode' ]
131
132
NCollapseTransition : typeof import ( 'naive-ui' ) [ 'NCollapseTransition' ]
132
133
NConfigProvider : typeof import ( 'naive-ui' ) [ 'NConfigProvider' ]
@@ -152,6 +153,7 @@ declare module '@vue/runtime-core' {
152
153
PdfSignatureDetails : typeof import ( './src/tools/pdf-signature-checker/components/pdf-signature-details.vue' ) [ 'default' ]
153
154
PercentageCalculator : typeof import ( './src/tools/percentage-calculator/percentage-calculator.vue' ) [ 'default' ]
154
155
PhoneParserAndFormatter : typeof import ( './src/tools/phone-parser-and-formatter/phone-parser-and-formatter.vue' ) [ 'default' ]
156
+ Potrace : typeof import ( './src/tools/potrace/potrace.vue' ) [ 'default' ]
155
157
QrCodeGenerator : typeof import ( './src/tools/qr-code-generator/qr-code-generator.vue' ) [ 'default' ]
156
158
RandomPortGenerator : typeof import ( './src/tools/random-port-generator/random-port-generator.vue' ) [ 'default' ]
157
159
ResultRow : typeof import ( './src/tools/ipv4-range-expander/result-row.vue' ) [ 'default' ]
Original file line number Diff line number Diff line change 42
42
"@tiptap/starter-kit" : " 2.1.6" ,
43
43
"@tiptap/vue-3" : " 2.0.3" ,
44
44
"@types/figlet" : " ^1.5.8" ,
45
+ "@types/potrace" : " ^2.1.5" ,
45
46
"@vicons/material" : " ^0.12.0" ,
46
47
"@vicons/tabler" : " ^0.12.0" ,
47
48
"@vueuse/core" : " ^10.3.0" ,
80
81
"pdf-signature-reader" : " ^1.4.2" ,
81
82
"pinia" : " ^2.0.34" ,
82
83
"plausible-tracker" : " ^0.3.8" ,
84
+ "potrace" : " ^2.1.8" ,
83
85
"qrcode" : " ^1.5.1" ,
84
86
"sql-formatter" : " ^13.0.0" ,
85
87
"ua-parser-js" : " ^1.0.35" ,
132
134
"unplugin-icons" : " ^0.17.0" ,
133
135
"unplugin-vue-components" : " ^0.25.0" ,
134
136
"vite" : " ^4.4.9" ,
137
+ "vite-plugin-node-polyfills" : " ^0.22.0" ,
135
138
"vite-plugin-pwa" : " ^0.16.0" ,
136
139
"vite-plugin-vue-markdown" : " ^0.23.5" ,
137
140
"vite-svg-loader" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments