-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
144 lines (144 loc) · 4.9 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@zeitgeistpm/ui",
"version": "0.0.1-beta",
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"build": "next build",
"build:staging": "NEXT_PUBLIC_VERCEL_ENV=staging next build",
"build:prod": "NEXT_PUBLIC_VERCEL_ENV=production next build",
"dev": "NEXT_PUBLIC_VERCEL_ENV=staging next",
"dev:prod": "NEXT_PUBLIC_VERCEL_ENV=production next",
"prettier:check": "npx prettier ./**/*.tsx --check",
"prettier:fix": "npx prettier ./**/*.tsx --write",
"start": "next start",
"test:watch": "vitest",
"test": "vitest run",
"prunable": "ts-prune | grep -v 'used in module' | grep -v '^pages.*\\- [default|getStaticPaths|getStaticProps]' | grep -v 'playwright.config.ts'"
},
"dependencies": {
"@babel/helper-compilation-targets": "^7.19.3",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@getbrevo/brevo": "^2.0.0-beta.4",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.1.2",
"@notionhq/client": "^2.2.3",
"@plaiceholder/next": "^2.5.0",
"@polkadot/api": "12.1.1",
"@polkadot/extension-dapp": "^0.44.6",
"@polkadot/keyring": "^12.6.2",
"@polkadot/ui-keyring": "^2.4.1",
"@portabletext/react": "^3.0.11",
"@sanity/client": "^6.10.0",
"@subsocial/grill-widget": "^0.1.3",
"@tailwindcss/container-queries": "^0.1.1",
"@talismn/connect-wallets": "^1.2.3",
"@tanstack/query-core": "^4.29.1",
"@tanstack/react-query": "^4.19.0",
"@tanstack/react-query-devtools": "^4.19.1",
"@vercel/og": "^0.5.19",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.12.0",
"@walletconnect/universal-provider": "^2.12.0",
"@web3auth/base": "^8.0.0",
"@web3auth/no-modal": "^8.0.1",
"@web3auth/openlogin-adapter": "^8.0.1",
"@yornaath/batshit": "^0.8.0",
"@yornaath/batshit-devtools-react": "^0.5.4",
"@zeitgeistpm/augment-api": "3.8.0",
"@zeitgeistpm/avatara-nft-sdk": "^1.3.1",
"@zeitgeistpm/avatara-util": "^1.2.0",
"@zeitgeistpm/sdk": "3.8.0",
"@zeitgeistpm/utility": "3.8.0",
"axios": "^0.21.4",
"boring-avatars": "^1.6.1",
"decimal.js": "^10.4.3",
"dotenv": "^9.0.2",
"embla-carousel": "^8.0.0-rc19",
"embla-carousel-react": "^8.0.0-rc19",
"fathom-client": "^3.2.0",
"flexsearch": "^0.7.21",
"font-color-contrast": "^11.1.0",
"framer-motion": "^10.16.1",
"fuse.js": "^6.6.2",
"graphql-request": "^5.0.0",
"groq": "^3.23.4",
"ipfs-http-client": "^60.0.1",
"ipfs-utils": "^9.0.14",
"jotai": "^2.0.4",
"jotai-tanstack-query": "^0.7.0",
"lodash.merge": "^4.6.2",
"median-range": "^0.0.11",
"moment-timezone": "^0.5.43",
"multiformats": "^13.0.1",
"next": "^13.4.19",
"next-absolute-url": "^1.2.2",
"next-qrcode": "^2.5.1",
"next-sanity-image": "^6.1.1",
"object-hash": "^2.2.0",
"plaiceholder": "^2.5.0",
"pure-react-carousel": "^1.27.8",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-color": "^2.19.3",
"react-countdown-circle-timer": "^2.5.4",
"react-data-table-component": "^6.11.8",
"react-datetime": "^3.1.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.9",
"react-hook-form": "^7.43.9",
"react-hotjar": "^3.0.1",
"react-icons": "^4.9.0",
"react-intersection-observer": "^9.4.1",
"react-quill": "^2.0.0",
"react-resize-detector": "^7.0.0",
"react-select": "^5.7.0",
"react-spinners": "^0.10.6",
"react-table": "^7.7.0",
"react-twitch-embed": "^3.0.2",
"recharts": "^2.4.3",
"rxjs": "7.5.6",
"sharp": "^0.31.2",
"styled-components": "^5.3.3",
"toformat": "^2.0.0",
"ts-opaque": "^3.0.1",
"uri-js": "^4.4.1",
"use-debounce": "^7.0.1",
"validatorjs": "^3.22.1",
"zod": "^3.21.4",
"zod-validation-error": "^3.0.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.3.1",
"@playwright/test": "^1.28.1",
"@polkadot/wasm-crypto": "^6.3.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@testing-library/react": "^14.0.0",
"@types/flexsearch": "^0.7.2",
"@types/lodash-es": "^4.17.6",
"@types/lodash.merge": "^4.6.6",
"@types/object-hash": "^2.2.1",
"@types/react": "^18.0.28",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.11",
"autoprefixer": "10.2.5",
"commander": "^8.3.0",
"cross-env": "^7.0.3",
"jose": "^5.2.4",
"moment": "^2.29.1",
"next-transpile-modules": "^9.1.0",
"postcss": "8.2.13",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"react-test-renderer": "^18.2.0",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.1",
"ts-prune": "^0.10.3",
"typescript": "^5.0.4",
"vitest": "^0.34.6"
},
"packageManager": "[email protected]"
}