-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 1.93 KB
/
package.json
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
{
"name": "sdorra.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cmp-dev": "ladle dev",
"cmp-build": "ladle build",
"test": "playwright test"
},
"dependencies": {
"@code-hike/mdx": "0.7.4",
"@headlessui/react": "^1.7.17",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/og": "^0.5.20",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"eslint-config-next": "14.1.4",
"fathom-client": "^3.6.0",
"lucide-react": "^0.268.0",
"mdx-bundler": "^10.0.1",
"minisearch": "^6.3.0",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.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.6.3",
"@content-collections/mdx": "^0.1.3",
"@content-collections/next": "^0.2.0",
"@ladle/react": "^4.0.2",
"@next/bundle-analyzer": "14.1.4",
"@playwright/test": "^1.40.1",
"@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": "18.2.45",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.16",
"esbuild": "^0.18.20",
"eslint": "^8.56.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.4",
"unist-util-visit": "4.1.1",
"vfile": "^6.0.1",
"vite": "^4.5.1"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"msw>typescript": "^5.3.0"
}
}
}
}