Shows some quick stats about your teal.fm records. Kind of like Spotify Wrapped
1{
2 "name": "teal-counter",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "run-p type-check \"build-only {@}\" --",
9 "preview": "vite preview",
10 "build-only": "vite build",
11 "type-check": "vue-tsc --build"
12 },
13 "dependencies": {
14 "@atcute/client": "^4.0.3",
15 "@atcute/identity-resolver": "^1.1.3",
16 "@atcute/tid": "^1.0.2",
17 "@atproto/api": "^0.15.27",
18 "@atproto/identity": "^0.4.8",
19 "@atproto/lexicon": "^0.4.13",
20 "@tailwindcss/vite": "^4.1.12",
21 "daisyui": "^5.0.51",
22 "pinia": "^3.0.3",
23 "tailwindcss": "^4.1.12",
24 "vue": "^3.5.20"
25 },
26 "devDependencies": {
27 "@atproto/lex-cli": "^0.4.1",
28 "@tsconfig/node22": "^22.0.2",
29 "@types/node": "^22.18.0",
30 "@vitejs/plugin-vue": "^5.2.4",
31 "@vue/tsconfig": "^0.7.0",
32 "npm-run-all2": "^7.0.2",
33 "typescript": "~5.8.3",
34 "vite": "^6.3.5",
35 "vite-plugin-vue-devtools": "^7.7.7",
36 "vue-tsc": "^2.2.12"
37 }
38}