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.

53 lines
1.6 KiB

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. "@sebgroup/frontend-tools": "^2.0.2",
  18. "@tailwindcss/postcss7-compat": "^2.0.2",
  19. "@vue-hero-icons/solid": "^1.6.3",
  20. "autoprefixer": "^9.8.6",
  21. "axios": "^0.21.1",
  22. "core-js": "^3.6.5",
  23. "dayjs": "^1.10.3",
  24. "dayjs-dynamic-locale": "0.0.7",
  25. "postcss": "^7.0.35",
  26. "postcss-import": "^12.0.1",
  27. "postcss-loader": "^4.1.0",
  28. "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
  29. "v-click-outside": "^3.1.2",
  30. "vue": "^2.6.11",
  31. "vue-class-component": "^7.2.3",
  32. "vue-click-outside": "^1.1.0",
  33. "vue-popperjs": "^2.3.0",
  34. "vue-property-decorator": "^9.1.2",
  35. "vue-router": "^3.2.0",
  36. "vue-tailwindcss-typeahead": "^1.0.1"
  37. },
  38. "devDependencies": {
  39. "@vue/cli-plugin-babel": "~4.5.0",
  40. "@vue/cli-plugin-eslint": "~4.5.0",
  41. "@vue/cli-plugin-router": "~4.5.0",
  42. "@vue/cli-plugin-unit-jest": "~4.5.0",
  43. "@vue/cli-service": "~4.5.0",
  44. "@vue/test-utils": "^1.0.3",
  45. "babel-eslint": "^10.1.0",
  46. "eslint": "^6.8.0",
  47. "eslint-plugin-vue": "^6.2.2",
  48. "vue-clickaway": "^2.2.2",
  49. "vue-template-compiler": "^2.6.11",
  50. "webpack-bundle-analyzer": "^4.3.0",
  51. "webpack-dashboard": "^3.2.1"
  52. }
  53. }