this repo has no description
1{
2 "name": "bsky.sh",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev --turbo",
7 "build": "next build",
8 "start": "next start",
9 "lint": "next lint",
10 "postinstall": "patch-package"
11 },
12 "dependencies": {
13 "@babel/preset-typescript": "^7.25.7",
14 "@types/node": "^22.7.4",
15 "@types/react": "^18.3.11",
16 "@types/react-dom": "^18.3.0",
17 "autoprefixer": "^10.4.20",
18 "bookmarkleter": "^1.1.0",
19 "eslint": "^9.12.0",
20 "eslint-config-next": "^14.2.14",
21 "next": "^14.2.14",
22 "patch-package": "^8.0.0",
23 "postcss": "^8.4.47",
24 "prism-react-renderer": "^2.4.0",
25 "react": "^18.3.1",
26 "react-dom": "^18.3.1",
27 "tailwindcss": "^3.4.13",
28 "typescript": "^5.6.2"
29 }
30}