forked from scroll-tech/frontends
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.04 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
{
"name": "scroll.io",
"version": "5.4.1",
"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",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@mui/icons-material": "6",
"@mui/lab": "^6.0.0-beta.23",
"@mui/material": "6",
"@mui/material-nextjs": "6",
"@next/third-parties": "^15.1.5",
"@next/mdx": "^15.1.5",
"@rainbow-me/rainbowkit": "^2.1.2",
"@sentry/nextjs": "^7.95.0",
"@tanstack/react-query": "^5.55.3",
"@tanstack/react-virtual": "^3.11.2",
"@types/mdx": "^2.0.13",
"@typescript-eslint/parser": "^8.4.0",
"copy-to-clipboard": "^3.3.2",
"dayjs": "^1.11.5",
"ethers": "6.12.0",
"immer": "^9.0.7",
"lodash": "^4.17.21",
"motion": "^11.18.1",
"next": "15.1.4",
"notistack": "^3.0.1",
"number-flip": "^1.2.3",
"numbro": "^2.3.6",
"path-to-regexp": "^6.2.1",
"react": "19.0.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": "19.0.0",
"react-fast-marquee": "^1.6.5",
"react-mailchimp-subscribe": "^2.1.3",
"react-markdown": "^9.0.3",
"react-use": "^17.4.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"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": "19.0.4",
"@types/react-dom": "19.0.2",
"@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": "15.1.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": "22.x"
},
"packageManager": "yarn@1.22.19",
"resolutions": {
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2"
}
}