-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.07 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.07 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ifood",
"private": true,
"version": "0.0.0",
"type": "module",
"volta": {
"node": "22.17.1"
},
"scripts": {
"dev": "vite",
"dev:test": "vite --port 50789 --mode test",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"teste": "npx playwright test --config=playwright.config.ts --ui"
},
"dependencies": {
"@hookform/resolvers": "5.2.1",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-label": "2.1.7",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-separator": "1.1.7",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-switch": "1.2.6",
"@tanstack/react-query": "5.85.6",
"axios": "1.11.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"localforage": "1.10.0",
"lucide-react": "0.542.0",
"match-sorter": "8.1.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-helmet-async": "2.0.5",
"react-hook-form": "7.62.0",
"react-router-dom": "6.30.1",
"recharts": "3.1.2",
"sonner": "2.0.7",
"sort-by": "1.2.0",
"tailwind-merge": "3.3.1",
"tailwindcss-animate": "1.0.7",
"zod": "3.25.76"
},
"devDependencies": {
"@playwright/test": "1.55.0",
"@rocketseat/eslint-config": "2.2.2",
"@testing-library/jest-dom": "6.8.0",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "24.3.0",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^5.0.2",
"autoprefixer": "10.4.21",
"eslint": "9.34.0",
"eslint_d": "14.3.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"happy-dom": "18.0.1",
"jsdom": "26.1.0",
"msw": "2.11.1",
"postcss": "8.5.6",
"prettier-plugin-tailwindcss": "0.6.14",
"tailwindcss": "3.4.17",
"typescript": "^5.8.3",
"vite": "^7.1.3",
"vitest": "3.2.4"
},
"msw": {
"workerDirectory": "public"
}
}