-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.88 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
59
60
61
62
63
64
{
"name": "beansite-xp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"host": "vite --host",
"build": "vite build",
"preview": "vite preview",
"desktop:start": "concurrently \"vite\" \"wait-on http://localhost:5173 && electron ./desktop/index.js\"",
"desktop:build": "node utils/echo \"need to fix this >:\" --font-color 31"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"@sentry/react": "^8.22.0",
"@types/node": "^22.1.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"concurrently": "^8.2.2",
"dom-to-image": "^2.6.0",
"electron": "^31.3.1",
"electron-builder": "^24.13.3",
"electron-util": "^0.18.1",
"fluxxor": "^1.7.3",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jquery": "^3.7.1",
"laravel-vite-plugin": "^1.0.5",
"react": "^18.3.1",
"react-contexify": "^6.0.0",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-hotkeys-hook": "^4.5.1",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.1",
"react-slideshow-image": "^4.3.1",
"react-toastify": "^10.0.5",
"react-transition-group": "^4.4.5",
"redux": "^5.0.1",
"redux-saga": "^1.3.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"url": "^0.11.4",
"vercel": "^35.2.3",
"wait-on": "^7.2.0"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.21.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"vite": "^5.3.1",
"vite-plugin-singlefile": "^2.0.2"
},
"packageManager": "[email protected]"
}