package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "nuxt-app",
  3. "private": true,
  4. "scripts": {
  5. "build": "nuxt build --dotenv .env.development",
  6. "build:staging": "nuxt build --dotenv .env.staging",
  7. "build:pro": "nuxt build --dotenv .env.production",
  8. "dev": "nuxt dev --dotenv .env.development",
  9. "dev:staging": "nuxt dev --dotenv .env.staging",
  10. "dev:pro": "nuxt dev --dotenv .env.production",
  11. "generate": "nuxt generate",
  12. "preview": "nuxt preview",
  13. "postinstall": "nuxt prepare"
  14. },
  15. "dependencies": {
  16. "@pinia/nuxt": "^0.5.5",
  17. "@popperjs/core": "^2.11.8",
  18. "@vueuse/core": "^11.1.0",
  19. "@vueuse/nuxt": "^11.1.0",
  20. "dayjs": "^1.11.13",
  21. "dayjs-nuxt": "^2.1.11",
  22. "lodash-es": "^4.17.21",
  23. "md5": "^2.3.0",
  24. "naive-ui": "^2.39.0",
  25. "nanoid": "^5.0.8",
  26. "nuxt": "^3.13.0",
  27. "nuxt-icons": "^3.2.1",
  28. "nuxt-swiper": "^1.2.2",
  29. "nuxtjs-naive-ui": "^1.0.2",
  30. "pinia": "^2.2.4",
  31. "vue": "latest",
  32. "vue-cropper": "^1.1.4",
  33. "vue-draggable-plus": "^0.5.6",
  34. "vue-router": "latest"
  35. },
  36. "devDependencies": {
  37. "@css-render/vue3-ssr": "^0.15.14",
  38. "@element-plus/nuxt": "^1.0.10",
  39. "@nuxt/icon": "^1.5.5",
  40. "@nuxtjs/tailwindcss": "^6.12.1",
  41. "@samk-dev/nuxt-vcalendar": "^1.0.4",
  42. "@types/node": "^22.7.3",
  43. "element-plus": "^2.8.6",
  44. "prettier": "^3.3.3",
  45. "prettier-plugin-tailwindcss": "^0.6.6",
  46. "sass": "^1.79.3",
  47. "unplugin-auto-import": "^0.18.3",
  48. "unplugin-vue-components": "^0.27.4"
  49. }
  50. }