This repository was archived by the owner on Mar 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.82 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 3.82 KB
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
121
122
123
124
{
"private": true,
"name": "RAnimal",
"version": "0.0.0",
"scripts": {
"audit": "run-s audit:*",
"audit:dev": "pnpm audit --json --dev",
"audit:prod": "pnpm audit --json --prod",
"audit:fix": "pnpm audit --fix",
"build:dev": "cross-env NODE_ENV=development vite build",
"build:prod": "cross-env NODE_ENV=production vite build",
"build:prod:ssg": "cross-env NODE_ENV=production vite-ssg build",
"dev": "vite --port 3333 --open",
"lint": "run-s lint:*",
"lint:js": "eslint \"**/*.{vue,ts,js}\" --fix",
"lint:types": "vue-tsc --noEmit",
"preview": "vite preview",
"preview:https": "serve dist",
"types": "node scripts/types-gen.js",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest"
},
"dependencies": {
"@vueuse/core": "^7.4.1",
"@vueuse/head": "^0.7.4",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.8",
"aos": "^2.3.4",
"apexcharts": "^3.33.0",
"async-es": "^3.2.2",
"axios": "^0.24.0",
"buffer": "^6.0.3",
"dayjs": "^1.10.7",
"element-plus": "^2.0.1",
"ethers": "^5.5.2",
"events": "^3.3.0",
"floating-vue": "^2.0.0-beta.6",
"json-bigint": "^1.0.0",
"lodash-es": "^4.17.21",
"markdown-it": "^12.3.0",
"nprogress": "^0.2.0",
"particles.vue3": "^1.22.0",
"pinia": "^2.0.9",
"prism-theme-vars": "^0.2.2",
"process": "^0.11.10",
"qs": "^6.10.2",
"swiper": "^7.3.3",
"tiny-invariant": "^1.2.0",
"tiny-warning": "^1.0.3",
"tsparticles": "^1.39.0",
"util": "^0.12.4",
"vue": "^3.2.26",
"vue-demi": "^0.12.1",
"vue-i18n": "^9.1.9",
"vue-kinesis": "^2.0.5",
"vue-router": "^4.0.12",
"vue3-apexcharts": "^1.4.1",
"vue3-smooth-scroll": "^0.8.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.14.0",
"@iconify-icons/icons8": "^1.2.1",
"@iconify-json/akar-icons": "^1.0.8",
"@iconify-json/ant-design": "1.1.0",
"@iconify-json/bi": "^1.0.10",
"@iconify-json/carbon": "^1.0.12",
"@iconify-json/fa-brands": "^1.0.2",
"@iconify-json/fluent": "^1.1.0",
"@iconify-json/foundation": "^1.1.0",
"@iconify-json/ic": "^1.0.7",
"@iconify-json/icons8": "^1.1.0",
"@iconify-json/ph": "^1.1.0",
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
"@typechain/ethers-v5": "^8.0.5",
"@types/aos": "^3.0.4",
"@types/async": "^3.2.12",
"@types/json-bigint": "^1.0.1",
"@types/lodash-es": "^4.17.5",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/compiler-sfc": "^3.2.26",
"@vue/server-renderer": "^3.2.26",
"@vue/test-utils": "^2.0.0-rc.18",
"browserify-zlib": "^0.2.0",
"critters": "^0.0.15",
"cross-env": "^7.0.3",
"cypress": "^9.1.1",
"eslint": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.0",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.1",
"npm-run-all": "^4.1.5",
"pnpm": "^6.24.3",
"stream-browserify": "^3.0.0",
"typechain": "^6.1.0",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.5.4",
"unplugin-icons": "^0.13.0",
"unplugin-vue-components": "^0.17.11",
"vite": "^2.7.6",
"vite-plugin-inspect": "^0.3.11",
"vite-plugin-md": "^0.11.7",
"vite-plugin-pages": "^0.19.7",
"vite-plugin-pwa": "^0.11.12",
"vite-plugin-vue-layouts": "^0.5.0",
"vite-plugin-windicss": "^1.6.1",
"vite-ssg": "^0.17.5",
"vitest": "^0.0.113",
"vue-tsc": "^0.30.0"
},
"pnpm": {
"overrides": {
"ansi-regex@>2.1.1 <5.0.1": ">=5.0.1",
"follow-redirects@<1.14.7": ">=1.14.7"
}
}
}