-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.89 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
{
"name": "uscan-browser",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.config.dev.ts",
"build": "vue-tsc && vite build --config ./config/vite.config.prod.ts",
"unsafe-build": "vite build --config ./config/vite.config.prod.ts",
"preview": "vite preview",
"lint": "eslint --ext .js,.ts,.vue src/",
"format": "prettier --write ."
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@types/big.js": "^6.2.2",
"@web3-wallet-selector/core": "1.0.6",
"@web3-wallet-selector/modal-ui": "1.0.6",
"@web3-wallet-selector/mywallets": "1.0.6",
"axios": "^1.7.2",
"big.js": "^6.2.1",
"echarts": "^5.4.3",
"element-plus": "^2.4.2",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"rxjs": "^7.8.1",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"vue": "^3.3.4",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"web3": "^4.10.0",
"web3-api-js": "^1.3.5"
},
"devDependencies": {
"@types/mockjs": "^1.0.10",
"@types/node": "^18.19.39",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.2",
"mockjs": "^1.1.0",
"node-stdlib-browser": "^1.2.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^4.4.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.8.5"
}
}