@ -21,11 +21,10 @@
"deploy:spaces:comment" : "do-vue comment nginxconfig" ,
"test" : "npm run test:eslint && npm run test:sass-lint && npm run test:i18n-packs && npm run test:jest" ,
"test:jest" : "jest /test/.*.js?$" ,
"test:fix" : "npm run test:eslint:fix && npm run test:sass-lint:fix ",
"test:fix" : "npm run test:eslint:fix ",
"test:eslint" : "eslint 'src/**/*.{js,vue}'" ,
"test:eslint:fix" : "npm run test:eslint -- --fix" ,
"test:sass-lint" : "sass-lint 'src/**/*.scss' --verbose --no-exit --config .sasslintrc" ,
"test:sass-lint:fix" : "sass-lint-auto-fix 'src/**/*.scss'" ,
"test:i18n-packs" : "node -r esm src/nginxconfig/i18n/verify.js"
} ,
"jest" : {
@ -57,31 +56,31 @@
"qs" : "^6.10.1" ,
"simple-js-sha2-256" : "^1.0.7" ,
"vue" : "^2.6.12" ,
"vue-i18n" : "^8.24. 2 ",
"vue-i18n" : "^8.24. 3 ",
"vue-select" : "^3.11.2" ,
"webpack-require-from" : "^1.8.2"
} ,
"devDependencies" : {
"@babel/plugin-proposal-class-properties" : "^7.13.0" ,
"@babel/plugin-transform-runtime" : "^7.13.1 0 ",
"@babel/preset-env" : "^7.13.1 2 ",
"@babel/plugin-transform-runtime" : "^7.13.1 5 ",
"@babel/preset-env" : "^7.13.1 5 ",
"@babel/runtime" : "^7.13.10" ,
"@vue/cli-service" : "^ 4.5.12 ",
"@vue/cli-service" : "^ 5.0.0-alpha.8 ",
"babel-eslint" : "^10.1.0" ,
"chalk" : "^4.1.0" ,
"copyfiles" : "^2.4.1" ,
"core-js" : "^3.10. 0 ",
"core-js" : "^3.10. 1 ",
"duplicate-package-checker-webpack-plugin" : "^3.0.0" ,
"eslint" : "^7.2 3 .0",
"eslint-plugin-vue" : "^7. 8 .0",
"eslint" : "^7.2 4 .0",
"eslint-plugin-vue" : "^7. 9 .0",
"esm" : "^3.2.25" ,
"jest" : "^26.6.3" ,
"node-fetch" : "^2.6.1" ,
" sass": "^1.32.8 ",
"sass -lint ": "^1. 1 3.1",
"sass-lint -auto-fix": "^0.21.2 ",
"sass-loader" : "^1 0. 1.1",
" postcss": "^8.2.10 ",
"sass ": "^1. 32 .10 ",
"sass-lint ": "git+https://github.com/do-community/sass-lint.git ",
"sass-loader" : "^1 1.0 .1",
"vue-template-compiler" : "^2.6.12" ,
"webpack-bundle-analyzer" : "^4.4. 0 "
"webpack-bundle-analyzer" : "^4.4. 1 "
}
}