-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.72 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "gb-playbook",
"private": true,
"version": "2.1.0",
"homepage": "https://guildball.app",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"deploy": "gh-pages --dist dist --dotfiles",
"icons": "pwa-assets-generator --preset minimal public/favicon.svg"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.5",
"color": "^4.2.3",
"i18next": "^23.16.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"iso-639-1": "^3.1.3",
"lodash.clonedeep": "^4.5.0",
"react": "^18.3.1",
"react-detect-offline": "^2.4.5",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.3",
"react-router-dom": "^6.27.0",
"react-string-replace": "^1.1.1",
"rooks": "^7.14.1",
"rxdb": "^15.36.1",
"rxjs": "^7.8.1",
"swiper": "^11.1.14",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/color": "^3.0.4",
"@types/lodash.clonedeep": "^4.5.7",
"@types/react": "^18.3.11",
"@types/react-detect-offline": "^2.4.1",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"gh-pages": "^6.2.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.10",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-pwa": "^0.20.5",
"workbox-build": "^7.1.0",
"workbox-window": "^7.0.0"
}
}