-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1013 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1013 Bytes
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
{
"name": "versus-ui",
"homepage": "https://moreee-sa.github.io/VersusUI/",
"private": true,
"version": "1.3.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@fontsource-variable/montserrat": "^5.2.8",
"gh-pages": "^6.3.0",
"i18next": "^26.0.5",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-i18next": "^17.0.3",
"react-icons": "^5.6.0",
"react-router": "^7.14.1",
"styled-components": "^6.4.0"
},
"devDependencies": {
"@eslint/js": "^9",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"vite": "^8.0.8"
}
}