package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "vue_project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "@element-plus/icons": "^0.0.11",
  12. "@element-plus/icons-vue": "^2.3.1",
  13. "@fullcalendar/core": "^6.1.13",
  14. "@fullcalendar/daygrid": "^6.1.13",
  15. "@fullcalendar/interaction": "^6.1.13",
  16. "@fullcalendar/list": "^6.1.13",
  17. "@fullcalendar/multimonth": "^6.1.13",
  18. "@fullcalendar/timegrid": "^6.1.13",
  19. "@fullcalendar/vue3": "^6.1.13",
  20. "@headlessui/vue": "^1.7.22",
  21. "@heroicons/vue": "^2.1.3",
  22. "@nextui-org/navbar": "^2.0.32",
  23. "@vue/babel-plugin-jsx": "^1.2.2",
  24. "@vueuse/components": "^10.10.0",
  25. "@vueuse/core": "^10.10.0",
  26. "axios": "^1.7.2",
  27. "core-js": "^3.8.3",
  28. "element-plus": "^2.7.4",
  29. "js-cookie": "^3.0.5",
  30. "mdb-ui-kit": "^7.3.0",
  31. "pinia": "^2.1.7",
  32. "vue": "^3.2.13",
  33. "vue-router": "^4.3.2",
  34. "vuetify": "^3.6.8"
  35. },
  36. "devDependencies": {
  37. "@babel/core": "^7.12.16",
  38. "@babel/eslint-parser": "^7.12.16",
  39. "@vue/cli-plugin-babel": "~5.0.0",
  40. "@vue/cli-plugin-eslint": "~5.0.0",
  41. "@vue/cli-service": "~5.0.0",
  42. "autoprefixer": "^10.4.19",
  43. "eslint": "^7.32.0",
  44. "eslint-plugin-vue": "^8.0.3",
  45. "postcss": "^8.4.38",
  46. "tailwindcss": "^3.4.3"
  47. },
  48. "eslintConfig": {
  49. "root": true,
  50. "env": {
  51. "node": true
  52. },
  53. "extends": [
  54. "plugin:vue/vue3-essential",
  55. "eslint:recommended"
  56. ],
  57. "parserOptions": {
  58. "parser": "@babel/eslint-parser"
  59. },
  60. "rules": {}
  61. },
  62. "browserslist": [
  63. "> 1%",
  64. "last 2 versions",
  65. "not dead",
  66. "not ie 11"
  67. ],
  68. "description": "```\r npm install\r ```",
  69. "main": "babel.config.js",
  70. "author": "",
  71. "license": "ISC"
  72. }