package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "vue": "^3.2.13",
  35. "vue-router": "^4.3.2"
  36. },
  37. "devDependencies": {
  38. "@babel/core": "^7.12.16",
  39. "@babel/eslint-parser": "^7.12.16",
  40. "@vue/cli-plugin-babel": "~5.0.0",
  41. "@vue/cli-plugin-eslint": "~5.0.0",
  42. "@vue/cli-service": "~5.0.0",
  43. "autoprefixer": "^10.4.19",
  44. "eslint": "^7.32.0",
  45. "eslint-plugin-vue": "^8.0.3",
  46. "postcss": "^8.4.38",
  47. "tailwindcss": "^3.4.3"
  48. },
  49. "eslintConfig": {
  50. "root": true,
  51. "env": {
  52. "node": true
  53. },
  54. "extends": [
  55. "plugin:vue/vue3-essential",
  56. "eslint:recommended"
  57. ],
  58. "parserOptions": {
  59. "parser": "@babel/eslint-parser"
  60. },
  61. "rules": {}
  62. },
  63. "browserslist": [
  64. "> 1%",
  65. "last 2 versions",
  66. "not dead",
  67. "not ie 11"
  68. ],
  69. "description": "```\r npm install\r ```",
  70. "main": "babel.config.js",
  71. "author": "",
  72. "license": "ISC"
  73. }