-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 5.08 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "composable-cow-hub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pnpm npm-run-all -l --parallel dev:**",
"build": "pnpm npm-run-all -l --parallel build:**",
"dev:docs": "vocs dev",
"build:docs": "vocs build",
"preview:docs": "vocs preview",
"dev:next": "next dev",
"build:next": "next build",
"start:next": "next start",
"check:next": "prettier --check \"**/*.{md,html,mjml,json,yml,css,scss}\"",
"format": "prettier --write \"**/*.{md,html,mjml,json,yml,css,scss,ts,tsx,js,jsx}\"",
"lint": "eslint '**/*.{ts,tsx}'",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
"link:bleu-ui": "npx yalc link @bleu-fi/ui",
"codegen:check": "graphql-codegen --config codegen.ts --check",
"codegen": "graphql-codegen --config codegen.ts",
"test:jest": "pnpm exec jest --passWithNoTests",
"test:watch": "pnpm exec jest --watchAll --verbose"
},
"dependencies": {
"@bleu/ui": "^0.1.127",
"@cowprotocol/app-data": "^2.1.0",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@safe-global/safe-apps-react-sdk": "^4.7.2",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@safe-global/safe-gateway-typescript-sdk": "^3.22.0",
"@tanstack/react-query": "^5.51.9",
"@tanstack/react-table": "^8.19.3",
"@testing-library/jest-dom": "^6.4.6",
"@wagmi/core": "^2.12.2",
"babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"embla-carousel-react": "8.1.7",
"gql": "^1.1.2",
"gql.tada": "^1.8.2",
"graphql-codegen-plugin-typescript-swr": "^0.8.5",
"graphql-request": "6.1.0",
"graphql-tag": "^2.12.6",
"jest-environment-jsdom": "^29.7.0",
"lucide-react": "^0.408.0",
"next": "15.0.0-rc.0",
"npm-run-all": "^4.1.5",
"parse-prometheus-text-format": "^1.1.1",
"react": "19.0.0-rc-df5f2736-20240712",
"react-day-picker": "^8.10.1",
"react-dom": "19.0.0-rc-df5f2736-20240712",
"react-hook-form": "^7.52.1",
"react-query": "^3.39.3",
"react-resizable-panels": "^2.0.21",
"reactflow": "^11.11.4",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.2.3",
"vaul": "^0.9.1",
"viem": "^2.17.5",
"vocs": "1.0.0-alpha.55",
"wagmi": "^2.11.3",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript-graphql-request": "6.2.0",
"@next/eslint-plugin-next": "^14.2.5",
"@types/dagre": "^0.7.52",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-compat": "latest",
"eslint-plugin-graphql": "latest",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "latest",
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
"eslint-plugin-react-hooks": "latest",
"eslint-plugin-simple-import-sort": "latest",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-unused-imports": "^4.0.0",
"jest": "^29.7.0",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
},
"pnpm": {
"overrides": {
"cross-fetch@>=3.0.0 <3.1.5": ">=3.1.5",
"ws@>=7.0.0 <7.4.6": ">=7.4.6",
"node-fetch@<2.6.7": ">=2.6.7",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}