Advertisement
naala

package.json html-webpack-plugin + @cypress/webpack-dev-server

Jul 27th, 2023
1,242
0
41 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.45 KB | Source Code | 0 0
  1.     dependencies": {
  2.      "@element-plus/icons-vue": "^2.1.0",
  3.      "@vue-flow/additional-components": "^1.3.3",
  4.      "@vue-flow/background": "^1.2.0",
  5.      "@vue-flow/controls": "^1.1.0",
  6.      "@vue-flow/core": "^1.22.1",
  7.      "@vue-flow/minimap": "^1.1.1",
  8.      "@vueuse/core": "^10.2.1",
  9.      "core-js": "^3.31.1",
  10.      "dagre": "^0.8.5",
  11.      "element-plus": "^2.3.8",
  12.      "file-saver": "^2.0.5",
  13.      "mitt": "^3.0.1",
  14.      "pinia": "^2.1.6",
  15.      "sass": "^1.64.1",
  16.      "sass-loader": "^13.3.2",
  17.      "vue": "^3.3.4",
  18.      "vue-router": "^4.2.4",
  19.      "vue3-rich-accordion": "^0.0.7",
  20.      "yaml": "^2.3.1"
  21.    },
  22.    "devDependencies": {
  23.      "@babel/core": "^7.22.9",
  24.      "@babel/eslint-parser": "^7.22.9",
  25.      "@cypress/vue": "^5.0.5",
  26.      "@cypress/webpack-dev-server": "^3.5.1",
  27.      "@pinia/testing": "^0.1.3",
  28.      "@vitejs/plugin-vue": "^4.2.3",
  29.      "@vitest/coverage-v8": "^0.33.0",
  30.      "@vue/cli-plugin-babel": "^5.0.8",
  31.      "@vue/cli-plugin-eslint": "^5.0.8",
  32.      "@vue/cli-service": "^5.0.8",
  33.      "@vue/test-utils": "^2.4.1",
  34.      "cypress": "^12.17.2",
  35.      "eslint": "^8.45.0",
  36.      "eslint-output": "^3.0.1",
  37.      "eslint-plugin-cypress": "^2.13.3",
  38.      "eslint-plugin-vue": "^9.15.1",
  39.      "html-webpack-plugin": "^5.5.3",
  40.      "jsdom": "^22.1.0",
  41.      "mochawesome": "^7.1.3",
  42.      "vitest": "^0.33.0",
  43.      "wait-on": "^7.0.1",
  44.      "yarn-upgrade-all": "^0.7.2"
  45.    }
Tags: cyrpress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement