generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "docs.substrate.run",
"repository": "https://github.com/SubstrateLabs/docs",
"private": true,
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@dagrejs/dagre": "^1.1.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-tabs": "^1.0.4",
"@typeform/embed-react": "^3.17.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.0.4",
"next-themes": "^0.2.1",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"reactflow": "^11.10.4",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "20.11.19",
"@types/react": "18.2.21",
"autoprefixer": "10.4.16",
"eslint": "^8.55.0",
"postcss": "8.4.32",
"tailwindcss": "3.3.6",
"typescript": "5.3.3"
}
}