A web app for writing and sharing 301+ character Bluesky posts.
1{
2 "name": "skeetlonger",
3 "private": true,
4 "version": "0.1.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "@atcute/identity-resolver": "^1.1.4",
14 "@atproto/api": "^0.16.11",
15 "@atproto/common": "^0.4.12",
16 "@atproto/oauth-client-browser": "^0.3.33",
17 "@tailwindcss/vite": "^4.1.14",
18 "react": "^19.1.1",
19 "react-dom": "^19.1.1",
20 "tailwindcss": "^4.1.14"
21 },
22 "devDependencies": {
23 "@eslint/js": "^9.36.0",
24 "@tanstack/react-router": "^1.133.15",
25 "@tanstack/router-plugin": "^1.133.15",
26 "@types/node": "^24.6.0",
27 "@types/react": "^19.1.16",
28 "@types/react-dom": "^19.1.9",
29 "@vitejs/plugin-react": "^5.0.4",
30 "babel-plugin-react-compiler": "^19.1.0-rc.3",
31 "eslint": "^9.36.0",
32 "eslint-plugin-react-hooks": "^5.2.0",
33 "eslint-plugin-react-refresh": "^0.4.22",
34 "globals": "^16.4.0",
35 "typescript": "~5.9.3",
36 "typescript-eslint": "^8.45.0",
37 "unplugin-auto-import": "^20.2.0",
38 "unplugin-icons": "^22.5.0",
39 "vite": "^7.1.7"
40 }
41}