-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
166 lines (166 loc) · 5.72 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "network-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"env:local": "./scripts/env.sh local",
"env:dev": "./scripts/env.sh dev",
"env:staging": "./scripts/env.sh staging",
"env:prod": "./scripts/env.sh prod",
"env:diff:local": "./scripts/env.sh -d local",
"env:diff:dev": "./scripts/env.sh -d dev",
"env:diff:staging": "./scripts/env.sh -d staging",
"env:diff:prod": "./scripts/env.sh -d prod",
"env:save:local": "./scripts/env.sh -s local",
"env:save:dev": "./scripts/env.sh -s dev",
"env:save:staging": "./scripts/env.sh -s staging",
"env:save:prod": "./scripts/env.sh -s prod",
"dev": "next dev -p 4400",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preinstall": "sh ./tools/scripts/preinstall.sh",
"generate": "npx graphql-codegen --config codegen.ts -r dotenv/config",
"generate:icon": "tsx ./tools/scripts/generate-icons.ts",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest",
"test:ci": "env NODE_ENV=test jest --ci",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:e2e": "playwright test"
},
"dependencies": {
"@apollo/sandbox": "^2.5.1",
"@aws-sdk/client-dynamodb": "^3.485.0",
"@aws-sdk/lib-dynamodb": "^3.485.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.2",
"@irys/sdk": "^0.0.3",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.14.12",
"@mui/material-nextjs": "^5.15.7",
"@mui/system": "^5.14.12",
"@mui/utils": "^5.16.5",
"@mui/x-data-grid": "^6.16.1",
"@mui/x-date-pickers": "^6.18.4",
"@prisma/client": "5.1.1",
"@rainbow-me/rainbowkit": "^1.1.1",
"@react-hookz/web": "^23.1.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.34",
"@solana/wallet-adapter-wallets": "^0.19.22",
"@solana/web3.js": "^1.87.1",
"@studio-freight/lenis": "^1.0.26",
"@studio-freight/react-lenis": "^0.0.36",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tryghost/content-api": "^1.11.20",
"@types/react-syntax-highlighter": "^15.5.11",
"@vercel/analytics": "^1.1.0",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
"boring-avatars": "^1.10.1",
"bs58": "^5.0.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"fast-blurhash": "^1.1.2",
"framer-motion": "^11.3.19",
"graphql": "^16.8.1",
"graphql-config": "^5.0.3",
"graphql-request": "^4.3.0",
"graphql-tag": "^2.12.6",
"gsap": "^3.12.2",
"jsonwebtoken": "^9.0.2",
"lottie-web": "^5.12.2",
"next": "13.4.13",
"next-auth": "^4.23.2",
"next-nprogress-bar": "^2.1.2",
"notistack": "^3.0.1",
"nuqs": "^1.17.8",
"react": "18.2.0",
"react-code-blocks": "^0.1.4",
"react-dom": "18.2.0",
"react-easy-crop": "^5.0.2",
"react-fast-marquee": "^1.6.4",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.2",
"react-qr-code": "^2.0.12",
"react-syntax-highlighter": "^15.5.0",
"sanitize-html": "^2.13.0",
"sass": "^1.69.1",
"sharp": "^0.32.6",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.4",
"swiper": "^11.1.9",
"title-case": "^4.1.2",
"uuidv4": "^6.2.13",
"viem": "^1.16.2",
"wagmi": "^1.4.3",
"zod": "^3.22.4",
"zustand": "^4.4.4"
},
"devDependencies": {
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/import-types-preset": "^2.2.6",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-graphql-request": "^4.5.9",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@graphql-codegen/typescript-resolvers": "^3.2.1",
"@parcel/watcher": "^2.3.0",
"@playwright/test": "^1.38.1",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.6.6",
"@storybook/nextjs": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/test": "7.6.6",
"@storybook/testing-library": "^0.2.2",
"@synthetixio/synpress": "3.7.2-beta.5",
"@tanstack/eslint-plugin-query": "^4.36.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/dompurify": "^3.0.5",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.5",
"@types/jsonwebtoken": "^9.0.3",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-slick": "^0.23.10",
"@types/sanitize-html": "^2.11.0",
"@types/testing-library__cypress": "^5.0.10",
"@types/tryghost__content-api": "^1.3.16",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"encoding": "^0.1.13",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.1.0",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"storybook": "^7.6.6",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsx": "^4.7.1",
"type-fest": "^4.4.0",
"typescript": "5.1.6"
}
}