-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "alice-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@livechat/widget-react": "^1.3.1",
"@rainbow-me/rainbowkit": "^1.0.7",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"next": "13.4.10",
"next-redux-wrapper": "^8.1.0",
"react": "18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0",
"react-qr-code": "^2.0.11",
"react-redux": "^8.1.1",
"react-telegram-login": "^1.1.2",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"styled-components": "^6.0.4",
"tw-elements": "^1.0.0-beta2",
"viem": "^1.4.1",
"wagmi": "^1.3.9",
"web3": "^4.0.3"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-plugin-react": "^7.33.1",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
}
}