{ "private": true, "name": "bluesky-markdown-example", "license": "0BSD", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview", "format": "PRETTIER_EXPERIMENTAL_CLI=1 prettier --cache --write ." }, "dependencies": { "@atcute/atproto": "^3.1.2", "@atcute/bluesky": "^3.2.1", "@atcute/bluesky-richtext-parser": "1.1.0-next.0", "@atcute/lexicons": "^1.1.1", "@mary/ds-stack": "jsr:^0.1.2", "@vitejs/plugin-vue-jsx": "^5.1.1", "modern-normalize": "^3.0.1", "prettier-plugin-tailwindcss": "^0.6.14", "tailwindcss": "^4.1.12", "vue": "^3.5.20" }, "devDependencies": { "@tailwindcss/vite": "^4.1.12", "@vitejs/plugin-vue": "^6.0.1", "@vue/tsconfig": "^0.8.1", "prettier": "^3.6.2", "typescript": "~5.9.2", "vite": "^7.1.3", "vue-tsc": "^3.0.6", "wrangler": "^4.33.1" } }