-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
{
"name": "p-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@oasisprotocol/sapphire-paratime": "^1.1.1",
"@ramonak/react-progress-bar": "^5.0.3",
"@react-hook/media-query": "^1.1.1",
"@web3modal/ethereum": "^2.3.7",
"@web3modal/react": "^2.3.7",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"glob": "^10.3.1",
"next": "13.5.4",
"path": "0.12.7",
"posthog-js": "^1.85.3",
"prettier": "^2.8.8",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-modal": "^3.16.1",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"react-tooltip": "^5.21.1",
"socket.io-client": "^4.7.0",
"typescript": "5.0.4",
"uuid": "^9.0.0",
"wagmi": "^1.3.7"
},
"devDependencies": {
"@types/node": "20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-modal": "^3.16.1",
"@types/react-table": "^7.7.14",
"@types/uuid": "^9.0.2",
"env-cmd": "^10.1.0",
"react-notifications": "^1.7.4"
}
}