-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.08 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "sdorra.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"cmp-dev": "ladle dev",
"cmp-build": "ladle build",
"test": "playwright test"
},
"dependencies": {
"@code-hike/mdx": "0.7.4",
"@headlessui/react": "^2.2.10",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/og": "^0.5.20",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"eslint-config-next": "16.2.6",
"fathom-client": "^3.6.0",
"lucide-react": "^1.16.0",
"mdx-bundler": "^10.0.1",
"minisearch": "^6.3.0",
"next": "16.2.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"reading-time": "^1.5.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"schema-dts": "^1.1.2"
},
"devDependencies": {
"@content-collections/core": "0.15.0",
"@content-collections/mdx": "0.2.2",
"@content-collections/next": "0.2.11",
"@ladle/react": "^5.1.1",
"@next/bundle-analyzer": "16.2.6",
"@playwright/test": "^1.60.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/hast": "^2.3.8",
"@types/mdast": "^3.0.15",
"@types/node": "20.10.5",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"autoprefixer": "^10.4.16",
"esbuild": "^0.18.20",
"eslint": "^9.0.0",
"fast-xml-parser": "^4.3.2",
"feed": "^4.2.2",
"markdown-wasm": "^1.2.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.9",
"prop-types": "^15.8.1",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"unified": "^11.0.5",
"unist-util-visit": "4.1.1",
"vfile": "^6.0.1",
"vite": "^4.5.1",
"zod": "^4.1.12"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@code-hike/mdx>react": "^19.2.0",
"msw>typescript": "^5.3.0"
}
},
"onlyBuiltDependencies": [
"@swc/core",
"esbuild",
"msw",
"sharp"
]
}
}