package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "@fullcalendar/core": "^6.1.13",
  12. "@fullcalendar/daygrid": "^6.1.13",
  13. "@fullcalendar/interaction": "^6.1.13",
  14. "@fullcalendar/list": "^6.1.13",
  15. "@fullcalendar/multimonth": "^6.1.13",
  16. "@fullcalendar/timegrid": "^6.1.13",
  17. "@fullcalendar/vue3": "^6.1.13",
  18. "axios": "^1.7.2",
  19. "core-js": "^3.8.3",
  20. "element-plus": "^2.7.3",
  21. "js-cookie": "^3.0.5",
  22. "pinia": "^2.1.7",
  23. "vue": "^3.2.13",
  24. "vue-router": "^4.3.2"
  25. },
  26. "devDependencies": {
  27. "@babel/core": "^7.12.16",
  28. "@babel/eslint-parser": "^7.12.16",
  29. "@vue/cli-plugin-babel": "~5.0.0",
  30. "@vue/cli-plugin-eslint": "~5.0.0",
  31. "@vue/cli-service": "~5.0.0",
  32. "eslint": "^7.32.0",
  33. "eslint-plugin-vue": "^8.0.3"
  34. },
  35. "eslintConfig": {
  36. "root": true,
  37. "env": {
  38. "node": true
  39. },
  40. "extends": [
  41. "plugin:vue/vue3-essential",
  42. "eslint:recommended"
  43. ],
  44. "parserOptions": {
  45. "parser": "@babel/eslint-parser"
  46. },
  47. "rules": {}
  48. },
  49. "browserslist": [
  50. "> 1%",
  51. "last 2 versions",
  52. "not dead",
  53. "not ie 11"
  54. ],
  55. "description": "```\r npm install\r ```",
  56. "main": "babel.config.js",
  57. "author": "",
  58. "license": "ISC"
  59. }