-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.67 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
{
"name": "ui",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"lint": "eslint \"**/*.ts*\"",
"ui:add": "npx shadcn@latest add",
"test": "vitest --run --reporter=verbose",
"test:watch": "vitest --watch --reporter=verbose",
"test:ui": "vitest --ui",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_22298ec071d9d95 --exit-zero-on-changes"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.3",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/builder-vite": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@tanstack/react-query": "^5.62.15",
"@tanstack/react-query-devtools": "^5.62.16",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/spy": "^2.1.8",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.14",
"chromatic": "^11.22.2",
"eslint-config-custom": "*",
"init": "^0.1.2",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-test-renderer": "^19",
"storybook": "^8.4.7",
"tailwindcss": "^3.4.14",
"tailwindcss-motion": "^1.0.0",
"tsconfig": "*",
"typescript": "5.7.2",
"vitest": "^2.1.8"
},
"dependencies": {
"@dynamic-labs/ethereum": "^3.9.2",
"@dynamic-labs/sdk-react-core": "^3.9.2",
"@dynamic-labs/wagmi-connector": "^3.9.2",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@number-flow/react": "^0.5.1",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-slot": "^1.1.2",
"@standardweb3/default-token-list": "^0.0.59",
"@tanstack/react-query": "^5.62.15",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"lucide-react": "^0.461.0",
"motion": "^11.15.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.0",
"recharts": "^2.13.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.6",
"viem": "^2.21.55",
"wagmi": "^2.14.3",
"zod": "^3.24.1"
}
}