-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.19 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"test": "jest",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@chakra-ui/system": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/inter": "^4.5.7",
"@phosphor-icons/react": "^2.0.8",
"@rainbow-me/rainbowkit": "^1",
"@rehooks/local-storage": "^2.4.4",
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^3.2.0",
"@uniswap/smart-order-router": "^3.13.2-hotfix2",
"@uniswap/universal-router-sdk": "^1.3.8",
"@uniswap/v3-sdk": "^3.9.0",
"@vercel/analytics": "^1.0.1",
"@vercel/og": "^0.4.1",
"@wagmi/core": "^1.3.6",
"color": "^4.2.3",
"ethers": "^5.7.2",
"framer-motion": "^10.11.4",
"next": "^13.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-jazzicon": "^1.0.4",
"sharp": "^0.32.0",
"viem": "^1.2.9",
"wagmi": "^1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-block-scoping": "^7.18.9",
"@storybook/addon-actions": "^6.4.21",
"@storybook/addon-essentials": "^6.4.21",
"@storybook/addon-interactions": "^6.4.21",
"@storybook/addon-links": "^6.4.21",
"@storybook/react": "^6.4.21",
"@storybook/testing-library": "^0.0.9",
"@types/color": "^3.0.3",
"@types/react": "^18.0.9",
"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "26.3.0",
"babel-loader": "^8.2.4",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"eslint-plugin-storybook": "^0.5.8",
"jest": "26.4.0",
"prettier": "2.6.2",
"react-test-renderer": "^17.0.1",
"typescript": "^5.1.6",
"yaml-loader": "0.6.0"
}
}