package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "@fortawesome/fontawesome-free": "^6.5.2",
  14. "@fullcalendar/bootstrap5": "^6.1.13",
  15. "@fullcalendar/core": "^6.1.13",
  16. "@fullcalendar/daygrid": "^6.1.13",
  17. "@fullcalendar/interaction": "^6.1.13",
  18. "@fullcalendar/list": "^6.1.13",
  19. "@fullcalendar/multimonth": "^6.1.13",
  20. "@fullcalendar/timegrid": "^6.1.13",
  21. "@fullcalendar/vue3": "^6.1.13",
  22. "@headlessui/vue": "^1.7.22",
  23. "@heroicons/vue": "^2.1.3",
  24. "@vue/babel-plugin-jsx": "^1.2.2",
  25. "@vueuse/components": "^10.10.0",
  26. "@vueuse/core": "^10.10.0",
  27. "axios": "^1.7.2",
  28. "bootstrap": "^5.3.3",
  29. "bootstrap-icons": "^1.11.3",
  30. "core-js": "^3.8.3",
  31. "element-plus": "^2.7.4",
  32. "js-cookie": "^3.0.5",
  33. "pinia": "^2.1.7",
  34. "sass": "^1.77.4",
  35. "tippy.js": "^6.3.7",
  36. "vue": "^3.2.13",
  37. "vue-router": "^4.3.2"
  38. },
  39. "devDependencies": {
  40. "@babel/core": "^7.12.16",
  41. "@babel/eslint-parser": "^7.12.16",
  42. "@vue/cli-plugin-babel": "~5.0.0",
  43. "@vue/cli-plugin-eslint": "~5.0.0",
  44. "@vue/cli-service": "~5.0.0",
  45. "autoprefixer": "^10.4.19",
  46. "eslint": "^7.32.0",
  47. "eslint-plugin-vue": "^8.0.3",
  48. "postcss": "^8.4.38",
  49. "sass-loader": "^14.2.1",
  50. "tailwindcss": "^3.4.3"
  51. },
  52. "eslintConfig": {
  53. "root": true,
  54. "env": {
  55. "node": true
  56. },
  57. "extends": [
  58. "plugin:vue/vue3-essential",
  59. "eslint:recommended"
  60. ],
  61. "parserOptions": {
  62. "parser": "@babel/eslint-parser"
  63. },
  64. "rules": {}
  65. },
  66. "browserslist": [
  67. "> 1%",
  68. "last 2 versions",
  69. "not dead",
  70. "not ie 11"
  71. ],
  72. "description": "```\r npm install\r ```",
  73. "main": "babel.config.js",
  74. "author": "",
  75. "license": "ISC"
  76. }