-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 KB
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
{
"name": "rwa-rbt-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pm2:dev": "pm2 start ecosystem.config.js",
"pm2:prod": "pm2 start ecosystem.config.js --env production",
"pm2:stop": "pm2 stop ecosystem.config.js",
"pm2:restart": "pm2 restart ecosystem.config.js",
"pm2:delete": "pm2 delete ecosystem.config.js",
"pm2:logs": "pm2 logs",
"pm2:status": "pm2 status"
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@rainbow-me/rainbowkit": "^2.2.4",
"@tanstack/react-query": "^5.74.4",
"@types/react-copy-to-clipboard": "^5.0.7",
"antd": "^5.14.1",
"axios": "^1.9.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.13",
"framer-motion": "^12.7.4",
"next": "15.3.1",
"react": "^19.0.0",
"react-clipboard.js": "^2.0.16",
"react-copy-to-clipboard": "^5.1.0",
"react-day-picker": "^8.10.0",
"react-dom": "^19.0.0",
"viem": "~2.28.0",
"wagmi": "^2.14.16"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"pm2": "^6.0.5",
"tailwindcss": "^4",
"typescript": "^5"
}
}