package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "caimei-authentic-www",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "cross-env ENV=development NODE_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. "element-ui": "^2.15.9",
  23. "js-cookie": "^3.0.1",
  24. "nuxt": "^2.15.8",
  25. "swiper": "^5.4.5",
  26. "vant": "^2.12.47",
  27. "vue": "^2.6.14",
  28. "vue-awesome-swiper": "^4.1.1",
  29. "vue-server-renderer": "^2.6.14",
  30. "vue-template-compiler": "^2.6.14",
  31. "webpack": "^4.46.0"
  32. },
  33. "devDependencies": {
  34. "@nuxtjs/style-resources": "^1.2.1",
  35. "@nuxtjs/tailwindcss": "^4.2.1",
  36. "babel-plugin-component": "^1.1.1",
  37. "cross-env": "^7.0.3",
  38. "eslint-config-prettier": "^8.3.0",
  39. "node-sass": "^6.0.1",
  40. "postcss": "^8.4.12",
  41. "postcss-custom-properties": "^12.1.7",
  42. "prettier": "^2.5.1",
  43. "sass": "^1.49.9",
  44. "sass-loader": "^10.2.1"
  45. }
  46. }