vue-linters-config 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,r){typeof exports=="object"&&typeof module!="undefined"?module.exports=r():typeof define=="function"&&define.amd?define(r):(e=typeof globalThis!="undefined"?globalThis:e||self,e["vue-linters-config"]=r())})(this,function(){"use strict";return{eslint:{env:{"shared-node-browser":!0,es2022:!0},ignorePatterns:["dist","coverage","public","storybook-static","node-modules","package-lock.json"],extends:["eslint:recommended","plugin:import/recommended","plugin:import/typescript","plugin:@typescript-eslint/recommended","plugin:vue/vue3-strongly-recommended","prettier"],plugins:["import","@typescript-eslint","vue","prettier"],settings:{"import/resolver":{node:{extensions:[".js",".ts",".mjs",".d.ts"]}},"import/ignore":"vue","import/external-module-folders":["node_modules","node_modules/@types"]},overrides:[{files:["*.vue"],parser:"vue-eslint-parser",parserOptions:{parser:"@typescript-eslint/parser",ecmaVersion:2022,sourceType:"module",ecmaFeatures:{impliedStrict:!0}}},{files:["*.ts","*.js"],parser:"@typescript-eslint/parser",parserOptions:{parser:"@typescript-eslint/parser",ecmaVersion:2022,sourceType:"module",ecmaFeatures:{impliedStrict:!0}}},{files:["*.stories.ts"],parser:"@typescript-eslint/parser",parserOptions:{parser:"@typescript-eslint/parser",ecmaVersion:2022,sourceType:"module",ecmaFeatures:{impliedStrict:!0}},rules:{"@typescript-eslint/no-type-alias":"off","@typescript-eslint/no-shadow":"off"}}],globals:{NodeJS:!0,ymaps:"writable"},rules:{"vue/attribute-hyphenation":["error","never",{ignore:["hide-details"]}],"vue/block-lang":["error",{script:{lang:"ts"}}],"vue/block-tag-newline":["error",{singleline:"always",multiline:"always"}],"vue/comment-directive":"error","vue/component-api-style":["error",["script-setup"]],"vue/component-name-in-template-casing":["error","PascalCase",{ignores:["component","/v-/"],registeredComponentsOnly:!1}],"vue/component-options-name-casing":["error","PascalCase"],"vue/component-tags-order":["error",{order:["template","script","style"]}],"vue/custom-event-name-casing":["error","camelCase"],"vue/define-macros-order":["error",{order:["defineProps","defineEmits"]}],"vue/eqeqeq":"error","vue/html-button-has-type":"error","vue/html-comment-content-newline":"error","vue/html-comment-content-spacing":"error","vue/html-comment-indent":"error","vue/html-self-closing":["error",{html:{normal:"never",void:"always"}}],"vue/max-attributes-per-line":["error",{singleline:{max:6},multiline:{max:1}}],"vue/new-line-between-multi-line-property":"error","vue/no-boolean-default":"error","vue/no-empty-component-block":"error","vue/no-multiple-objects-in-class":"error","vue/no-multiple-slot-args":"error","vue/no-restricted-call-after-await":"error","vue/no-restricted-props":["error","value"],"vue/no-static-inline-styles":"error","vue/no-template-target-blank":"error","vue/no-undef-components":["error",{ignorePatterns:["RouterView","RouterLink"]}],"vue/no-undef-properties":"error","vue/no-useless-v-bind":"error","vue/padding-line-between-blocks":["error","always"],"vue/prefer-separate-static-class":"error","vue/prefer-true-attribute-shorthand":"error","vue/singleline-html-element-content-newline":"off","vue/this-in-template":"error","vue/v-for-delimiter-style":"error","vue/v-on-event-hyphenation":["error","never",{ignore:["search-change"]}],"vue/v-on-function-call":"error","array-bracket-spacing":["error","never"],"array-callback-return":"error","block-spacing":["error","always"],"brace-style":["error","1tbs"],"comma-dangle":["error","only-multiline"],"comma-spacing":["error",{before:!1,after:!0}],"comma-style":["error","last"],complexity:["error",12],curly:["error","multi-line"],"default-param-last":"error","func-name-matching":"error","func-style":["error","declaration",{allowArrowFunctions:!0}],indent:["error",2,{SwitchCase:1,ignoredNodes:["ConditionalExpression","CallExpression","ObjectExpression"]}],"max-depth":["error",4],"max-nested-callbacks":["error",4],"max-params":["error",4],"max-statements-per-line":["error",{max:1}],"new-cap":["error",{newIsCap:!0,capIsNew:!1,properties:!0}],"no-array-constructor":"error","no-case-declarations":"error","no-cond-assign":["error","always"],"no-console":"error","no-constant-binary-expression":"error","no-debugger":"error","no-div-regex":"error","no-empty":["error",{allowEmptyCatch:!0}],"no-empty-function":"error","no-eq-null":"error","no-eval":"error","no-extra-bind":"error","no-implicit-coercion":["error",{allow:["!!"]}],"no-implicit-globals":"error","no-implied-eval":"error","no-lone-blocks":"error","no-lonely-if":"error","no-multi-assign":"error","no-multi-spaces":"error","no-multi-str":"error","no-multiple-empty-lines":["error",{max:1,maxBOF:0,maxEOF:1}],"no-negated-condition":"error","no-nested-ternary":"error","no-new":"error","no-new-wrappers":"error","no-param-reassign":"error","no-promise-executor-return":"error","no-proto":"error","no-return-assign":["error","always"],"no-return-await":"error","no-script-url":"error","no-self-compare":"error","no-sequences":"error","no-shadow":"off","no-template-curly-in-string":"error","no-throw-literal":"error","no-undef-init":"error","no-underscore-dangle":["error",{allow:["_id"]}],"no-unmodified-loop-condition":"error","no-unneeded-ternary":"error","no-unreachable-loop":"error","no-unused-expressions":["error",{allowShortCircuit:!0,allowTernary:!0}],"no-use-before-define":["error",{functions:!1}],"no-useless-call":"error","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-rename":"error","no-useless-return":"error","no-var":"error","no-void":"error","object-curly-spacing":["error","always"],"object-shorthand":"error","operator-assignment":"error","padding-line-between-statements":["error",{blankLine:"always",prev:"*",next:"return"},{blankLine:"always",prev:["const","let","var"],next:"*"},{blankLine:"any",prev:["const","let","var"],next:["const","let","var"]}],"prefer-object-has-own":"error","prefer-object-spread":"error","prefer-promise-reject-errors":"error","prefer-regex-literals":"error","prefer-rest-params":"error","prefer-spread":"error","prefer-template":"error",semi:"error",quotes:["error","single",{avoidEscape:!0,allowTemplateLiterals:!0}],yoda:["error","never",{onlyEquality:!0}],"import/default":"error","import/exports-last":"error","import/first":"error","import/named":"error","import/newline-after-import":"error","import/no-absolute-path":"error","import/no-anonymous-default-export":"error","import/no-cycle":"error","import/no-empty-named-blocks":"error","import/no-extraneous-dependencies":"error","import/no-named-default":"error","import/no-mutable-exports":"error","import/no-relative-packages":"error","import/no-self-import":"error","import/no-unassigned-import":["error",{allow:["**/*.scss","**/*.css"]}],"import/no-unresolved":"off","import/no-unused-modules":"error","import/no-useless-path-segments":"error","import/order":"error","@typescript-eslint/naming-convention":["error",{selector:"variable",format:["camelCase","PascalCase","UPPER_CASE","snake_case"]},{selector:"function",format:["camelCase"]},{selector:"typeLike",format:["PascalCase"]}],"@typescript-eslint/array-type":"error","@typescript-eslint/ban-tslint-comment":"error","@typescript-eslint/class-literal-property-style":["error","fields"],"@typescript-eslint/consistent-generic-constructors":"error","@typescript-eslint/consistent-indexed-object-style":["error","index-signature"],"@typescript-eslint/consistent-type-assertions":"error","@typescript-eslint/consistent-type-definitions":["error","interface"],"@typescript-eslint/default-param-last":"error","@typescript-eslint/func-call-spacing":["error","never"],"@typescript-eslint/member-delimiter-style":["error",{multiline:{delimiter:"semi"}}],"@typescript-eslint/member-ordering":"error","@typescript-eslint/method-signature-style":"error","@typescript-eslint/no-confusing-non-null-assertion":"error","@typescript-eslint/no-dynamic-delete":"off","@typescript-eslint/no-explicit-any":"error","@typescript-eslint/no-invalid-void-type":"error","@typescript-eslint/no-shadow":"error","@typescript-eslint/no-non-null-asserted-nullish-coalescing":"error","@typescript-eslint/no-non-null-assertion":"error","@typescript-eslint/no-require-imports":"error","@typescript-eslint/no-type-alias":["error",{allowAliases:"in-unions-and-intersections",allowGenerics:"always",allowConditionalTypes:"always"}],"@typescript-eslint/no-unsafe-declaration-merging":"error","@typescript-eslint/no-unused-vars":"error","@typescript-eslint/no-useless-empty-export":"error","@typescript-eslint/prefer-enum-initializers":"error","@typescript-eslint/prefer-function-type":"error","@typescript-eslint/prefer-literal-enum-member":"error","@typescript-eslint/unified-signatures":"error","max-len":["error",{code:120,ignoreComments:!0,ignorePattern:"<rect|path|ellipse([\\s\\S]*?)/>",ignoreRegExpLiterals:!0,ignoreStrings:!0,ignoreTemplateLiterals:!0,ignoreUrls:!0}],"prettier/prettier":["error",{endOfLine:"auto"}]}},prettier:{bracketSpacing:!0,jsxSingleQuote:!0,printWidth:120,semi:!0,singleQuote:!0,tabWidth:2,trailingComma:"es5",useTabs:!1,bracketSameLine:!1},stylelint:{plugins:["stylelint-prettier"],extends:["stylelint-config-recommended-scss","stylelint-config-recommended-vue/scss","stylelint-config-recess-order"],rules:{"at-rule-allowed-list":["import","media","keyframes","each","font-face","use","container","extend"],"at-rule-no-vendor-prefix":!0,"color-function-notation":"legacy","color-hex-alpha":"never","color-named":"never","declaration-no-important":!0,"declaration-property-unit-allowed-list":[{"font-size":["rem"],width:["px","%","vw"],height:["px","%","vh"],"max-width":["px","%","vw"],"max-height":["px","%","vh"],gap:["px","%"],"grid-gap":["px","%"],"/^border/":["px","%"],"/^padding/":["px","%"],"/^margin/":["px","%"],"/^background/":["px","%"],"line-height":[]},{ignore:["inside-function"]}],"declaration-property-value-allowed-list":[{"font-size":["0.75rem","0.875rem","1rem","1.125rem","1.25rem","1.375rem","1.5rem","1.75rem","2rem","2.25rem","2.5rem","2.75rem","3rem","3.5rem","4rem","5rem"],"font-weight":["$font-weight","300","400","500","700"],"line-height":["1","1.2","1.3","1.5","2"],color:["/^var/","/^v-bind/","unset"],"background-color":["/^var/","/^v-bind/","unset"],"border-color":["/^var/","/^v-bind/","unset"]}],"font-weight-notation":"numeric","function-url-no-scheme-relative":!0,"length-zero-no-unit":!0,"max-nesting-depth":4,"media-feature-name-allowed-list":["max-width","print"],"media-feature-name-no-vendor-prefix":!0,"media-feature-name-value-allowed-list":[{"max-width":["$mobile","$tablet","$notebook","$desktop"]}],"no-descending-specificity":null,"no-unknown-animations":!0,"number-max-precision":3,"rule-empty-line-before":["always-multi-line",{except:["first-nested"]}],"selector-class-pattern":"^[a-z][a-zA-Z0-9]+$|.","selector-pseudo-class-no-unknown":null,"time-min-milliseconds":100,"unit-allowed-list":["px","rem","%","vh","vw","ms","deg","fr"],"value-keyword-case":["lower",{ignoreFunctions:["v-bind"]}],"prettier/prettier":!0}}}});
|
|
1
|
+
(function(e,r){typeof exports=="object"&&typeof module!="undefined"?module.exports=r():typeof define=="function"&&define.amd?define(r):(e=typeof globalThis!="undefined"?globalThis:e||self,e["vue-linters-config"]=r())})(this,function(){"use strict";return{eslint:{env:{"shared-node-browser":!0,es2022:!0},ignorePatterns:["dist","coverage","public","storybook-static","node-modules","package-lock.json","android"],extends:["eslint:recommended","plugin:import/recommended","plugin:import/typescript","plugin:@typescript-eslint/recommended","plugin:vue/vue3-strongly-recommended","prettier"],plugins:["import","@typescript-eslint","vue","prettier"],settings:{"import/resolver":{node:{extensions:[".js",".ts",".mjs",".d.ts"]}},"import/ignore":"vue","import/external-module-folders":["node_modules","node_modules/@types"]},overrides:[{files:["*.vue"],parser:"vue-eslint-parser",parserOptions:{parser:"@typescript-eslint/parser",ecmaVersion:2022,sourceType:"module",ecmaFeatures:{impliedStrict:!0}}},{files:["*.ts","*.js"],parser:"@typescript-eslint/parser",parserOptions:{parser:"@typescript-eslint/parser",ecmaVersion:2022,sourceType:"module",ecmaFeatures:{impliedStrict:!0}}},{files:["*.stories.ts"],parser:"@typescript-eslint/parser",parserOptions:{parser:"@typescript-eslint/parser",ecmaVersion:2022,sourceType:"module",ecmaFeatures:{impliedStrict:!0}},rules:{"@typescript-eslint/no-type-alias":"off","@typescript-eslint/no-shadow":"off"}}],globals:{NodeJS:!0,ymaps:"writable"},rules:{"vue/attribute-hyphenation":["error","never",{ignore:["hide-details"]}],"vue/block-lang":["error",{script:{lang:"ts"}}],"vue/block-tag-newline":["error",{singleline:"always",multiline:"always"}],"vue/comment-directive":"error","vue/component-api-style":["error",["script-setup"]],"vue/component-name-in-template-casing":["error","PascalCase",{ignores:["component","/v-/"],registeredComponentsOnly:!1}],"vue/component-options-name-casing":["error","PascalCase"],"vue/component-tags-order":["error",{order:["template","script","style"]}],"vue/custom-event-name-casing":["error","camelCase"],"vue/define-macros-order":["error",{order:["defineProps","defineEmits"]}],"vue/eqeqeq":"error","vue/html-button-has-type":"error","vue/html-comment-content-newline":"error","vue/html-comment-content-spacing":"error","vue/html-comment-indent":"error","vue/html-self-closing":["error",{html:{normal:"never",void:"always"}}],"vue/max-attributes-per-line":["error",{singleline:{max:6},multiline:{max:1}}],"vue/new-line-between-multi-line-property":"error","vue/no-boolean-default":"error","vue/no-empty-component-block":"error","vue/no-multiple-objects-in-class":"error","vue/no-multiple-slot-args":"error","vue/no-restricted-call-after-await":"error","vue/no-restricted-props":["error","value"],"vue/no-static-inline-styles":"error","vue/no-template-target-blank":"error","vue/no-undef-components":["error",{ignorePatterns:["RouterView","RouterLink"]}],"vue/no-undef-properties":"error","vue/no-useless-v-bind":"error","vue/padding-line-between-blocks":["error","always"],"vue/prefer-separate-static-class":"error","vue/prefer-true-attribute-shorthand":"error","vue/singleline-html-element-content-newline":"off","vue/this-in-template":"error","vue/v-for-delimiter-style":"error","vue/v-on-event-hyphenation":["error","never"],"vue/v-on-function-call":"error","array-bracket-spacing":["error","never"],"array-callback-return":"error","block-spacing":["error","always"],"brace-style":["error","1tbs"],"comma-dangle":["error","only-multiline"],"comma-spacing":["error",{before:!1,after:!0}],"comma-style":["error","last"],complexity:["error",12],curly:["error","multi-line"],"default-param-last":"error","func-name-matching":"error","func-style":["error","declaration",{allowArrowFunctions:!0}],indent:["error",2,{SwitchCase:1,ignoredNodes:["ConditionalExpression","CallExpression","ObjectExpression"]}],"max-depth":["error",4],"max-nested-callbacks":["error",4],"max-params":["error",5],"max-statements-per-line":["error",{max:1}],"new-cap":["error",{newIsCap:!0,capIsNew:!1,properties:!0}],"no-array-constructor":"error","no-case-declarations":"error","no-cond-assign":["error","always"],"no-console":"error","no-constant-binary-expression":"error","no-debugger":"error","no-div-regex":"error","no-empty":["error",{allowEmptyCatch:!0}],"no-empty-function":"error","no-eq-null":"error","no-eval":"error","no-extra-bind":"error","no-implicit-coercion":["error",{allow:["!!"]}],"no-implicit-globals":"error","no-implied-eval":"error","no-lone-blocks":"error","no-lonely-if":"error","no-multi-assign":"error","no-multi-spaces":"error","no-multi-str":"error","no-multiple-empty-lines":["error",{max:1,maxBOF:0,maxEOF:1}],"no-negated-condition":"error","no-nested-ternary":"error","no-new":"error","no-new-wrappers":"error","no-param-reassign":"error","no-promise-executor-return":"error","no-proto":"error","no-return-assign":["error","always"],"no-return-await":"error","no-script-url":"error","no-self-compare":"error","no-sequences":"error","no-shadow":"off","no-template-curly-in-string":"error","no-throw-literal":"error","no-undef-init":"error","no-underscore-dangle":["error",{allow:["_id"]}],"no-unmodified-loop-condition":"error","no-unneeded-ternary":"error","no-unreachable-loop":"error","no-unused-expressions":["error",{allowShortCircuit:!0,allowTernary:!0}],"no-use-before-define":["error",{functions:!1}],"no-useless-call":"error","no-useless-computed-key":"error","no-useless-concat":"error","no-useless-rename":"error","no-useless-return":"error","no-var":"error","no-void":"error","object-curly-spacing":["error","always"],"object-shorthand":"error","operator-assignment":"error","padding-line-between-statements":["error",{blankLine:"always",prev:"*",next:"return"},{blankLine:"always",prev:["const","let","var"],next:"*"},{blankLine:"any",prev:["const","let","var"],next:["const","let","var"]}],"prefer-object-has-own":"error","prefer-object-spread":"error","prefer-promise-reject-errors":"error","prefer-regex-literals":"error","prefer-rest-params":"error","prefer-spread":"error","prefer-template":"error",semi:"error",quotes:["error","single",{avoidEscape:!0,allowTemplateLiterals:!0}],yoda:["error","never",{onlyEquality:!0}],"import/default":"error","import/exports-last":"error","import/first":"error","import/named":"error","import/newline-after-import":"error","import/no-absolute-path":"error","import/no-anonymous-default-export":"error","import/no-cycle":"error","import/no-empty-named-blocks":"error","import/no-extraneous-dependencies":"error","import/no-named-default":"error","import/no-mutable-exports":"error","import/no-relative-packages":"error","import/no-self-import":"error","import/no-unassigned-import":["error",{allow:["**/*.scss","**/*.css"]}],"import/no-unresolved":"off","import/no-unused-modules":"error","import/no-useless-path-segments":"error","import/order":"error","@typescript-eslint/naming-convention":["error",{selector:"variable",format:["camelCase","PascalCase","UPPER_CASE","snake_case"]},{selector:"function",format:["camelCase"]},{selector:"typeLike",format:["PascalCase"]}],"@typescript-eslint/array-type":"error","@typescript-eslint/ban-tslint-comment":"error","@typescript-eslint/class-literal-property-style":["error","fields"],"@typescript-eslint/consistent-generic-constructors":"error","@typescript-eslint/consistent-indexed-object-style":["error","index-signature"],"@typescript-eslint/consistent-type-assertions":"error","@typescript-eslint/consistent-type-definitions":["error","interface"],"@typescript-eslint/default-param-last":"error","@typescript-eslint/func-call-spacing":["error","never"],"@typescript-eslint/member-delimiter-style":["error",{multiline:{delimiter:"semi"}}],"@typescript-eslint/member-ordering":"error","@typescript-eslint/method-signature-style":"error","@typescript-eslint/no-confusing-non-null-assertion":"error","@typescript-eslint/no-dynamic-delete":"off","@typescript-eslint/no-explicit-any":"error","@typescript-eslint/no-invalid-void-type":"error","@typescript-eslint/no-shadow":"error","@typescript-eslint/no-non-null-asserted-nullish-coalescing":"error","@typescript-eslint/no-non-null-assertion":"error","@typescript-eslint/no-require-imports":"error","@typescript-eslint/no-type-alias":["error",{allowAliases:"in-unions-and-intersections",allowGenerics:"always",allowConditionalTypes:"always"}],"@typescript-eslint/no-unsafe-declaration-merging":"error","@typescript-eslint/no-unused-vars":"error","@typescript-eslint/no-useless-empty-export":"error","@typescript-eslint/prefer-enum-initializers":"error","@typescript-eslint/prefer-function-type":"error","@typescript-eslint/prefer-literal-enum-member":"error","@typescript-eslint/unified-signatures":"error","max-len":["error",{code:120,ignoreComments:!0,ignorePattern:"<rect|path|ellipse([\\s\\S]*?)/>",ignoreRegExpLiterals:!0,ignoreStrings:!0,ignoreTemplateLiterals:!0,ignoreUrls:!0}],"prettier/prettier":["error",{endOfLine:"auto"}]}},prettier:{bracketSpacing:!0,jsxSingleQuote:!0,printWidth:120,semi:!0,singleQuote:!0,tabWidth:2,trailingComma:"es5",useTabs:!1,bracketSameLine:!1},stylelint:{plugins:["stylelint-prettier"],extends:["stylelint-config-recommended-scss","stylelint-config-recommended-vue/scss","stylelint-config-recess-order"],rules:{"at-rule-allowed-list":["import","media","keyframes","each","font-face","use","container","extend"],"at-rule-no-vendor-prefix":!0,"color-function-notation":"legacy","color-hex-alpha":"never","color-named":"never","declaration-no-important":!0,"declaration-property-unit-allowed-list":[{"font-size":["rem"],width:["px","%","vw"],height:["px","%","vh"],"max-width":["px","%","vw"],"max-height":["px","%","vh"],gap:["px","%"],"grid-gap":["px","%"],"/^border/":["px","%"],"/^padding/":["px","%"],"/^margin/":["px","%"],"/^background/":["px","%"],"line-height":[]},{ignore:["inside-function"]}],"declaration-property-value-allowed-list":[{"font-size":["0.75rem","0.875rem","1rem","1.125rem","1.25rem","1.375rem","1.5rem","1.75rem","2rem","2.25rem","2.5rem","2.75rem","3rem","3.5rem","4rem","5rem"],"font-weight":["$font-weight","300","400","500","700"],"line-height":["1","1.2","1.3","1.5","2"],color:["/^var/","/^v-bind/","unset"],"background-color":["/^var/","/^v-bind/","unset"],"border-color":["/^var/","/^v-bind/","unset"]}],"font-weight-notation":"numeric","function-url-no-scheme-relative":!0,"length-zero-no-unit":!0,"max-nesting-depth":4,"media-feature-name-allowed-list":["max-width","print"],"media-feature-name-no-vendor-prefix":!0,"media-feature-name-value-allowed-list":[{"max-width":["$mobile","$tablet","$notebook","$desktop"]}],"no-descending-specificity":null,"no-unknown-animations":!0,"number-max-precision":3,"rule-empty-line-before":["always-multi-line",{except:["first-nested"]}],"selector-class-pattern":"^[a-z][a-zA-Z0-9]+$|.","selector-pseudo-class-no-unknown":null,"time-min-milliseconds":100,"unit-allowed-list":["px","rem","%","vh","vw","ms","deg","fr"],"value-keyword-case":["lower",{ignoreFunctions:["v-bind"]}],"prettier/prettier":!0}}}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-linters-config",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "Vue 3 linters config for eslint, prettier, stylelint",
|
|
5
5
|
"author": "Aleksandr Dergunov <a@dergunov.com> (https://dergunov.com)",
|
|
6
6
|
"main": "./dist/index.umd.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build": "vite build"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"vite": "4.
|
|
14
|
+
"vite": "4.5.0"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": ">=18.17.0 || >=20.6.0"
|