-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 1.76 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
{
"name": "wallet",
"version": "1.21.1",
"description": "Web wallet for managing XE coin",
"private": true,
"license": "GPL",
"author": "Edge Network <[email protected]>",
"contributors": [
"Adam K Dean <[email protected]>",
"Aneurin \"Anny\" Barker Snook <[email protected]>",
"Will Garrett <[email protected]>",
"Jim Lambie <[email protected]>",
"Jay Whitmore <[email protected]>"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"start": "node server/index.js"
},
"main": "server/index.js",
"dependencies": {
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@edge/bridge-utils": "^1.6.1",
"@edge/index-utils": "^0.4.4",
"@edge/xe-utils": "^1.11.1",
"@heroicons/vue": "^1.0.1",
"@metamask/detect-provider": "^1.2.0",
"@metamask/onboarding": "^1.0.0",
"@vuelidate/core": "^2.0.0-alpha.16",
"@vuelidate/validators": "^2.0.0-alpha.13",
"chart.js": "^3.7.1",
"click-outside-vue3": "^4.0.1",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.5",
"detect-browser": "^5.2.0",
"elliptic": "^6.5.4",
"ethers": "^5.3.0",
"idb-keyval": "^5.0.5",
"javascript-time-ago": "^2.3.4",
"moment": "^2.29.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.0",
"vite": "^4.3.9",
"vue": "^3.3.4",
"vue-chartjs": "^4.0.5",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@edge/eslint-config-javascript": "^0.1.5",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.4.0",
"lodash": "^4.17.21",
"postcss": "^8.4.24"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}