File tree Expand file tree Collapse file tree 6 files changed +407
-299
lines changed Expand file tree Collapse file tree 6 files changed +407
-299
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ declare module '@vue/runtime-core' {
133
133
NConfigProvider : typeof import ( 'naive-ui' ) [ 'NConfigProvider' ]
134
134
NDivider : typeof import ( 'naive-ui' ) [ 'NDivider' ]
135
135
NEllipsis : typeof import ( 'naive-ui' ) [ 'NEllipsis' ]
136
+ NForm : typeof import ( 'naive-ui' ) [ 'NForm' ]
136
137
NFormItem : typeof import ( 'naive-ui' ) [ 'NFormItem' ]
137
138
NGi : typeof import ( 'naive-ui' ) [ 'NGi' ]
138
139
NGrid : typeof import ( 'naive-ui' ) [ 'NGrid' ]
@@ -145,7 +146,9 @@ declare module '@vue/runtime-core' {
145
146
NLayoutSider : typeof import ( 'naive-ui' ) [ 'NLayoutSider' ]
146
147
NMenu : typeof import ( 'naive-ui' ) [ 'NMenu' ]
147
148
NScrollbar : typeof import ( 'naive-ui' ) [ 'NScrollbar' ]
149
+ NSlider : typeof import ( 'naive-ui' ) [ 'NSlider' ]
148
150
NSpin : typeof import ( 'naive-ui' ) [ 'NSpin' ]
151
+ NSwitch : typeof import ( 'naive-ui' ) [ 'NSwitch' ]
149
152
NumeronymGenerator : typeof import ( './src/tools/numeronym-generator/numeronym-generator.vue' ) [ 'default' ]
150
153
OtpCodeGeneratorAndValidator : typeof import ( './src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue' ) [ 'default' ]
151
154
PasswordStrengthAnalyser : typeof import ( './src/tools/password-strength-analyser/password-strength-analyser.vue' ) [ 'default' ]
Original file line number Diff line number Diff line change 37
37
"dependencies" : {
38
38
"@it-tools/bip39" : " ^0.0.4" ,
39
39
"@it-tools/oggen" : " ^1.3.0" ,
40
- "@originjs/vite-plugin-commonjs" : " ^1.0.3" ,
41
40
"@sindresorhus/slugify" : " ^2.2.1" ,
42
41
"@tiptap/pm" : " 2.1.6" ,
43
42
"@tiptap/starter-kit" : " 2.1.6" ,
58
57
"crypto-js" : " ^4.1.1" ,
59
58
"date-fns" : " ^2.29.3" ,
60
59
"dompurify" : " ^3.0.6" ,
60
+ "email-normalizer" : " ^1.0.0" ,
61
61
"emojilib" : " ^3.0.10" ,
62
62
"figlet" : " ^1.7.0" ,
63
63
"figue" : " ^1.2.0" ,
64
64
"fuse.js" : " ^6.6.2" ,
65
65
"highlight.js" : " ^11.7.0" ,
66
66
"iarna-toml-esm" : " ^3.0.5" ,
67
67
"ibantools" : " ^4.3.3" ,
68
- "json-editor-vue3" : " ^1.1.1" ,
68
+ "js-base64" : " ^3.7.6" ,
69
+ "json-editor-vue" : " ^0.16.0" ,
69
70
"json5" : " ^2.2.3" ,
70
71
"jwt-decode" : " ^3.1.2" ,
71
72
"libphonenumber-js" : " ^1.10.28" ,
88
89
"unicode-emoji-json" : " ^0.4.0" ,
89
90
"unplugin-auto-import" : " ^0.16.4" ,
90
91
"uuid" : " ^9.0.0" ,
92
+ "vanilla-jsoneditor" : " ^0.23.8" ,
91
93
"vue" : " ^3.3.4" ,
92
94
"vue-i18n" : " ^9.9.1" ,
93
95
"vue-router" : " ^4.1.6" ,
94
96
"vue-tsc" : " ^1.8.1" ,
95
97
"xml-formatter" : " ^3.3.2" ,
98
+ "xml-js" : " ^1.6.11" ,
96
99
"yaml" : " ^2.2.1"
97
100
},
98
101
"devDependencies" : {
139
142
"vitest" : " ^0.34.0" ,
140
143
"workbox-window" : " ^7.0.0" ,
141
144
"zx" : " ^7.2.1"
142
- }
145
+ },
146
+ "packageManager" :
" [email protected] "
143
147
}
You can’t perform that action at this time.
0 commit comments