forked from sei-protocol/sei-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.39 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
{
"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": {
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mdx-js/loader": "^3.0.1",
"@next/mdx": "^14.2.3",
"@rainbow-me/rainbowkit": "^1.3.3",
"@sei-js/cosmjs": "^1.0.7",
"@sei-js/evm": "^1.1.1",
"@sei-js/registry": "^1.0.1",
"@tabler/icons-react": "^3.5.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/styled-components": "^5.1.34",
"lucide-react": "^0.314.0",
"next": "^14.2.3",
"next-compose-plugins": "^2.2.1",
"next-seo": "^6.5.0",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.33.4",
"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",
"autoprefixer": "^10.4.17",
"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"
}
}