-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.08 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
68
69
70
71
{
"name": "v2.clober.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@clober/v2-sdk": "^v0.0.94",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@rainbow-me/rainbowkit": "^1.0.7",
"@sentry/nextjs": "^8.45.0",
"@tamagui/config": "^1.112.22",
"@tamagui/next-plugin": "^1.112.22",
"axios": "^1.5.0",
"bignumber.js": "^9.1.1",
"jotai": "^1.3.7",
"lightweight-charts": "^4.2.1",
"next": "^13.4.3",
"react": "^18.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-select": "^5.7.5",
"react-tooltip": "^5.27.0",
"reactflow": "^11.9.4",
"uuid": "^10.0.0",
"viem": "^1.20.1",
"wagmi": "^1.4.12"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.0",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.1",
"@storybook/nextjs": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/testing-library": "^0.2.2",
"@types/jest": "^29.5.3",
"@types/node": "^18.16.12",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-react-hooks": "4.6.0",
"hardhat": "^2.17.1",
"jest": "^29.6.2",
"postcss": "^8.4.26",
"prettier": "^3.0.3",
"storybook": "^7.5.1",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"typescript": "^5.0.4"
}
}