forked from Yxx99/weex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "weextrd",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.7.1",
"@types/vue-i18n": "^7.0.0",
"axios": "^1.5.0",
"date-fns": "^2.30.0",
"echarts": "^5.4.3",
"ethers": "^6.7.1",
"events": "^3.3.0",
"lightweight-charts": "^4.0.1",
"pinia": "^2.1.6",
"sass": "^1.66.1",
"vant": "^4.6.6",
"vue": "^3.3.4",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.2.2",
"vue-native-websocket": "^2.0.15",
"vue-router": "^4.2.4",
"web3": "^1.10.1"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.0",
"@types/events": "^3.0.0",
"@types/node": "^18.17.5",
"@vitejs/plugin-vue": "^4.3.1",
"@vue/tsconfig": "^0.4.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.28",
"postcss-pxtorem": "^6.0.0",
"typescript": "~5.1.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
}
}