mirror of
https://github.com/logos-storage/ethcc-demo.git
synced 2026-01-03 05:33:09 +00:00
Add tooltip, relative time, requestedAt However, fetching data is too slow now and there is a lag after render. Can try removing the fetching of slots when getting past StorageRequested events, and only do that fetch on the details page
36 lines
928 B
JSON
36 lines
928 B
JSON
{
|
|
"name": "ethcc-demo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@feelinglovelynow/get-relative-time": "^1.1.2",
|
|
"ethers": "^6.12.1",
|
|
"flowbite": "^2.3.0",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0",
|
|
"vue-unique-id": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.2.5",
|
|
"tailwindcss": "^3.4.3",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-vue-devtools": "^7.0.25"
|
|
}
|
|
}
|