-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
95 lines (95 loc) · 2.87 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
{
"name": "dao-frontend",
"version": "1.4.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint-tsc": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"e2e-open": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e\"",
"e2e-test": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e\"",
"test": "vitest"
},
"dependencies": {
"@hookform/resolvers": "^3.7.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@rsksmart/rns-sdk": "^1.0.0-beta.9",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-table": "^8.20.5",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"ethers": "^6.13.1",
"jdenticon": "^3.3.0",
"lottie-react": "^2.4.0",
"lucide-react": "^0.400.0",
"luxon": "^3.5.0",
"moment": "^2.30.1",
"next": "14.2.16",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-number-format": "^5.4.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.4",
"viem": "^2.17.3",
"wagmi": "^2.12.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@storybook/addon-docs": "^8.1.10",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-onboarding": "^8.1.10",
"@storybook/blocks": "^8.3.6",
"@storybook/nextjs": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/test": "^8.1.10",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@types/luxon": "^3.4.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.2",
"cypress": "^13.11.0",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-storybook": "^0.8.0",
"http-proxy-middleware": "^3.0.0",
"jsdom": "^25.0.1",
"pino-pretty": "^11.2.1",
"postcss": "^8",
"prettier": "^3.3.2",
"start-server-and-test": "^2.0.4",
"storybook": "^8.1.10",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5",
"vitest": "^2.1.2"
},
"engines": {
"node": ">=18.0.0"
}
}