-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.51 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
{
"name": "voyage",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "bun run build",
"deploy": "gh-pages -d dist",
"homepage": "https://k70suK3-k06a7ash1.github.io/voyage"
},
"dependencies": {
"@effect/schema": "^0.66.9",
"@phosphor-icons/react": "^2.1.5",
"@supabase/supabase-js": "^2.42.7",
"@tanstack/react-router": "^1.31.3",
"@tanstack/router-vite-plugin": "^1.30.0",
"@xstate/react": "^4.1.1",
"effect": "^3.0.6",
"gh-pages": "^6.1.1",
"react": "^19.0.0-beta-94eed63c49-20240425",
"react-dom": "^19.0.0-beta-94eed63c49-20240425",
"react-toastify": "^10.0.5",
"ts-luxon": "^4.5.2",
"xstate": "^5.13.0"
},
"devDependencies": {
"@tanstack/router-devtools": "^1.31.3",
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^5.1.0-beta-94eed63c49-20240425",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.5.0-beta",
"vite": "^5.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
"overrides": {
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta"
}
}