33 "version" : " 2512.01-next" ,
44 "description" : " Open MCT for MCWS" ,
55 "devDependencies" : {
6+ "@babel/eslint-parser" : " 7.26.8" ,
67 "@braintree/sanitize-url" : " 6.0.4" ,
8+ "@eslint/js" : " 9.19.0" ,
79 "@vue/compiler-sfc" : " 3.4.3" ,
810 "babel-loader" : " 8.2.0" ,
911 "babel-plugin-istanbul" : " 6.1.1" ,
1012 "bower" : " ^1.7.7" ,
1113 "comma-separated-values" : " 3.6.4" ,
1214 "copy-webpack-plugin" : " 12.0.2" ,
1315 "css-loader" : " 6.10.0" ,
16+ "eslint" : " 9.19.0" ,
17+ "eslint-config-prettier" : " 10.0.1" ,
18+ "eslint-plugin-prettier" : " 5.2.3" ,
19+ "eslint-plugin-vue" : " 9.32.0" ,
1420 "eventemitter3" : " 5.0.1" ,
1521 "file-saver" : " 2.0.5" ,
1622 "git-rev-sync" : " 3.0.2" ,
23+ "globals" : " 15.14.0" ,
1724 "html2canvas" : " 1.4.1" ,
1825 "imports-loader" : " 0.8.0" ,
1926 "jasmine-core" : " 5.1.1" ,
4249 "source-map-loader" : " ^0.2.4" ,
4350 "style-loader" : " 3.3.3" ,
4451 "vue" : " 3.4.24" ,
52+ "vue-eslint-parser" : " ^9.4.3" ,
4553 "vue-loader" : " 16.8.3" ,
4654 "webpack" : " 5.94.0" ,
4755 "webpack-cli" : " 5.1.1" ,
5159 "scripts" : {
5260 "clean" : " npm cache clean --force;rm -rf ./dist ./node_modules ./target ./package-lock.json" ,
5361 "start" : " npx webpack serve --config ./.webpack/webpack.dev.js" ,
54- "lint" : " npx prettier --check \" **\" " ,
55- "lint:fix" : " npx prettier --write \" **\" " ,
62+ "lint" : " eslint \" **\" " ,
63+ "lint:fix" : " eslint \" **\" --fix " ,
5664 "build:prod" : " webpack --config ./.webpack/webpack.prod.js" ,
5765 "build:dev" : " webpack --config ./.webpack/webpack.dev.js" ,
5866 "build:watch" : " webpack --config ./.webpack/webpack.dev.js --watch" ,
7280 },
7381 "author" : " " ,
7482 "license" : " Apache-2.0"
75- }
83+ }
0 commit comments