generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
75 lines (75 loc) · 2.13 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
75
{
"name": "sei-docs",
"version": "0.0.1",
"description": "Sei docs",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "concurrently \"pagefind --site .next/server/app --output-path public/_pagefind --verbose\" \"next-sitemap\"",
"start": "next start",
"format:pages": "prettier --write 'app/**/*.{js,ts,tsx,mdx}'",
"generate-seid-docs": "./generate-seid-docs.sh",
"check-links": "node scripts/check-links.mjs"
},
"license": "MIT",
"dependencies": {
"@cookbookdev/docsbot": "^4.24.0",
"@dynamic-labs/cosmos": "^4.9.11",
"@dynamic-labs/ethereum": "^4.9.11",
"@dynamic-labs/sdk-react-core": "^4.9.11",
"@dynamic-labs/wagmi-connector": "^4.9.11",
"@hcaptcha/react-hcaptcha": "^1.10.1",
"@next/third-parties": "^15.2.4",
"@radix-ui/themes": "^3.2.0",
"@sei-js/cosmjs": "^1.0.7",
"@sei-js/evm": "^2.0.0",
"@sei-js/registry": "^1.0.1",
"@tabler/icons-react": "3.30.0",
"@tailwindcss/postcss": "^4.0.9",
"@tanstack/react-query": "^5.66.7",
"@walletconnect/universal-provider": "^2.18.1",
"jotai": "^2.12.1",
"next": "15.2.3",
"next-themes": "^0.4.4",
"nextra": "^4.2.13",
"nextra-theme-docs": "^4.2.13",
"pino-pretty": "^13.0.0",
"postcss-simple-vars": "^7.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"shiki-code-block-react": "^0.0.4",
"sonner": "^2.0.1",
"tailwind-merge": "^2.6.0",
"underscore": "^1.13.6",
"viem": "^2.23.4",
"wagmi": "^2.14.11"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/node": "18.11.10",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/underscore": "^1.11.15",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.2",
"globby": "^14.1.0",
"next-sitemap": "^4.2.3",
"node-fetch": "^3.3.2",
"pagefind": "^1.3.0",
"postcss": "^8.5.3",
"prettier": "^3.3.0",
"tailwindcss": "^4.0.9",
"tsx": "^4.19.3",
"typescript": "^5.3.3",
"wait-on": "^8.0.2"
},
"resolutions": {
"@babel/traverse": "7.23.2",
"axios": "1.8.2",
"ws": "8.18.1",
"nanoid": "3.3.9"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}