package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "nuxt-app",
  3. "private": true,
  4. "type": "module",
  5. "scripts": {
  6. "build": "nuxt build --dotenv .env.development",
  7. "build:staging": "nuxt build --dotenv .env.production",
  8. "build:pro": "nuxt build --dotenv .env.production",
  9. "dev": "nuxt dev --dotenv .env.development",
  10. "generate": "nuxt generate",
  11. "preview": "nuxt preview",
  12. "postinstall": "nuxt prepare"
  13. },
  14. "dependencies": {
  15. "@fortawesome/fontawesome-free": "^6.7.2",
  16. "@nuxtjs/i18n": "9.2.1",
  17. "accounting": "^0.4.1",
  18. "axios": "^1.8.2",
  19. "dayjs": "^1.11.13",
  20. "element-plus": "^2.9.6",
  21. "nuxt": "^3.15.4",
  22. "vue": "^3.5.13",
  23. "vue-router": "^4.5.0"
  24. },
  25. "packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
  26. "devDependencies": {
  27. "@element-plus/nuxt": "^1.1.1",
  28. "sass": "^1.85.1",
  29. "sass-loader": "^16.0.5",
  30. "unplugin-auto-import": "^19.1.1",
  31. "unplugin-vue-components": "^28.4.1"
  32. }
  33. }