-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.88 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.88 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
64
65
66
67
{
"name": "iroh.computer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.11.1",
"@headlessui/react": "^2.2.7",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.1",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@motion-canvas/core": "^3.17.0",
"@motion-canvas/player": "^3.17.0",
"@next/mdx": "^15.4.5",
"@radix-ui/react-slot": "^1.2.3",
"@sindresorhus/slugify": "^2.1.1",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.10",
"@vercel/og": "^0.8.5",
"acorn": "^8.10.0",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ejs": "^3.1.10",
"fast-glob": "^3.3.1",
"flexsearch": "^0.8.205",
"framer-motion": "^12.23.12",
"lucide-react": "^0.536.0",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"nex": "^2.0.22",
"next": "^15.5.9",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-highlight-words": "^0.21.0",
"react-markdown": "^10.1.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.0",
"rss": "^1.2.2",
"shiki": "^0.14.7",
"simple-functional-loader": "^1.2.1",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"zustand": "^5.0.7"
},
"devDependencies": {
"eslint": "^9.32.0",
"eslint-config-next": "^15.4.5",
"eslint-plugin-mdx": "^3.6.2",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tw-animate-css": "^1.3.6"
}
}