this repo has no description
www.baileykane.co/
1{
2 "name": "personal-website-next",
3 "version": "1.0.0",
4 "description": "",
5 "main": "page.tsx",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "dev": "next",
9 "build": "next build",
10 "start": "next start",
11 "export": "npm run build && next export"
12 },
13 "keywords": [],
14 "author": "",
15 "license": "ISC",
16 "dependencies": {
17 "@atproto/api": "^0.13.23",
18 "@atproto/oauth-client": "^0.3.5",
19 "@tailwindcss/postcss": "^4.1.11",
20 "mapbox-gl": "^2.7.0",
21 "micromark": "^3.0.10",
22 "motion": "^12.0.1",
23 "next": "^15.1.6",
24 "next-pwa": "^5.6.0",
25 "papaparse": "^5.4.1",
26 "partykit": "^0.0.111",
27 "partysocket": "^1.0.3",
28 "postcss": "^8.5.1",
29 "posthog-js": "^1.207.5",
30 "react": "^19.0.0",
31 "react-dom": "^19.0.0",
32 "tailwindcss": "^4.1.11",
33 "typescript": "^5.7.3"
34 },
35 "devDependencies": {
36 "@babel/core": "^7.26.0",
37 "@babel/preset-react": "^7.26.3",
38 "@tailwindcss/typography": "^0.5.16",
39 "@types/papaparse": "^5.3.15",
40 "@types/react": "19.0.8",
41 "frontmatter-markdown-loader": "^3.6.3"
42 }
43}