-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 846 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 846 Bytes
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
{
"name": "illuviscan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@imtbl/core-sdk": "^2.1.0",
"@nivo/bar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@uniswap/sdk-core": "^3.2.0",
"@uniswap/v3-periphery": "^1.4.3",
"@uniswap/v3-sdk": "^3.9.0",
"ethers": "5.7.2",
"framer-motion": "^10.0.1",
"moment": "^2.30.1",
"next": "13.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5",
"wagmi": "0.11.7"
}
}