-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
53
54
55
{
"name": "orog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:dev": "NODE_ENV=development next dev",
"dev:test": "NODE_ENV=test next dev",
"build:test": "NODE_ENV=test next build",
"build:pro": "NODE_ENV=production next build"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@ant-design/nextjs-registry": "^1.0.2",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@raydium-io/raydium-sdk": "^1.3.1-beta.58",
"@raydium-io/raydium-sdk-v2": "^0.1.115-alpha",
"@solana/spl-token": "^0.4.12",
"@solana/web3.js": "^1.95.8",
"antd": "^5.22.6",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"decimal.js": "^10.4.3",
"ethers": "^6.13.5",
"html-to-image": "^1.11.11",
"js-cookie": "^3.0.5",
"moment-timezone": "^0.5.46",
"next": "15.0.4",
"next-intl": "^3.26.0",
"nprogress": "^0.2.0",
"rc-slider": "^11.1.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-toastify": "^11.0.2",
"rxjs": "^7.8.1",
"sass": "^1.83.0",
"tailwind-scrollbar": "^3.1.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "15.0.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}