forked from verynifty/fastdapp-standalone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.94 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
72
73
{
"name": "etherpage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@rainbow-me/rainbowkit": "^1.0.8",
"@reservoir0x/reservoir-kit-ui": "^1.16.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "^14.0.0",
"@types/deep-diff": "^1.0.3",
"@types/event-emitter": "^0.3.3",
"@types/jest": "^29.5.4",
"@types/react": "^18.2.0",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.2.0",
"@uniswap/conedison": "^1.7.0",
"@uniswap/widgets": "^2.51.2",
"@vercel/og": "^0.5.8",
"@wagmi/chains": "^1.7.0",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"moment": "^2.29.4",
"next": "13.4.7",
"object-hash": "^3.0.0",
"postcss": "8.4.24",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-datetime-picker": "^5.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-gtm-module": "^2.0.11",
"react-hot-keys": "^2.7.2",
"react-hot-toast": "^2.4.1",
"react-live": "^4.1.2",
"react-markdown": "^8.0.7",
"react-moment": "^1.1.3",
"react-redux": "^8.0.7",
"tailwindcss": "3.3.2",
"ts-jest": "^29.1.1",
"tsconfig": "*",
"tsup": "^6.7.0",
"typescript": "^5.0.0",
"use-debounce": "^9.0.4",
"viem": "^1.18.2",
"wagmi": "^1.2.1"
},
"devDependencies": {
"daisyui": "^3.1.1",
"deep-diff": "^1.0.2",
"event-emitter": "^0.3.5",
"react-beautiful-dnd": "^13.1.1",
"react-hotkeys-hook": "^4.4.1",
"react-spinners": "^0.13.8",
"use-debounce": "^9.0.4"
}
}