-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.64 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.64 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "gb-playbook",
"private": true,
"version": "2.1.0",
"homepage": "https://guildball.app",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "wrangler deploy"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/comfortaa": "^5.2.8",
"@fontsource/im-fell-great-primer": "^5.2.6",
"@fontsource/im-fell-great-primer-sc": "^5.2.6",
"@fontsource/noto-sans-symbols-2": "^5.2.8",
"@fontsource/noto-serif-sc": "^5.2.9",
"@khmyznikov/pwa-install": "^0.6.3",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@react-hook/debounce": "^4.0.0",
"@react-hook/resize-observer": "^2.0.2",
"classnames": "^2.5.1",
"color": "^5.0.3",
"embla-carousel-react": "^8.6.0",
"file-saver": "^2.0.5",
"handlebars": "^4.7.8",
"handlebars-async-helpers-ts": "^2.0.2",
"i18next": "^25.8.18",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"iso-639-1": "^3.1.5",
"jszip": "^3.10.1",
"material-react-table": "^3.2.1",
"modern-screenshot": "https://github.com/cleech/modern-screenshot.git",
"react": "^19.2.4",
"react-aria": "^3.47.0",
"react-detect-offline": "^2.4.5",
"react-dom": "^19.2.4",
"react-i18next": "^16.5.8",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.1",
"rehype-raw": "^7.0.0",
"rooks": "^9.5.0",
"rxdb": "^16.21.1",
"rxjs": "^7.8.2",
"uuid": "^13.0.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.29.0",
"@eslint/js": "^10.0.1",
"@types/color": "^4.2.0",
"@types/file-saver": "^2.0.7",
"@types/react": "^19.2.14",
"@types/react-detect-offline": "^2.4.6",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.0.3",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"rollup-plugin-visualizer": "^7.0.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1",
"vite": "^8.0.0",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-pwa": "^1.2.0",
"workbox-build": "^7.4.0",
"workbox-window": "^7.4.0",
"wrangler": "^4.74.0"
},
"resolutions": {
"sharp": "0.32.6",
"sharp-ico": "0.1.5"
},
"patchedDependencies": {
"handlebars-async-helpers-ts@2.0.2": "patches/handlebars-async-helpers-ts@2.0.2.patch"
}
}