You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 999B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "license": "MIT",
  3. "private": true,
  4. "engines": {
  5. "node": ">=10"
  6. },
  7. "dependencies": {
  8. "swagger-ui": "3.24.3",
  9. "vue-bar-graph": "1.2.0"
  10. },
  11. "devDependencies": {
  12. "@babel/core": "7.7.7",
  13. "@babel/plugin-proposal-object-rest-spread": "7.7.7",
  14. "@babel/plugin-transform-runtime": "7.7.6",
  15. "@babel/preset-env": "7.7.7",
  16. "@babel/runtime": "7.7.7",
  17. "autoprefixer": "9.7.3",
  18. "babel-loader": "8.0.6",
  19. "core-js": "3.6.2",
  20. "css-loader": "3.4.1",
  21. "cssnano": "4.1.10",
  22. "eslint": "6.8.0",
  23. "eslint-config-airbnb-base": "14.0.0",
  24. "eslint-plugin-import": "2.19.1",
  25. "less": "3.10.3",
  26. "postcss-cli": "7.1.0",
  27. "style-loader": "1.1.2",
  28. "stylelint": "12.0.1",
  29. "stylelint-config-standard": "19.0.0",
  30. "terser-webpack-plugin": "2.3.2",
  31. "updates": "9.3.3",
  32. "vue-loader": "15.8.3",
  33. "vue-template-compiler": "2.6.11",
  34. "webpack": "4.41.5",
  35. "webpack-cli": "3.3.10"
  36. },
  37. "browserslist": [
  38. "defaults"
  39. ]
  40. }