1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| {
| "name": "exchange",
| "version": "1.0.0",
| "description": "",
| "main": "main.js",
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "author": "",
| "license": "ISC",
| "dependencies": {
| "@vant/weapp": "^1.11.7",
| "async-validator": "^1.11.5",
| "axios": "^1.8.3",
| "clipboard": "^2.0.8",
| "element-ui": "^2.15.14",
| "highcharts": "^12.1.2",
| "klinecharts": "^8.6.3",
| "lodash": "^4.17.20",
| "qs": "^6.9.4",
| "uview-ui": "^2.0.38",
| "vant": "^4.9.17",
| "vue-i18n": "^8.21.0",
| "vuex": "^4.1.0"
| },
| "devDependencies": {
| "babel-plugin-component": "^1.1.1"
| }
| }
|
|