-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.71 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.71 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
{
"name": "final-project-404-bra",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest --coverage"
},
"dependencies": {
"@chakra-ui/react": "^3.9.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@sentry/react": "^9.5.0",
"@sentry/vite-plugin": "^3.2.2",
"@supabase/supabase-js": "^2.49.1",
"@tailwindcss/vite": "^4.0.9",
"framer-motion": "^12.4.10",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-qr-code": "^2.0.15",
"react-router-dom": "^7.2.0",
"react-slick": "^0.30.3",
"react-toastify": "^11.0.5",
"react-use": "^17.6.0",
"tailwindcss": "^4.0.9"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-slick": "^0.23.13",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.6",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"jsdom": "^26.0.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0",
"vite-plugin-pwa": "^0.21.1",
"vite-tsconfig-paths": "^5.1.4"
}
}