-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.17 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": "twitoor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen"
},
"dependencies": {
"@dhaiwat10/react-link-preview": "^1.15.0",
"@emotion/css": "^11.11.2",
"@graphql-typed-document-node/core": "^3.2.0",
"@headlessui/react": "^1.7.16",
"@hookform/resolvers": "^3.1.1",
"@next/font": "^13.4.12",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.0.4",
"@tanstack/react-query": "^4.32.0",
"@thirdweb-dev/react": "^3.14.20",
"@thirdweb-dev/sdk": "^3.10.40",
"@thirdweb-dev/storage": "^1.2.0",
"@types/node": "20.4.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.9",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"ethers": "^5.7.2",
"graphql": "^16.7.1",
"linkify-react": "^4.1.1",
"linkifyjs": "^4.1.1",
"next": "13.4.12",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"omit-deep": "^0.3.0",
"postcss": "8.4.27",
"react": "18.2.0",
"react-cool-inview": "^3.0.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.7",
"react-player": "^2.12.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"remark-breaks": "^3.0.3",
"remark-linkify-regex": "^1.2.1",
"strip-markdown": "^5.0.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"usehooks-ts": "^2.9.1",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.16.5",
"@graphql-codegen/fragment-matcher": "^3.3.3",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-operations": "^2.5.13",
"@graphql-codegen/typescript-react-query": "^4.1.0",
"@types/omit-deep": "^0.3.0"
}
}