-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.31 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.31 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
{
"name": "xone_chain_docs",
"version": "0.0.1",
"description": "Xone Docs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"seo:preview": "node scripts/update-seo.js --dry-run",
"seo:update": "node scripts/update-seo.js",
"links:preview": "node scripts/add-xone-links.js --dry-run",
"links:update": "node scripts/add-xone-links.js",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hello-xone/official_docs.git"
},
"author": "xone chain <hello@xone.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hello-xone/official_docs/issues"
},
"homepage": "https://github.com/hello-xone/official_docs#readme",
"dependencies": {
"@heroui/react": "^2.7.6",
"@heroui/toast": "^2.0.7",
"@iconify/tailwind": "^1.1.3",
"@mantine/code-highlight": "^7.9.1",
"@mantine/core": "^7.9.1",
"@mantine/hooks": "^7.9.1",
"@mantine/notifications": "^7.9.1",
"@nextui-org/react": "^2.4.8",
"@scalar/api-reference-react": "^0.7.13",
"@theguild/remark-mermaid": "^0.2.0",
"@vercel/speed-insights": "^1.2.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.18.2",
"libpag": "^4.2.84",
"next": "^13.0.6",
"next-seo": "^6.6.0",
"nextra": "2.13.4",
"nextra-theme-blog": "2.13.4",
"nextra-theme-docs": "2.13.4",
"prism-react-renderer": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "15.6.1",
"sharp": "^0.34.3"
},
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@egoist/tailwindcss-icons": "^1.8.1",
"@iconify/json": "^2.2.270",
"@svgr/webpack": "^8.0.1",
"@types/node": "18.11.10",
"@types/react": "18.3.12",
"@types/react-syntax-highlighter": "15.5.13",
"autoprefixer": "^10.4.20",
"gray-matter": "^4.0.3",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.8.3"
},
"pnpm": {
"overrides": {
"@scalar/code-highlight": "0.1.2"
}
},
"packageManager": "pnpm@10.13.0+sha512.e08cbfa5d0c47e148d9d92965513af3d06a42ff99b6e0e82a7d10512858d0fb680a03c1e6772d369a2305c79306c9257989a3576b7057d6877469c9a1c7563f0"
}