-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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
{
"name": "once.",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier . --write"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "15.3.6",
"@radix-ui/react-dialog": "^1.1.15",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"gray-matter": "^4.0.3",
"motion": "^12.38.0",
"next": "15.3.6",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.6.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^4.0.2",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "22.5.5",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"eslint": "8.56.0",
"eslint-config-next": "15.3.1",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.33.0"
}