-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
99 lines (99 loc) · 2.82 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
{
"name": "scroll.io",
"version": "5.4.0",
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"test": "next lint",
"prepare": "husky install",
"generate:sitemap": "cd scripts && node generate_sitemap.js"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@ethereum-attestation-service/eas-sdk": "^1.5.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.108",
"@mui/material": "^5.13.5",
"@mui/material-nextjs": "^5.15.5",
"@rainbow-me/rainbowkit": "^2.1.2",
"@sentry/nextjs": "^7.95.0",
"@tanstack/react-query": "^5.28.9",
"@typescript-eslint/parser": "^8.4.0",
"copy-to-clipboard": "^3.3.2",
"dayjs": "^1.11.5",
"ethers": "6.12.0",
"framer-motion": "^9.0.4",
"immer": "^9.0.7",
"lodash": "^4.17.21",
"next": "14.2.19",
"notistack": "^3.0.1",
"number-flip": "^1.2.3",
"numbro": "^2.3.6",
"path-to-regexp": "^6.2.1",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-cool-img": "^1.2.12",
"react-countdown": "^2.3.2",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-markdown": "^8.0.3",
"react-use": "^17.4.0",
"react-virtualized": "^9.22.5",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"squirrel-gill": "1.0.5",
"swiper": "^10.1.0",
"swr": "^2.1.3",
"three": "^0.128.0",
"tss-react": "^4.4.1",
"use-debounce": "^10.0.0",
"viem": "2.9.31",
"wagmi": "^2.9.2",
"zustand": "^5.0.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@sentry/webpack-plugin": "^1.20.0",
"@svgr/webpack": "^8.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/lodash": "^4.14.186",
"@types/node": "^20.10.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.6",
"@types/three": "^0.128.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.2",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.17",
"prettier": "^3.2.4",
"raw-loader": "^4.0.2",
"sitemap": "^7.1.1",
"tailwindcss": "^3.3.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}