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.

54 lines
1.6 KiB

5 months ago
5 months ago
5 months ago
  1. {
  2. "name": "app_app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "deploy:prod": "npm run build && scp -r ./dist/* vpsDcminer:/data/wwwroot/netdisk"
  9. },
  10. "dependencies": {
  11. "@antv/l7": "^2.15.5",
  12. "@antv/l7-maps": "^2.15.5",
  13. "@ipld/car": "^2.1.0",
  14. "@mapbox/mapbox-gl-language": "^1.0.1",
  15. "@scure/bip39": "^1.2.0",
  16. "@walletconnect/client": "^1.7.8",
  17. "@walletconnect/qrcode-modal": "^1.7.8",
  18. "@walletconnect/web3-provider": "^1.7.8",
  19. "@zondax/filecoin-signing-tools": "2.0.0",
  20. "axios": "^1.4.0",
  21. "browser-readablestream-to-it": "^1.0.2",
  22. "clipboard": "^2.0.11",
  23. "core-js": "^3.8.3",
  24. "dayjs": "^1.11.8",
  25. "echarts": "^5.4.2",
  26. "element-ui": "^2.15.13",
  27. "ethereumjs-util": "^7.1.5",
  28. "ipfs-car": "^1.0.0",
  29. "ipfs-unixfs-importer": "^15.1.5",
  30. "js-md5": "^0.7.3",
  31. "mapbox-gl": "^2.15.0",
  32. "moment": "^2.29.4",
  33. "node-polyfill-webpack-plugin": "^2.0.1",
  34. "svg-sprite-loader": "^6.0.11",
  35. "vue": "^2.6.14",
  36. "vue-clipboard2": "^0.3.3",
  37. "vue-i18n": "^8.28.2",
  38. "vue-router": "^3.5.1",
  39. "vuex": "^3.6.2",
  40. "vuex-persistedstate": "^4.1.0",
  41. "web3": "^1.10.0",
  42. "webpack": "^5.88.1"
  43. },
  44. "devDependencies": {
  45. "@vue/cli-plugin-babel": "~5.0.0",
  46. "@vue/cli-plugin-router": "~5.0.0",
  47. "@vue/cli-plugin-vuex": "~5.0.0",
  48. "@vue/cli-service": "~5.0.0",
  49. "less": "^4.0.0",
  50. "less-loader": "^8.0.0",
  51. "vue-json-excel": "^0.3.0",
  52. "vue-template-compiler": "^2.6.14"
  53. }
  54. }