package.json 463 B

1234567891011121314151617181920
  1. {
  2. "name": "com.yunlian",
  3. "version": "1.0.0",
  4. "description": "泰恩泰克 PDA,uni-app 打包成为app",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://gitee.com/0000-00/taien-taike_-pda_mobile.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "bignumber.js": "^9.0.1",
  17. "html2canvas": "^1.2.1",
  18. "mathjs": "^9.4.4"
  19. }
  20. }