forked from base-org/onchainsummer.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.65 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
{
"name": "onchain-summer",
"version": "0.1.0",
"private": true,
"author": {
"name": "Lazer Technologies",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev",
"prebuild": "yarn generate",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"generate:tweets": "npx node scripts/generateHighlightedTweets.js",
"generate": "yarn graphql-codegen --config codegen.ts"
},
"dependencies": {
"@coinbase/onchainkit": "^0.6.1",
"@commitlint/cli": "^17.6.5",
"@crossmint/client-sdk-react-ui": "^1.0.1-alpha.4",
"@eth-optimism/sdk": "^0.0.0-develop-20230720165249",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@rainbow-me/rainbowkit": "^1.0.7",
"@reservoir0x/reservoir-kit-ui": "^1.5.0",
"arweave": "^1.13.7",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"ethers": "^5",
"global": "^4.4.0",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"next": "13.4.13",
"next-query-params": "^4.2.2",
"nuka-carousel": "^6.0.3",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-query": "^3.39.3",
"react-youtube": "^10.1.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sass": "^1.63.6",
"tailwindcss-radix": "^2.8.0",
"use-query-params": "^2.2.1",
"viem": "^1.4.2",
"wagmi": "1.4.12"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.5",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/import-types-preset": "^2.2.6",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.14.196",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@wagmi/cli": "^1.3.0",
"autoprefixer": "10.4.14",
"dotenv": "^16.3.1",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"eslint-config-prettier": "^8.8.0",
"graphql-config": "^5.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"postcss": "8.4.24",
"prettier": "^3.0.2",
"tailwindcss": "3.3.2",
"tsc-files": "^1.1.3",
"typescript": "5.0.4"
}
}