This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
120 lines (120 loc) · 3.64 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint --ext=js,ts,vue .",
"format:base": "prettier-eslint \"**/*.{js,ts,vue,json}\"",
"format:check": "pnpm run format:base --list-different",
"format:fix": "pnpm run format:base --write",
"test": "run-s test:unit:ci cy:ci:component",
"test:unit:ci": "vitest run",
"cy": "cypress open",
"cy:ci:component": "cypress run --component"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@ethersproject/abi": "5.7.0",
"@ethersproject/address": "5.7.0",
"@ethersproject/bignumber": "5.7.0",
"@ethersproject/providers": "5.7.0",
"@metamask/detect-provider": "^1.2.0",
"@sentry/tracing": "^7.23.0",
"@sentry/vue": "^7.23.0",
"@soramitsu-ui/icons": "^0.1.0",
"@soramitsu-ui/ui": "^0.7.0",
"@uniswap/sdk-core": "3.0.2",
"@uniswap/v2-sdk": "3.0.1",
"@vue-kakuyaku/core": "^0.4.2",
"@vue/apollo-composable": "4.0.0-beta.1",
"@vueuse/core": "^9.3.0",
"@vueuse/head": "^0.9.8",
"@vueuse/integrations": "^9.3.0",
"@vueuse/math": "^9.3.0",
"@vueuse/router": "^9.6.0",
"bignumber.js": "^9.1.0",
"bn.js": "^5.2.1",
"dayjs": "^1.11.4",
"debug": "^4.3.4",
"escape-string-regexp": "^5.0.0",
"ethers": "5.7.0",
"file-saver": "^2.0.5",
"filter-obj": "^5.1.0",
"github-markdown-css": "^5.1.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"jsbi": "3.2.5",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.0.23",
"prism-theme-vars": "^0.2.3",
"qrcode": "^1.5.1",
"remarkable": "^2.0.1",
"rfdc": "^1.3.0",
"round-to": "^6.0.0",
"sort-es": "^1.5.2",
"tiny-invariant": "^1.3.1",
"ts-pattern": "^4.0.5",
"type-fest": "^3.1.0",
"vue": "3.2.41",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.5",
"@iconify-json/ic": "^1.1.7",
"@iconify-json/logos": "^1.1.14",
"@iconify-json/material-symbols": "^1.1.12",
"@iconify-json/mdi": "^1.1.32",
"@intlify/vite-plugin-vue-i18n": "^6.0.1",
"@pinia/testing": "^0.0.14",
"@soramitsu-ui/theme": "^0.3.0",
"@soramitsu-ui/vite-plugin-svg": "^0.1.0",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.7",
"@types/dompurify": "^2.3.3",
"@types/file-saver": "^2.0.5",
"@types/git-rev-sync": "^2.0.0",
"@types/marked": "^4.0.7",
"@types/node": "18.8.0",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.5.0",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitejs/plugin-vue": "3.1.2",
"@vue/test-utils": "^2.1.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"caver-js": "~1.9.0",
"chalk": "^4",
"change-case": "^4.1.2",
"consola": "^2.15.3",
"cypress": "^10.10.0",
"eslint": "^8.25.0",
"eslint-config-alloy": "^4.7.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.6.0",
"fast-glob": "^3.2.11",
"git-rev-sync": "^3.0.2",
"jsdom": "^20.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.0.0",
"sass": "^1.54.5",
"typescript": "~4.8.4",
"unocss": "^0.45.29",
"unplugin-auto-import": "^0.11.2",
"unplugin-icons": "^0.14.11",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vite-plugin-inspect": "^0.7.5",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^0.24.3",
"vue-tsc": "^1.0.7",
"web3": "^1.7.5"
}
}