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.

41 lines
1.1 KiB

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. "axios": "^0.21.1",
  14. "js-md5": "^0.7.3",
  15. "pushstate-server": "^3.1.0",
  16. "qs": "^6.9.6",
  17. "vant": "^3.1.5",
  18. "vue": "^3.0.5",
  19. "vue-router": "^4.0.4",
  20. "vuex": "4.0",
  21. "wangeditor": "^4.6.10"
  22. },
  23. "devDependencies": {
  24. "@babel/core": "^7.13.8",
  25. "@babel/runtime": "^7.13.8",
  26. "@rollup/plugin-babel": "^5.3.0",
  27. "@vitejs/plugin-vue": "^1.1.4",
  28. "@vue/compiler-sfc": "^3.0.5",
  29. "babel": "^6.23.0",
  30. "babel-plugin-component": "^1.1.1",
  31. "babel-plugin-import": "^1.13.3",
  32. "element-theme-chalk": "^2.15.1",
  33. "sass": "^1.69.4",
  34. "sass-loader": "^10.0.3",
  35. "vite": "^2.0.1",
  36. "vite-babel-plugin": "^0.0.2",
  37. "vite-plugin-babel-import": "^2.0.2",
  38. "vite-plugin-imp": "^2.0.4",
  39. "vite-plugin-svg-icons": "^2.0.1"
  40. }
  41. }