演示项目-图书馆
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.1 KiB

1 year ago
1 year ago
1 year ago
  1. {
  2. "name": "vue3-mobile",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite --mode development",
  6. "build:beta": "vite build --mode beta",
  7. "build": "vite build --mode production",
  8. "serve": "vite preview"
  9. },
  10. "dependencies": {
  11. "@sentry/browser": "^6.3.1",
  12. "@sentry/tracing": "^6.3.1",
  13. "@vant/area-data": "^1.5.1",
  14. "axios": "^0.21.1",
  15. "js-md5": "^0.7.3",
  16. "pushstate-server": "^3.1.0",
  17. "qs": "^6.9.6",
  18. "vant": "^3.6.12",
  19. "vue": "^3.0.5",
  20. "vue-router": "^4.0.4",
  21. "vuex": "4.0",
  22. "wangeditor": "^4.6.10"
  23. },
  24. "devDependencies": {
  25. "@babel/core": "^7.13.8",
  26. "@babel/runtime": "^7.13.8",
  27. "@rollup/plugin-babel": "^5.3.0",
  28. "@vitejs/plugin-vue": "^1.1.4",
  29. "@vue/compiler-sfc": "^3.0.5",
  30. "babel": "^6.23.0",
  31. "babel-plugin-component": "^1.1.1",
  32. "babel-plugin-import": "^1.13.3",
  33. "element-theme-chalk": "^2.15.1",
  34. "sass": "^1.69.4",
  35. "sass-loader": "^10.0.3",
  36. "vite": "^2.0.1",
  37. "vite-babel-plugin": "^0.0.2",
  38. "vite-plugin-babel-import": "^2.0.2",
  39. "vite-plugin-imp": "^2.0.4",
  40. "vite-plugin-svg-icons": "^2.0.1"
  41. }
  42. }