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 1.0KB

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