generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "sei-docs",
"version": "0.0.1",
"description": "Sei docs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate-seid-docs": "./generate-seid-docs.sh"
},
"license": "MIT",
"dependencies": {
"@cookbookdev/docsbot": "^4.24.0",
"@mantine/code-highlight": "^7.12.2",
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@rainbow-me/rainbowkit": "^1.3.3",
"@sei-js/registry": "^1.0.1",
"lucide-react": "^0.314.0",
"next": "13.0.6",
"next-seo": "^6.5.0",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.11",
"tailwind-merge": "^2.2.1",
"underscore": "^1.13.6",
"viem": "^1.21.4",
"wagmi": "^1.4.13"
},
"devDependencies": {
"@types/node": "18.11.10",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/styled-components": "^5.1.34",
"@types/underscore": "^1.11.15",
"autoprefixer": "^10.4.17",
"lodash": "^4.17.21",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}