-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "extension-template-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --port 9281",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@gfazioli/mantine-clock": "workspace:*",
"@mantine/code-highlight": "8.3.15",
"@mantine/core": "8.3.15",
"@mantine/hooks": "8.3.15",
"@mantinex/demo": "^2.0.0",
"@mantinex/dev-icons": "^2.0.0",
"@mantinex/mantine-header": "^2.0.0",
"@mantinex/mantine-logo": "^2.0.0",
"@mantinex/mantine-meta": "^2.0.0",
"@mantinex/shiki": "^1.1.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.12",
"@tabler/icons-react": "^3.36.1",
"@types/mdx": "^2.0.13",
"next": "15.5.12",
"react": "19.2.4",
"react-dom": "19.2.4",
"remark-slug": "^7.0.1",
"shiki": "^3.22.0",
"type-fest": "^4.41.0"
},
"devDependencies": {
"@types/node": "^22.19.11",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "5.9.3"
}
}