-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.33 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": "soroswap-info",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3100",
"build": "next build",
"start": "next start -p 3100",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && pnpm update --latest"
},
"packageManager": "[email protected]",
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "^5.15.20",
"@mui/material-nextjs": "latest",
"@stellar/stellar-sdk": "^12.0.1",
"@szhsin/react-menu": "^4.1.0",
"@tanstack/react-query": "^5.28.0",
"@vercel/analytics": "^1.2.2",
"axios": "^1.6.7",
"bignumber.js": "^9.1.2",
"javascript-time-ago": "^2.5.9",
"mercury-sdk": "^1.0.0",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-ga": "^3.3.1",
"react-icons": "^5.2.1",
"react-slick": "^0.29.0",
"recharts": "^2.10.4",
"slick-carousel": "^1.8.1",
"soroswap-router-sdk": "^1.2.6",
"soroswap-ui": "^0.0.8"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-slick": "^0.23.13",
"eslint": "latest",
"eslint-config-next": "latest",
"typescript": "latest"
}
}