-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.07 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.07 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "cats",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node build/dev",
"dev_h5": "vue-cli-service serve",
"dev_admin": "vue-cli-service serve --mode adminDev",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build_admin": "vue-cli-service build --mode admin",
"build_wp": "node build/build",
"build_webview": "vue-cli-service build --type webview",
"lint": "vue-cli-service lint",
"stylelint": "stylelint 'src/**/*.(css|scss|vue)' --fix",
"eslint": "eslint 'src/**/*.{js,vue}' --fix",
"publish": "node build/publish.js"
},
"dependencies": {
"@element-plus/icons": "0.0.11",
"@toruslabs/torus-embed": "1.24.2",
"@vant/touch-emulator": "1.3.2",
"@vueuse/core": "9.6.0",
"animejs": "3.2.1",
"aos": "2.3.4",
"async-validator": "3.5.1",
"axios": "0.21.4",
"bignumber.js": "9.0.1",
"bitski": "0.15.0",
"clipboard": "2.0.8",
"codemirror": "5.61.0",
"core-js": "3.26.1",
"dayjs": "1.10.4",
"echarts": "5.2.2",
"element-plus": "2.2.26",
"fortmatic": "2.4.0",
"gsap": "3.7.1",
"hellojs": "1.19.5",
"html2canvas": "1.0.0-rc.7",
"js-md5": "0.7.3",
"jsencrypt": "3.2.1",
"jsonlint": "1.6.3",
"jsrsasign": "10.6.1",
"lightweight-charts": "3.7.0",
"lottie-web": "5.9.4",
"mitt": "3.0.0",
"mockjs": "1.1.0",
"mousetrap": "1.6.5",
"pako": "1.0.11",
"qrcodejs2": "0.0.2",
"qs": "6.10.1",
"reconnectingwebsocket": "1.0.0",
"script-loader": "0.7.2",
"skywalking-client-js": "0.6.0",
"swiper": "8.4.5",
"vant": "3.4.8",
"vconsole": "3.4.1",
"vue": "3.2.20",
"vue-i18n": "9.1.10",
"vue-luck-draw": "3.4.11",
"vue-particles": "1.0.9",
"vue-router": "4.0.15",
"vuedraggable": "4.1.0",
"vuex": "4.0.2",
"xlsx": "0.17.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.19",
"@vue/cli-plugin-eslint": "4.5.19",
"@vue/cli-plugin-router": "4.5.19",
"@vue/cli-plugin-vuex": "4.5.19",
"@vue/cli-service": "4.5.19",
"@vue/compiler-sfc": "3.2.20",
"@vue/eslint-config-standard": "5.1.2",
"babel-eslint": "10.1.0",
"babel-plugin-import": "1.13.5",
"chalk": "4.1.1",
"clean-webpack-plugin": "4.0.0-alpha.0",
"eslint": "6.7.2",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-only-warn": "1.0.2",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.0",
"eslint-plugin-vue": "7.0.0",
"filemanager-webpack-plugin": "3.1.1",
"ftp": "0.3.10",
"inquirer": "8.2.4",
"lint-staged": "10.5.3",
"minimist": "1.2.5",
"progress": "2.0.3",
"sass": "1.52.1",
"sass-loader": "8.0.2",
"stylelint": "13.9.0",
"stylelint-config-css-modules": "2.2.0",
"stylelint-config-rational-order": "0.1.2",
"stylelint-config-standard": "20.0.0",
"stylelint-declaration-block-no-ignored-properties": "2.3.0",
"stylelint-no-unsupported-browser-features": "4.1.4",
"stylelint-order": "4.1.0",
"terser-webpack-plugin": "5.1.1"
}
}