-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.47 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.47 KB
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
{
"dependencies": {
"@rainbow-me/rainbowkit": "^2.2.10",
"@tanstack/react-query": "^5.90.19",
"@walletconnect/ethereum-provider": "^2.23.3",
"next": "16.1.4",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"sonner": "^2.0.7",
"viem": "^2.44.4",
"wagmi": "^3.3.4"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.0",
"@biomejs/biome": "2.2.0",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@playwright/test": "^1.57.0",
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "1.0.0",
"commitlint": "^20.2.0",
"jsdom": "^27.4.0",
"lefthook": "^2.0.8",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.0.17"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"name": "web3-dex-dashboard",
"private": true,
"scripts": {
"build": "next build",
"check": "biome check",
"check:fix": "biome check --fix",
"dev": "next dev",
"start": "next start",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test:run": "vitest run",
"test:ui": "vitest --ui",
"type:check": "tsc --noEmit"
},
"trustedDependencies": [
"sharp",
"unrs-resolver"
],
"type": "module",
"version": "0.1.0"
}