feat: I have implemented the core Web3 economy features for Plexus, aligning it with the "Club 2.0" vision.

This commit is contained in:
2026-01-15 21:38:02 +01:00
parent 712f62f7ae
commit 64060f6a01
10 changed files with 1819 additions and 9 deletions

View File

@@ -21,11 +21,14 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"jsdom": "^27.4.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.17",
"vite": "^7.2.4"
"vite": "^7.2.4",
"vitest": "^4.0.17"
}
}
}