package.json 890 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "myy",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build"
  8. },
  9. "dependencies": {
  10. "axios": "^0.27.2",
  11. "core-js": "^3.6.5",
  12. "vant": "^3.6.2",
  13. "vue": "^3.2.38",
  14. "vue-router": "^4.1.5"
  15. },
  16. "devDependencies": {
  17. "@autojs/types-pro8": "^8.8.0",
  18. "@vue/cli-plugin-babel": "~4.5.15",
  19. "@vue/cli-plugin-router": "~4.5.15",
  20. "@vue/cli-plugin-vuex": "~4.5.15",
  21. "@vue/cli-service": "~4.5.15",
  22. "@vue/compiler-sfc": "^3.0.0",
  23. "html-webpack-inline-source-plugin": "^0.0.10",
  24. "lint-staged": "^9.5.0",
  25. "postcss-pxtorem": "^5.1.1",
  26. "pug": "^3.0.2",
  27. "pug-plain-loader": "^1.1.0",
  28. "raw-loader": "^4.0.2",
  29. "stylus": "^0.54.7",
  30. "stylus-loader": "^3.0.2",
  31. "uglifyjs-webpack-plugin": "^2.2.0",
  32. "unplugin-vue-components": "^0.22.7"
  33. }
  34. }