package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "caimei-authentic-www",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "nuxt --dotenv .env.development",
  7. "build:stage": "nuxt build --dotenv .env.staging",
  8. "build:prod": "nuxt build --dotenv .env.production",
  9. "start:stage": "nuxt start --dotenv .env.staging",
  10. "start:prod": "nuxt start --dotenv .env.production",
  11. "generate:prod": "nuxt generate",
  12. "lint:prettier": "prettier --check .",
  13. "lint": "npm run lint:prettier",
  14. "lintfix": "prettier --write --list-different ."
  15. },
  16. "dependencies": {
  17. "@nuxtjs/axios": "^5.13.6",
  18. "@vant/touch-emulator": "^1.3.2",
  19. "ali-oss": "^6.17.1",
  20. "animate.css": "^4.1.1",
  21. "clipboard": "^2.0.10",
  22. "core-js": "^3.19.3",
  23. "element-ui": "^2.15.9",
  24. "jquery": "^3.6.0",
  25. "js-cookie": "^3.0.1",
  26. "moment": "^2.29.4",
  27. "node-fetch-native": "^1.6.4",
  28. "nuxt": "^2.15.8",
  29. "qrcode": "^1.5.1",
  30. "sha1": "^1.1.1",
  31. "swiper": "^5.4.5",
  32. "three-dots": "^0.2.3",
  33. "ufo": "^1.5.3",
  34. "uuid": "^9.0.0",
  35. "vant": "^2.12.47",
  36. "vue": "^2.6.14",
  37. "vue-no-ssr": "^1.1.1",
  38. "vue-client-only": "^2.0.0",
  39. "vue-awesome-swiper": "^4.1.1",
  40. "vue-meta": "^2.4.0",
  41. "vue-router": "^3.5.1",
  42. "vue-server-renderer": "^2.6.14",
  43. "vue-template-compiler": "^2.6.14",
  44. "vuex": "^3.2.0",
  45. "axios": "^0.21.1",
  46. "defu": "^4.0.1",
  47. "webpack": "^4.46.0"
  48. },
  49. "devDependencies": {
  50. "@nuxtjs/style-resources": "^1.2.1",
  51. "@nuxtjs/tailwindcss": "^4.2.1",
  52. "babel-plugin-component": "^1.1.1",
  53. "eslint-config-prettier": "^8.3.0",
  54. "node-sass": "^6.0.1",
  55. "postcss": "^8.4.12",
  56. "postcss-custom-properties": "^12.1.7",
  57. "prettier": "^2.5.1",
  58. "sass": "^1.49.9",
  59. "sass-loader": "^10.2.1",
  60. "ufo": "^1.5.3",
  61. "uuid": "^9.0.0",
  62. "vant": "^2.12.47",
  63. "vue": "^2.6.14",
  64. "vue-no-ssr": "^1.1.1",
  65. "vue-client-only": "^2.0.0",
  66. "vue-awesome-swiper": "^4.1.1",
  67. "vue-meta": "^2.4.0",
  68. "vue-router": "^3.5.1",
  69. "vue-server-renderer": "^2.6.14",
  70. "vue-template-compiler": "^2.6.14",
  71. "vuex": "^3.2.0",
  72. "axios": "^0.21.1",
  73. "defu": "^4.0.1",
  74. "webpack": "^4.46.0"
  75. }
  76. }