package.json 432 B

12345678910111213141516171819
  1. {
  2. "name": "opms",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "dependencies": {
  7. "await-to-js": "^3.0.0",
  8. "axios": "^0.27.2",
  9. "echarts": "^5.4.1",
  10. "uview-ui": "^2.0.31",
  11. "vue-inset-loader": "^1.2.6",
  12. "vuex": "^4.1.0"
  13. },
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1"
  16. },
  17. "author": "",
  18. "license": "ISC"
  19. }