-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "portfolio",
"private": true,
"version": "3.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-tooltip": "^1.1.4",
"@supabase/supabase-js": "^2.47.2",
"@types/styled-components": "^5.1.34",
"@types/umami": "^2.10.0",
"i18next": "^24.0.5",
"i18next-browser-languagedetector": "^8.0.1",
"i18next-http-backend": "^3.0.1",
"lucide-react": "^0.468.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.1.3",
"styled-components": "^6.1.13",
"use-sound": "^4.0.3"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/howler": "^2.2.12",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"globals": "^15.13.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^6.0.11"
}
}