package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "vue-ts",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vite",
  7. "build": "vite build"
  8. },
  9. "dependencies": {
  10. "@amap/amap-jsapi-loader": "^1.0.1",
  11. "await-to-js": "^2.1.1",
  12. "axios": "^0.21.1",
  13. "dotenv": "^8.2.0",
  14. "element-plus": "^1.0.2-beta.36",
  15. "font-awesome": "^4.7.0",
  16. "mitt": "^2.1.0",
  17. "mockjs": "^1.1.0",
  18. "nprogress": "^0.2.0",
  19. "path": "^0.12.7",
  20. "path-to-regexp": "^6.2.0",
  21. "resize-observer-polyfill": "^1.5.1",
  22. "screenfull": "^5.1.0",
  23. "three": "^0.126.1",
  24. "troisjs": "^0.1.19",
  25. "v-contextmenu": "^3.0.0-alpha.4",
  26. "vconsole": "^3.4.0",
  27. "vue": "^3.0.10",
  28. "vue-i18n": "^9.0.0",
  29. "vue-router": "^4.0.4",
  30. "vuedraggable": "^4.0.1",
  31. "vuex": "^4.0.0",
  32. "vxe-table": "^4.0.7-beta.4",
  33. "xe-ajax": "^4.0.5",
  34. "xe-utils": "^3.1.12",
  35. "xgplayer": "^2.18.3"
  36. },
  37. "devDependencies": {
  38. "@types/mockjs": "^1.0.3",
  39. "@types/node": "^14.14.14",
  40. "@types/nprogress": "^0.2.0",
  41. "@vitejs/plugin-vue": "^1.1.4",
  42. "@vue/compiler-sfc": "^3.0.10",
  43. "autoprefixer": "^10.2.4",
  44. "babel-plugin-transform-remove-console": "^6.9.4",
  45. "postcss": "^8.2.6",
  46. "postcss-import": "^14.0.0",
  47. "sass": "^1.32.8",
  48. "sass-loader": "^11.0.1",
  49. "typescript": "^4.2.2",
  50. "vite": "^2.1.4",
  51. "vite-plugin-mock": "^2.4.1"
  52. }
  53. }