33 "PascalCasedName" : " JsonEditorVue" ,
44 "version" : " 0.10.5" ,
55 "private" : false ,
6- "packageManager" : " pnpm@7.29.3" ,
76 "description" : " JSON editor & viewer for Vue 2.6/2.7/3 & Nuxt 2/3." ,
87 "author" : " Cloyd Lau" ,
98 "license" : " MIT" ,
6463 "vue-global-config" : " latest"
6564 },
6665 "devDependencies" : {
66+ "@antfu/eslint-config" : " latest" ,
6767 "@commitlint/cli" : " latest" ,
6868 "@commitlint/config-conventional" : " latest" ,
6969 "@types/lodash-es" : " latest" ,
7070 "@types/node" : " latest" ,
71+ "@vitejs/plugin-vue" : " latest" ,
7172 "@vitest/coverage-c8" : " latest" ,
7273 "@vitest/ui" : " latest" ,
74+ "@vue/compiler-sfc" : " latest" ,
7375 "@vue/test-utils" : " latest" ,
7476 "case-police" : " latest" ,
77+ "eslint" : " latest" ,
7578 "happy-dom" : " latest" ,
7679 "husky" : " latest" ,
7780 "json-editor-vue" : " latest" ,
7881 "lint-staged" : " latest" ,
7982 "lossless-json" : " latest" ,
80- "rome" : " latest" ,
8183 "typescript" : " latest" ,
8284 "unplugin-auto-import" : " latest" ,
8385 "vanilla-jsoneditor" : " latest" ,
8688 "vitepress" : " latest" ,
8789 "vitest" : " latest" ,
8890 "vue" : " latest" ,
89- "zhlint" : " latest" ,
90- "@vitejs/plugin-vue" : " latest" ,
91- "@vue/compiler-sfc" : " latest"
91+ "zhlint" : " latest"
9292 },
9393 "lint-staged" : {
94- "{src,__tests__}/**.{js,ts}" : " rome check" ,
95- "*.md" : [
96- " case-police --fix" ,
97- " zhlint --fix"
98- ]
94+ "*.md" : " case-police --fix" ,
95+ "docs/README.zh-CN.md" : " zhlint --fix" ,
96+ "*" : " eslint --ignore-pattern 'demo/' --fix"
9997 },
10098 "publishConfig" : {
10199 "registry" : " https://registry.npmjs.org"
102100 }
103- }
101+ }
0 commit comments