forked from DefiLlama/chainlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 860 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 860 Bytes
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
{
"name": "chainlist",
"version": "1.0.0",
"packageManager": "pnpm@11.1.0",
"scripts": {
"dev": "next dev",
"build": "./scripts/build.sh",
"export": "echo deprecated",
"build2": "./scripts/build.sh",
"start": "next start",
"serve": "serve out",
"test": "node tests/check-duplicate-keys.js"
},
"dependencies": {
"@ariakit/react": "0.2.17",
"@hypelab/sdk-react": "1.1.0",
"@tanstack/react-query": "4.44.0",
"axios": "1.16.0",
"fathom-client": "3.7.2",
"next": "14.2.35",
"next-intl": "2.22.1",
"node-fetch": "2.7.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-linkify": "1.0.0-alpha",
"serve": "14.2.6",
"zustand": "4.5.7"
},
"devDependencies": {
"autoprefixer": "10.5.0",
"dotenv": "16.6.1",
"postcss": "8.5.14",
"tailwindcss": "3.4.19"
}
}