-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 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
{
"name": "portfolio",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"fmt": "oxfmt"
},
"dependencies": {
"@radix-ui/react-tooltip": "^1.2.8",
"@supabase/supabase-js": "^2.98.0",
"@tanstack/react-query": "^5.90.21",
"@types/styled-components": "^5.1.36",
"@types/umami": "^2.10.1",
"i18next": "^25.8.14",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"lucide-react": "^0.577.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-i18next": "^16.5.4",
"sonner": "^2.0.7",
"styled-components": "^6.3.11",
"tone": "^15.1.22",
"web-haptics": "^0.0.6"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tanstack/eslint-plugin-query": "^5.91.4",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.4.0",
"oxfmt": "^0.36.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1"
}
}