-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
132 lines (132 loc) · 3.91 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
{
"name": "scroll.io",
"version": "5.4.0",
"private": false,
"license": "MIT",
"scripts": {
"build": "craco build",
"convert:webp": "cwebp -q 100 $1 -o $2",
"eject": "craco eject",
"generate:sitemap": "cd scripts && node generate_sitemap.js",
"lint": "eslint --fix --max-warnings=0 \"**/*.{ts,tsx}\"",
"prepare": "husky install",
"start": "BROWSER=none craco start",
"test": "npx lint-staged"
},
"lint-staged": {
"**/*.{ts,tsx}": ["npm run lint", "prettier --write"]
},
"browserslist": {
"production": [">0.5%", "not dead", "not op_mini all"],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
},
"resolutions": {
"@sentry/webpack-plugin/**/node-fetch": "^2.6.11",
"react-scripts/**/minimatch": "^3.0.6"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.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.11.15",
"@rainbow-me/rainbowkit": "^2.1.2",
"@sentry/react": "^7.43.0",
"@sentry/tracing": "^7.43.0",
"@tanstack/react-query": "^5.28.9",
"@types/jest": "^27.5.2",
"@types/node": "^20.10.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"copy-to-clipboard": "^3.3.2",
"dayjs": "^1.11.5",
"ethers": "6.12.0",
"framer-motion": "^9.0.4",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"number-flip": "^1.2.3",
"numbro": "^2.3.6",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-cool-img": "^1.2.12",
"react-countdown": "^2.3.2",
"react-dom": "^18.2.0",
"react-ga4": "^1.4.1",
"react-helmet-async": "^1.3.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-markdown": "^8.0.3",
"react-query": "^3.39.2",
"react-scripts": "5.0.1",
"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",
"web-vitals": "^2.1.4",
"zustand": "^5.0.1"
},
"devDependencies": {
"@craco/craco": "^6.4.5",
"@emotion/babel-plugin": "^11.10.6",
"@sentry/webpack-plugin": "^1.20.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/three": "^0.128.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/lodash": "^4.14.186",
"@types/react-helmet": "^6.1.6",
"@types/react-redux": "^7.1.8",
"@types/testing-library__cypress": "^5.0.5",
"assert": "^2.0.0",
"autoprefixer": "^10.4.12",
"buffer": "^6.0.3",
"craco-less": "^2.0.0",
"crypto-browserify": "^3.12.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^3.4.1",
"https-browserify": "^1.0.0",
"husky": "^8.0.2",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"lint-staged": "^15.2.2",
"os-browserify": "^0.3.0",
"postcss": "^8.4.17",
"prettier": "^2.8.1",
"process": "^0.11.10",
"react-device-detect": "^2.2.3",
"react-redux": "^7.2.0",
"react-router-dom": "^6.3.0",
"sitemap": "^7.1.1",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.1.8",
"typescript": "^5.1.6",
"util": "^0.12.5"
},
"overrides": {
"eslint-config-react-app": {
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0"
}
},
"engines": {
"node": ">=20.10.0"
}
}