forked from sdorra/content-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 832 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 832 Bytes
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
{
"name": "samples-next-mdx-dynamic-import",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.11.1",
"@content-collections/next": "0.2.7",
"@content-collections/sample-theme": "0.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.2.26",
"@types/mdx": "^2.0.13",
"next": "14.2.32",
"react": "^18",
"react-dom": "^18",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.26",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"typescript": "^5"
}
}