-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
127 lines (127 loc) · 4.11 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "gap-app-v2",
"version": "2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"build-stats": "cross-env ANALYZE=true yarn build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"cypress:open": "cypress open",
"e2e": "start-server-and-test dev http://localhost:3000 \"yarn cypress open --e2e\"",
"e2e:headless": "start-server-and-test dev http://localhost:3000 \"yarn cypress run --e2e\"",
"component": "cypress open --component",
"component:headless": "cypress run --component",
"prepare": "husky"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.4",
"@next/bundle-analyzer": "^14.1.0",
"@next/third-parties": "^14.2.5",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@rainbow-me/rainbowkit": "^2.1.2",
"@react-pdf/renderer": "^3.4.4",
"@semaphore-protocol/core": "^4.0.0-beta.6",
"@sentry/nextjs": "7.105.0",
"@show-karma/karma-gap-sdk": "git+https://github.com/show-karma/karma-gap-sdk.git#6d7dd96e851ed60354929059d451f35b57ea87c8",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.48.0",
"@tanstack/react-table": "^8.17.3",
"@tanstack/react-virtual": "^3.5.0",
"@tremor/react": "^3.14.0",
"@uiw/react-markdown-preview": "^5.0.7",
"@uiw/react-md-editor": "^4.0.3",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.10",
"@wagmi/core": "^2.11.5",
"@walletconnect/ethereum-provider": "^2.10.5",
"axios": "^1.4.0",
"blo": "^1.1.1",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"date-fns": "^3.3.1",
"dompurify": "^3.1.6",
"ethers": "6.11.0",
"frames.js": "^0.16.6",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"js-confetti": "^0.12.0",
"jwt-decode": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
"markdown-it": "^14.1.0",
"millify": "^6.1.0",
"mixpanel-browser": "^2.49.0",
"moment": "^2.30.1",
"next": "^14.2.4",
"next-nprogress-bar": "^2.3.12",
"next-remove-imports": "^1.0.12",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"nuqs": "^1.17.0",
"pluralize": "^8.0.0",
"postcss-nesting": "^12.0.2",
"rc-slider": "^10.6.2",
"react": "^18.3.1",
"react-day-picker": "^8.10.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^9.0.0",
"react-pdf-html": "^2.0.4",
"react-typed": "^2.0.12",
"react-virtualized": "^9.22.5",
"rehype-sanitize": "^6.0.0",
"sass": "^1.71.0",
"tailwind-merge": "^2.2.1",
"typescript": "5.1.3",
"universal-cookie": "^7.1.0",
"viem": "^2.16.3",
"wagmi": "^2.10.9",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.13",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.groupby": "^4.6.9",
"@types/markdown-it": "^14.1.1",
"@types/mixpanel-browser": "^2.49.0",
"@types/node": "20.2.5",
"@types/pluralize": "^0.0.33",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@types/react-virtualized": "^9.21.29",
"autoprefixer": "^10.4.15",
"babel-loader": "^9.2.1",
"babel-plugin-transform-remove-imports": "^1.8.0",
"cross-env": "^7.0.3",
"cypress": "^13.15.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.24",
"start-server-and-test": "^2.0.8",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.2"
}
}