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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| {
| "name": "forex",
| "private": true,
| "version": "0.0.0",
| "type": "module",
| "scripts": {
| "lint": "eslint --ext .vue,.js ./",
| "lint:fix": "eslint --fix --ext .vue,.js ./",
| "dev": "vite",
| "build": "vite build",
| "build:visualizer": "NODE_ENV=production VISUALIZER=show vite build && node ./fixDistPath.js",
| "preview": "vite preview"
| },
| "dependencies": {
| "@vueuse/components": "9.4.0",
| "@vueuse/core": "9.4.0",
| "amfe-flexible": "^2.2.1",
| "axios": "^1.1.3",
| "dayjs": "^1.11.7",
| "default-passive-events": "^2.0.0",
| "echarts": "^5.4.2",
| "html2canvas": "^1.4.1",
| "image-conversion": "^2.1.1",
| "js-md5": "^0.7.3",
| "klinecharts": "^8.6.3",
| "pinia": "2.0.23",
| "pinia-plugin-persistedstate": "^3.0.2",
| "qrcode": "^1.5.1",
| "qs": "^6.11.1",
| "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
| "terser": "^5.16.1",
| "vant": "^4.0.9",
| "vue": "3.2.41",
| "vue-clipboard3": "^2.0.0",
| "vue-i18n": "^9.2.2",
| "vue-router": "^4.2.2",
| "vue-slider-component": "4.1.0-beta.7",
| "vue3-carousel-3d": "^1.0.4",
| "vue3-puzzle-vcode": "^1.0.6",
| "vue3-qr-reader": "^1.0.0",
| "vuedraggable": "next",
| "vuex": "^4.1.0",
| "vuex-persistedstate": "^4.1.0"
| },
| "devDependencies": {
| "@vitejs/plugin-legacy": "^3.0.1",
| "@vitejs/plugin-vue": "^3.2.0",
| "autoprefixer": "^10.4.13",
| "babel-eslint": "^10.1.0",
| "eslint": "^8.26.0",
| "eslint-config-prettier": "^8.5.0",
| "eslint-plugin-prettier": "^4.2.1",
| "eslint-plugin-vue": "^9.6.0",
| "pinyin-pro": "^3.11.0",
| "postcss": "^8.4.19",
| "postcss-pxtorem": "^5.1.1",
| "prettier": "^3.1.0",
| "pug": "^3.0.2",
| "rollup-plugin-visualizer": "^5.9.0",
| "sass": "^1.55.0",
| "unplugin-vue-components": "^0.22.9",
| "unplugin-vue-define-options": "^1.1.3",
| "vite": "^3.2.0",
| "vite-plugin-imp": "^2.3.1"
| },
| "pnpm": {
| "overrides": {
| "vue": "3.2.41",
| "vue-class-component": "7.2.6",
| "vue-property-decorator": "9.1.2"
| }
| }
| }
|
|