-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.21 KB
/
package.json
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
104
{
"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": {
"@bitski/provider-engine": "^0.7.0-beta.2",
"@toruslabs/torus-embed": "^1.24.2",
"@vant/touch-emulator": "1.3.2",
"@walletconnect/web3-provider": "^1.7.8",
"animejs": "^3.2.1",
"async-validator": "^3.5.1",
"authereum": "^0.1.14",
"axios": "0.21.4",
"bignumber.js": "^9.0.1",
"bitski": "^0.15.0",
"clipboard": "^2.0.8",
"codemirror": "^5.61.0",
"core-js": "3.22.6",
"dayjs": "^1.10.4",
"echarts": "^5.2.2",
"element-plus": "^1.1.0-beta.24",
"ethereum-blockies-base64": "^1.0.2",
"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",
"lightweight-charts": "^3.7.0",
"lottie-web": "^5.9.4",
"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",
"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",
"web3": "^1.7.4",
"web3modal": "^1.9.8",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.17",
"@vue/cli-plugin-eslint": "4.5.17",
"@vue/cli-plugin-router": "4.5.17",
"@vue/cli-plugin-vuex": "4.5.17",
"@vue/cli-service": "4.5.17",
"@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",
"element-plus": "1.1.0-beta.24",
"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-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"
}
}