-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.61 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
{
"name": "goobapp",
"private": true,
"version": "2.0.6",
"main": "./out/main/main.js",
"type": "module",
"homepage": "https://goobapp.org",
"scripts": {
"dev": "vite",
"dev-public": "vite --host",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "vite build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@googleapis/customsearch": "^7.0.1",
"@marsidev/react-turnstile": "^1.4.2",
"@supabase/supabase-js": "^2.99.2",
"@tauri-apps/api": "2.9.1",
"@tauri-apps/plugin-authenticator": "2.0.0-rc.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"baseline-browser-mapping": "^2.10.8",
"prop-types": "^15.8.1",
"react": "^19.2.4",
"react-compiler-runtime": "19.0.0-beta-ebf51a3-20250411",
"react-dom": "^19.2.4",
"react-resizable-panels": "^4.7.3",
"react-router": "^7.13.1",
"react-router-dom": "^7.13.1",
"socket.io-client": "^4.8.3",
"web-haptics": "^0.0.6"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"gh-pages": "^6.3.0",
"globals": "^17.4.0",
"supabase": "^2.79.0",
"typescript-eslint": "^8.57.1",
"vite": "^7.3.1"
}
}