Metis portal provides a user-friendly frontend for the Metis API which is written in Vue.
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.

56 lines
1.8 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. {
  2. "name": "portal",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "webpack-dashboard — node build/dev-server.js",
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "test:unit": "vue-cli-service test:unit",
  10. "lint": "vue-cli-service lint"
  11. },
  12. "dependencies": {
  13. "@fullcalendar/daygrid": "^5.5.0",
  14. "@fullcalendar/interaction": "^5.5.0",
  15. "@fullcalendar/timegrid": "^5.5.1",
  16. "@fullcalendar/vue": "^5.5.0",
  17. "@johmun/vue-tags-input": "^2.1.0",
  18. "@sebgroup/frontend-tools": "^2.0.2",
  19. "@tailwindcss/postcss7-compat": "^2.0.2",
  20. "@vue-hero-icons/solid": "^1.6.3",
  21. "@vue/babel-preset-app": "^4.5.11",
  22. "@vue/cli-service-global": "^4.5.11",
  23. "autoprefixer": "^9.8.6",
  24. "axios": "^0.21.1",
  25. "core-js": "^3.6.5",
  26. "dayjs": "^1.10.3",
  27. "dayjs-dynamic-locale": "0.0.7",
  28. "postcss": "^7.0.35",
  29. "postcss-import": "^12.0.1",
  30. "postcss-loader": "^4.1.0",
  31. "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
  32. "v-click-outside": "^3.1.2",
  33. "vue": "^2.6.11",
  34. "vue-class-component": "^7.2.3",
  35. "vue-click-outside": "^1.1.0",
  36. "vue-popperjs": "^2.3.0",
  37. "vue-property-decorator": "^9.1.2",
  38. "vue-router": "^3.2.0",
  39. "vue-tailwindcss-typeahead": "^1.0.1",
  40. "vue-toastification": "^1.7.11"
  41. },
  42. "devDependencies": {
  43. "@vue/cli-plugin-babel": "^4.5.11",
  44. "@vue/cli-plugin-eslint": "^4.5.11",
  45. "@vue/cli-plugin-router": "~4.5.0",
  46. "@vue/cli-plugin-unit-jest": "^4.5.11",
  47. "@vue/test-utils": "^1.0.3",
  48. "babel-eslint": "^10.1.0",
  49. "eslint": "^6.8.0",
  50. "eslint-plugin-vue": "^6.2.2",
  51. "vue-clickaway": "^2.2.2",
  52. "vue-template-compiler": "^2.6.12",
  53. "webpack-bundle-analyzer": "^4.3.0",
  54. "webpack-dashboard": "^3.2.1"
  55. }
  56. }