package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "caimei-authentic-www",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "cross-env ENV=development nuxt",
  7. "build:dev": "cross-env NODE_ENV=development ENV=development nuxt build",
  8. "build:stage": "cross-env NODE_ENV=staging ENV=staging nuxt build",
  9. "build:prod": "cross-env NODE_ENV=production ENV=production nuxt build",
  10. "start:stage": "cross-env NODE_ENV=staging ENV=staging nuxt start",
  11. "start:prod": "cross-env NODE_ENV=production ENV=production nuxt start",
  12. "generate:prod": "cross-env NODE_ENV=production ENV=production nuxt generate",
  13. "lint:prettier": "prettier --check .",
  14. "lint": "npm run lint:prettier",
  15. "lintfix": "prettier --write --list-different ."
  16. },
  17. "dependencies": {
  18. "@nuxtjs/axios": "^5.13.6",
  19. "@vant/touch-emulator": "^1.3.2",
  20. "clipboard": "^2.0.10",
  21. "core-js": "^3.19.3",
  22. "js-cookie": "^3.0.1",
  23. "nuxt": "^2.15.8",
  24. "swiper": "^5.4.5",
  25. "vant": "^2.12.47",
  26. "vue": "^2.6.14",
  27. "vue-awesome-swiper": "^4.1.1",
  28. "vue-server-renderer": "^2.6.14",
  29. "vue-template-compiler": "^2.6.14",
  30. "webpack": "^4.46.0"
  31. },
  32. "devDependencies": {
  33. "@nuxtjs/tailwindcss": "^4.2.1",
  34. "eslint-config-prettier": "^8.3.0",
  35. "postcss": "^8.4.4",
  36. "prettier": "^2.5.1",
  37. "cross-env": "^7.0.3",
  38. "sass": "^1.49.9",
  39. "node-sass": "^6.0.1",
  40. "sass-loader": "^10.2.1"
  41. }
  42. }