forked from ping-pub/explorer
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3 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
{
"name": "ping.pub",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"serve": "vite",
"serve-dist": "npm_config_yes=true npx serve@latest ./dist/",
"preview": "vite preview",
"prebuild": "yarn typecheck",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint --fix src --config eslint.config.mjs --cache",
"lint:check": "eslint src --config eslint.config.mjs --cache",
"format": "prettier --config prettier.config.mjs . --ignore-path .gitignore --write --ignore-unknown"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "2",
"@cosmjs/amino": "^0.32.4",
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/encoding": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@iconify/vue": "^4.1.2",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@leapwallet/cosmos-snap-provider": "^0.1.26",
"@leapwallet/name-matcha": "^1.11.0",
"@osmonauts/lcd": "^1.0.3",
"@personaxyz/ad-sdk": "0.0.25",
"@ping-pub/chain-registry-client": "^0.0.25",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"@vueuse/math": "^11.0.3",
"apexcharts": "^3.52.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.5",
"buffer": "^6.0.3",
"build": "^0.1.4",
"cross-fetch": "^4.0.0",
"daisyui": "^4.12.10",
"dayjs": "^1.11.13",
"lazy-load-vue3": "^2.0.1",
"long": "^5.2.3",
"md-editor-v3": "^4.19.1",
"numeral": "^2.0.6",
"osmojs": "^16.14.0",
"pinia": "^2.2.2",
"postcss": "^8.4.41",
"qrcode": "^1.5.4",
"tailwindcss": "^3.4.10",
"theme-change": "^2.5.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.4.38",
"vue-i18n": "^9.14.0",
"vue-prism-component": "^2.0.0",
"vue-router": "^4.4.3",
"vue3-apexcharts": "^1.5.3",
"vue3-json-viewer": "^2.2.2",
"vue3-perfect-scrollbar": "^2.0.0"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@osmonauts/telescope": "^1.0.2",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/marked": "^6.0.0",
"@types/node": "^22.5.0",
"@types/numeral": "^2.0.5",
"@types/postcss-import": "^14.0.3",
"@types/semver": "7.5.8",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"shiki": "^1.14.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-define-options": "1.4.9",
"vite": "5.4.2",
"vite-plugin-pages": "^0.32.3",
"vite-tsconfig-paths": "^5.0.1",
"vue-json-viewer": "3",
"vue-tsc": "^2.0.29"
}
}