forked from yubing744/rooch-network.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1013 Bytes
/
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
{
"name": "rooch-network.github.io",
"version": "0.2",
"description": "Rooch website",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rooch-network/rooch-network.github.io.git"
},
"homepage": "https://rooch.network",
"dependencies": {
"@headlessui/react": "^1.7.15",
"@popperjs/core": "^2.11.8",
"axios": "^1.4.0",
"classnames": "2.3.2",
"clsx": "^1.2.1",
"cobe": "0.4.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"next": "^13.4.4",
"nextjs-google-analytics": "^2.3.3",
"nextra": "^2.6.2",
"nextra-theme-docs": "^2.6.2",
"preline": "^1.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spring": "^9.7.1",
"sharp": "^0.32.1"
},
"devDependencies": {
"@types/node": "18.15.11",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "4.8.4"
}
}