package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "nuxt-app",
  3. "private": true,
  4. "type": "module",
  5. "scripts": {
  6. "build": "nuxt build --dotenv .env.production --exec",
  7. "dev": "nuxt dev --dotenv .env.development --exec",
  8. "generate": "nuxt generate",
  9. "preview": "nuxt preview",
  10. "postinstall": "nuxt prepare",
  11. "start": "cross-env PORT=3005 HOST=127.0.0.1 node .output/server/index.mjs"
  12. },
  13. "dependencies": {
  14. "@duannx/vue-client-only": "^1.0.3",
  15. "@nuxt/http": "^0.6.4",
  16. "@nuxtjs/i18n": "^9.2.1",
  17. "@pinia/nuxt": "^0.10.1",
  18. "@vicons/ionicons4": "^0.13.0",
  19. "animate.css": "^4.1.1",
  20. "crypto-js": "^4.2.0",
  21. "github-markdown-css": "^5.6.1",
  22. "html2canvas": "^1.4.1",
  23. "html2pdf.js": "^0.10.3",
  24. "jspdf": "^3.0.1",
  25. "markdown-it": "^14.1.0",
  26. "nuxt": "^3.11.2",
  27. "nuxtjs-naive-ui": "^1.0.2",
  28. "pinia": "^3.0.1",
  29. "pinia-plugin-persistedstate": "^4.2.0",
  30. "qrcode.vue": "^3.6.0",
  31. "vue": "^3.4.27",
  32. "vue-client-only": "^2.1.0",
  33. "vue-router": "^4.3.2",
  34. "vue3-pdf-app": "^1.0.3",
  35. "vuex": "^4.1.0"
  36. },
  37. "devDependencies": {
  38. "naive-ui": "^2.38.2",
  39. "sass": "^1.77.2",
  40. "unplugin-auto-import": "^0.17.6",
  41. "unplugin-vue-components": "^0.27.0"
  42. }
  43. }