-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.06 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
{
"name": "antelopex-ui",
"version": "0.0.1",
"description": "AntelopeX Makes it easy to move assets between Antelope blockchains using trustless IBC technology",
"productName": "AntelopeX.io Seamless IBC Service",
"author": "[email protected]",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "yarn tsc && quasar build",
"lint": "eslint --ext .js,.ts,.vue --fix ./",
"tsc": "vue-tsc --noEmit"
},
"dependencies": {
"@proton/hyperion": "^3.4.0",
"@quasar/extras": "^1.0.0",
"@wharfkit/antelope": "^1.0.7",
"@wharfkit/contract": "^1.1.5",
"anchor-link": "^3.5.1",
"anchor-link-browser-transport": "^3.5.1",
"atomicassets": "^1.5.1",
"axios": "^1.2.1",
"crypto": "^1.0.1",
"eosjs": "^22.1.0",
"hash.js": "^1.1.7",
"hex64": "^0.4.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"ms": "^2.1.3",
"pinia": "^2.0.11",
"pretty-ms": "^8.0.0",
"quasar": "^2.6.0",
"sha256": "^0.2.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@quasar/app-vite": "^1.0.0",
"@types/lodash": "^4.14.199",
"@types/lodash.throttle": "^4.1.7",
"@types/ms": "^0.7.32",
"@types/node": "^12.20.21",
"@types/sha256": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@volar-plugins/pug-beautify": "^2.0.0",
"@volar/vue-language-plugin-pug": "^1.2.0",
"@vue/language-plugin-pug": "^2.0.7",
"@vue/runtime-dom": "^3.4.21",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.0.0",
"pug": "^3.0.2",
"pug-beautify": "^0.1.1",
"typescript": "^4.5.4",
"vite-esbuild-typescript-checker": "^1.0.0",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-tsconfig-paths": "^4.0.8",
"vue-tsc": "^2.0.7"
},
"engines": {
"node": "^20",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}