1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  | { 
 |    "name": "pigx-app", 
 |    "version": "4.4.0", 
 |    "description": "pigx 移动端解决方案", 
 |    "main": "main.js", 
 |    "scripts": { 
 |      "test": "echo \"Error: no test specified\" && exit 1" 
 |    }, 
 |    "repository": { 
 |      "type": "git", 
 |      "url": "https://pig4cloud.com" 
 |    }, 
 |    "dependencies": { 
 |      "crypto-js": "^3.3.0", 
 |      "qs": "^6.9.7", 
 |      "vue-i18n": "^8.20.0" 
 |    } 
 |  } 
 |  
  |