-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.42 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
74
75
76
77
78
79
80
81
82
{
"name": "protostar-app",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "graphql-codegen",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@geist-ui/core": "^2.3.8",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@headlessui/react": "^1.7.13",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.16",
"@phosphor-icons/react": "^2.0.14",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.5",
"@rainbow-me/rainbowkit": "^1.2.0",
"@supabase/supabase-js": "^2.13.1",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.36.1",
"@tremor/react": "^2.0.0",
"@types/node": "18.14.6",
"@types/react": "18.2.15",
"@types/react-dom": "18.0.11",
"@wagmi/core": "^1.3.9",
"class-variance-authority": "^0.7.0",
"coingecko-api-v3": "^0.0.23",
"connectkit": "^1.5.3",
"dayjs": "^1.11.10",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eth-chains": "^2.0.0",
"ethereum-multicall": "^2.16.1",
"filepond": "^4.30.4",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"graphql": "^16.8.1",
"lodash": "^4.17.21",
"lucide-react": "^0.292.0",
"next": "13.2.3",
"nvm": "^0.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-filepond": "^7.1.2",
"react-hook-form": "^7.43.5",
"react-quill": "^2.0.0",
"search-array": "^1.6.0",
"simple-uniswap-sdk": "^3.7.0",
"swr": "^2.1.3",
"truncate-eth-address": "^1.0.2",
"typescript": "^5.2.2",
"urql": "^4.0.5",
"usehooks-ts": "^2.9.1",
"vaul": "^0.7.8",
"viem": "^1.18.3",
"wagmi": "^1.4.5"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.192",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"tailwindcss-animate": "^1.0.5",
"ts-jest": "^29.1.0"
}
}