-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (63 loc) · 1.96 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
{
"name": "dmint-list",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/vue-fontawesome": "3.0.5",
"@unocss/reset": "0.57.4",
"@vueuse/core": "10.6.1",
"ant-design-vue": "4.0.7",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"lodash-es": "4.17.21",
"pinia": "2.1.7",
"randomstring": "^1.3.0",
"unocss": "0.57.4",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@types/bitcore-lib": "^0.15.6",
"@types/lodash-es": "4.17.11",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.9.0",
"@types/numeral": "^2.0.5",
"@types/randomstring": "^1.1.11",
"@types/uuid": "^9.0.7",
"@unocss/preset-attributify": "0.57.4",
"@unocss/preset-uno": "0.57.4",
"@unocss/preset-wind": "0.57.4",
"@unocss/transformer-directives": "0.57.4",
"@vitejs/plugin-basic-ssl": "1.0.1",
"@vitejs/plugin-vue": "^4.5.0",
"@walletconnect/types": "^2.10.5",
"less": "4.2.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.0",
"vite-compatible-readable-stream": "^3.6.1",
"vite-plugin-node-polyfills": "^0.16.0",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-require-transform": "^1.0.21",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-svg-loader": "4.0.0",
"vue-masonry-css": "^1.0.3",
"vue-tsc": "^1.8.22"
}
}