-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.35 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": "react-ui-next-app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "PORT=5002 next dev",
"build": "next build",
"start": "PORT=5002 next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.10",
"@tronweb3/tronwallet-abstract-adapter": "^1.1.0",
"@tronweb3/tronwallet-adapter-bitkeep": "^1.0.0",
"@tronweb3/tronwallet-adapter-ledger": "^1.1.1",
"@tronweb3/tronwallet-adapter-react-hooks": "^1.0.0",
"@tronweb3/tronwallet-adapter-react-ui": "^1.1.0",
"@tronweb3/tronwallet-adapter-tokenpocket": "^1.0.0",
"@tronweb3/tronwallet-adapters": "^1.1.1",
"@types/node": "18.11.9",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "^8.23.1",
"eslint-config-next": "13.0.5",
"next": "13.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"tronweb": "^4.4.0",
"tslib": "^2.5.0",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.6",
"lokijs": "^1.5.12",
"pino-pretty": "^10.0.0",
"typescript": "^4.6.4"
}
}