package.json 403 B

123456789101112131415161718
  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. "uview-ui": "^2.0.31",
  10. "vue-inset-loader": "^1.2.6",
  11. "vuex": "^4.1.0"
  12. },
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "author": "",
  17. "license": "ISC"
  18. }