package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "nuxt-app",
  3. "private": true,
  4. "type": "module",
  5. "scripts": {
  6. "build": "nuxt build",
  7. "dev": "nuxt dev --dotenv .env.development",
  8. "generate": "nuxt generate",
  9. "preview": "nuxt preview",
  10. "postinstall": "nuxt prepare",
  11. "lint": "eslint .",
  12. "lint:fix": "eslint . --fix"
  13. },
  14. "devDependencies": {
  15. "@nuxt/eslint-config": "^0.2.0",
  16. "@nuxtjs/i18n": "^8.1.1",
  17. "@types/jquery": "^3.5.29",
  18. "@types/vue2-editor": "^2.6.5",
  19. "dayjs-nuxt": "^2.1.9",
  20. "eslint": "^8.56.0",
  21. "nuxt": "^3.14.1592",
  22. "nuxt-lodash": "^2.5.3",
  23. "sass-loader": "^16.0.4",
  24. "vue": "^3.4.10",
  25. "vue-router": "^4.2.5"
  26. },
  27. "dependencies": {
  28. "@fortawesome/fontawesome-free": "^6.7.2",
  29. "@fortawesome/fontawesome-svg-core": "^6.7.2",
  30. "@fortawesome/free-brands-svg-icons": "^6.7.2",
  31. "@fortawesome/free-regular-svg-icons": "^6.7.2",
  32. "@fortawesome/free-solid-svg-icons": "^6.7.2",
  33. "@fortawesome/vue-fontawesome": "^3.0.8",
  34. "@mdi/font": "^7.4.47",
  35. "@nuxt/devtools": "^1.6.3",
  36. "@pinia-plugin-persistedstate/nuxt": "^1.2.0",
  37. "@pinia/nuxt": "^0.5.1",
  38. "@toast-ui/editor": "^3.2.2",
  39. "@vuepic/vue-datepicker": "^8.8.1",
  40. "@vueup/vue-quill": "^1.2.0",
  41. "ag-grid-vue3": "^32.1.0",
  42. "axios": "^1.6.5",
  43. "chart.js": "^4.4.1",
  44. "chartjs-adapter-date-fns": "^3.0.0",
  45. "chartjs-plugin-datalabels": "^2.2.0",
  46. "chartjs-plugin-zoom": "^2.0.1",
  47. "copy-to-clipboard": "^3.3.3",
  48. "hangul-js": "^0.2.6",
  49. "jodit": "^4.2.47",
  50. "js-sha256": "^0.11.0",
  51. "loglevel": "^1.8.1",
  52. "loglevel-plugin-prefix": "^0.8.4",
  53. "mitt": "^3.0.1",
  54. "pinia": "^2.1.7",
  55. "pretendard": "^1.3.9",
  56. "qrcode": "^1.5.3",
  57. "sass": "^1.82.0",
  58. "suneditor": "^2.47.0",
  59. "swiper": "^11.0.6",
  60. "vite": "^6.0.3",
  61. "vite-plugin-sri": "^0.0.2",
  62. "vue-chartjs": "^5.3.0",
  63. "vue-cool-lightbox": "^2.7.5",
  64. "vue-cool-lightbox-next": "^0.0.7",
  65. "vue-quill-editor": "^3.0.6",
  66. "vue2-editor": "^2.10.3",
  67. "vue3-editor": "^0.1.1",
  68. "vue3-toastify": "^0.2.1",
  69. "vuetify": "^3.7.5",
  70. "xlsx": "^0.18.5",
  71. "xlsx-js-style": "^1.2.0"
  72. },
  73. "packageManager": "pnpm@9.13.0+sha512.beb9e2a803db336c10c9af682b58ad7181ca0fbd0d4119f2b33d5f2582e96d6c0d93c85b23869295b765170fbdaa92890c0da6ada457415039769edf3c959efe"
  74. }