-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "docs",
"version": "0.0.22",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"copy-evolution-docs": "tsx scripts/copy-evolution-docs.ts",
"prebuild": "pnpm run copy-evolution-docs",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@evolution-sdk/devnet": "workspace:*",
"@evolution-sdk/evolution": "workspace:*",
"@icons-pack/react-simple-icons": "^13.8.0",
"@orama/orama": "^3.1.11",
"@stackblitz/sdk": "^1.11.0",
"fumadocs-core": "16.0.8",
"fumadocs-mdx": "13.0.5",
"fumadocs-twoslash": "^3.1.10",
"fumadocs-ui": "16.0.8",
"lucide-react": "^0.562.0",
"mermaid": "^11.12.1",
"next": "16.0.1",
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react18-json-view": "^0.2.9",
"twoslash": "^0.3.4"
},
"devDependencies": {
"@shikijs/twoslash": "^3.14.0",
"@tailwindcss/postcss": "^4.1.12",
"@types/mdx": "^2.0.13",
"@types/node": "24.3.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"baseline-browser-mapping": "^2.9.8",
"postcss": "^8.5.6",
"shiki": "^3.15.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2"
}
}