a textual notation to locate fields within atproto records (draft spec) microcosm.tngl.io/RecordPath/
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 48 lines 1.4 kB view raw
1{ 2 "name": "playground", 3 "private": true, 4 "version": "0.0.1", 5 "type": "module", 6 "scripts": { 7 "dev": "vite dev", 8 "build": "vite build", 9 "preview": "vite preview", 10 "prepare": "svelte-kit sync || echo ''", 11 "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", 12 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", 13 "lint": "prettier --check . && eslint .", 14 "format": "prettier --write .", 15 "test:unit": "vitest", 16 "test": "npm run test:unit -- --run" 17 }, 18 "dependencies": { 19 "recordpath": "file:../ref-impl-js" 20 }, 21 "devDependencies": { 22 "@eslint/compat": "^2.0.4", 23 "@eslint/js": "^10.0.1", 24 "@sveltejs/adapter-auto": "^7.0.1", 25 "@sveltejs/adapter-static": "^3.0.10", 26 "@sveltejs/kit": "^2.57.0", 27 "@sveltejs/vite-plugin-svelte": "^7.0.0", 28 "@tailwindcss/vite": "^4.2.2", 29 "@types/node": "^22", 30 "@vitest/browser-playwright": "^4.1.3", 31 "eslint": "^10.2.0", 32 "eslint-config-prettier": "^10.1.8", 33 "eslint-plugin-svelte": "^3.17.0", 34 "globals": "^17.4.0", 35 "playwright": "^1.59.1", 36 "prettier": "^3.8.1", 37 "prettier-plugin-svelte": "^3.5.1", 38 "prettier-plugin-tailwindcss": "^0.7.2", 39 "svelte": "^5.55.2", 40 "svelte-check": "^4.4.6", 41 "tailwindcss": "^4.2.2", 42 "typescript": "^6.0.2", 43 "typescript-eslint": "^8.58.1", 44 "vite": "^8.0.7", 45 "vitest": "^4.1.3", 46 "vitest-browser-svelte": "^2.1.0" 47 } 48}