-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "miniload",
"version": "1.0.0",
"description": "MiniLoad — A minimal HUD-styled personal blog theme built with Next.js 15, Tailwind CSS 4, and Cloudflare D1",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"pages:build": "XDG_CONFIG_HOME=/tmp/.config VERCEL_CONFIG_DIR=/tmp/.vercel npx @cloudflare/next-on-pages@1",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"gsap": "^3.14.2",
"heic2any": "^0.0.4",
"lucide-react": "^0.563.0",
"mdast-util-to-string": "^4.0.0",
"motion": "^12.31.0",
"next": "15.5.2",
"ogl": "^1.0.11",
"postprocessing": "^6.38.2",
"radix-ui": "^1.4.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "^5.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"tailwind-merge": "^3.4.0",
"three": "^0.182.0",
"tw-animate-css": "^1.4.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.12",
"@cloudflare/workers-types": "^4.20260206.0",
"@tailwindcss/postcss": "^4.0.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.182.0",
"autoprefixer": "^10.4.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"postcss": "^8.4.0",
"tailwindcss": "^4.0.7",
"typescript": "^5"
}
}