2025-07-24 16:08:17 +02:00
|
|
|
{
|
2025-09-23 14:18:04 +02:00
|
|
|
"name": "harb-staking",
|
2025-07-24 16:08:17 +02:00
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"build-only": "vite build",
|
|
|
|
|
"type-check": "vue-tsc --build",
|
2025-09-30 20:35:47 +02:00
|
|
|
"subtree": "git subtree push --prefix dist origin gh-pages",
|
2025-10-03 16:51:44 +02:00
|
|
|
"test": "vitest",
|
|
|
|
|
"lint": "eslint . --ext .vue,.ts,.tsx",
|
|
|
|
|
"lint:fix": "eslint . --ext .vue,.ts,.tsx --fix",
|
|
|
|
|
"format": "prettier --write \"src/**/*.{vue,ts,tsx,scss}\"",
|
|
|
|
|
"format:check": "prettier --check \"src/**/*.{vue,ts,tsx,scss}\"",
|
|
|
|
|
"prepare": "husky install"
|
2025-07-24 16:08:17 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-09-23 14:18:04 +02:00
|
|
|
"@tanstack/vue-query": "^5.64.2",
|
|
|
|
|
"@vue/test-utils": "^2.4.6",
|
2025-09-23 16:57:49 +02:00
|
|
|
"@wagmi/vue": "^0.2.8",
|
2025-09-23 14:18:04 +02:00
|
|
|
"axios": "^1.7.9",
|
|
|
|
|
"chart.js": "^4.4.7",
|
|
|
|
|
"chartjs-plugin-zoom": "^2.2.0",
|
|
|
|
|
"element-plus": "^2.9.3",
|
2025-09-23 16:57:49 +02:00
|
|
|
"kraiken-lib": "file:../kraiken-lib",
|
2025-07-24 16:08:17 +02:00
|
|
|
"sass": "^1.83.4",
|
2025-09-23 14:18:04 +02:00
|
|
|
"viem": "^2.22.13",
|
|
|
|
|
"vitest": "^3.0.4",
|
2025-07-24 16:08:17 +02:00
|
|
|
"vue": "^3.5.13",
|
2025-09-23 14:18:04 +02:00
|
|
|
"vue-router": "^4.2.5",
|
|
|
|
|
"vue-tippy": "^6.6.0",
|
2026-02-19 20:18:27 +01:00
|
|
|
"vue-toastification": "^2.0.0-rc.5",
|
2026-03-03 05:37:14 +00:00
|
|
|
"@harb/web3": "*",
|
|
|
|
|
"@harb/utils": "*"
|
2025-07-24 16:08:17 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-23 14:18:04 +02:00
|
|
|
"@iconify/vue": "^4.3.0",
|
2025-10-03 16:51:44 +02:00
|
|
|
"@stylistic/eslint-plugin": "^2.8.0",
|
2025-07-24 16:08:17 +02:00
|
|
|
"@tsconfig/node22": "^22.0.0",
|
|
|
|
|
"@types/node": "^22.10.7",
|
2025-10-03 16:51:44 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
|
|
|
"@typescript-eslint/parser": "^8.45.0",
|
2025-07-24 16:08:17 +02:00
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
2025-10-03 16:51:44 +02:00
|
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
2025-07-24 16:08:17 +02:00
|
|
|
"@vue/tsconfig": "^0.7.0",
|
2025-10-03 16:51:44 +02:00
|
|
|
"eslint": "^9.36.0",
|
|
|
|
|
"eslint-config-prettier": "^10.1.8",
|
|
|
|
|
"eslint-plugin-vue": "^10.5.0",
|
2025-09-23 14:18:04 +02:00
|
|
|
"gh-pages": "^6.1.1",
|
2025-10-03 16:51:44 +02:00
|
|
|
"husky": "^9.1.7",
|
2025-09-30 20:35:47 +02:00
|
|
|
"jsdom": "^27.0.0",
|
2025-10-03 16:51:44 +02:00
|
|
|
"lint-staged": "^16.2.3",
|
2025-07-24 16:08:17 +02:00
|
|
|
"npm-run-all2": "^7.0.2",
|
2025-10-03 16:51:44 +02:00
|
|
|
"prettier": "^3.6.2",
|
2025-07-24 16:08:17 +02:00
|
|
|
"typescript": "~5.7.3",
|
|
|
|
|
"vite": "^6.0.11",
|
|
|
|
|
"vite-plugin-vue-devtools": "^7.7.0",
|
2025-09-23 14:18:04 +02:00
|
|
|
"vue-tsc": "^2.2.0"
|
2025-07-24 16:08:17 +02:00
|
|
|
}
|
|
|
|
|
}
|