-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "wrap-eth-arbitrum",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.*"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:ui": "vitest --ui --coverage.enabled=true",
"coverage": "vitest run --coverage",
"e2e": "echo \"Error: no e2e test specified\""
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "^5.45.0",
"@vitejs/plugin-react": "^4.3.1",
"classnames": "^2.5.1",
"encoding": "^0.1.13",
"next": "14.2.4",
"next-axiom": "^1.3.0",
"pino-pretty": "^11.2.0",
"react": "^18",
"react-dom": "^18",
"viem": "^2.14.0",
"wagmi": "^2.10.2"
},
"devDependencies": {
"@iconify/react": "^5.0.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"jsdom": "^24.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^1.6.0"
}
}