package.json 374 B

12345678910111213141516171819
  1. {
  2. "name": "exchange",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "axios": "^0.20.0",
  13. "highcharts": "^8.2.0",
  14. "lodash": "^4.17.20",
  15. "qs": "^6.9.4",
  16. "vue-i18n": "^8.21.0",
  17. "vuex": "^3.5.1"
  18. }
  19. }