-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.16 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.16 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "attendance",
"private": false,
"version": "6.7.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:test": "vite build --mode test",
"start": "PORT=1420 ASSET_PRELOAD_EXCLUDE_PATTERNS=\"*.map\" bun run server.ts",
"check": "biome check ./src",
"typecheck": "tsc --noEmit",
"knip": "knip-bun --config knip.json",
"test:e2e": "playwright test --project=chromium",
"tauri": "tauri"
},
"main": "server.ts",
"dependencies": {
"@discordjs/builders": "1.14.1",
"@discordjs/core": "2.4.0",
"@discordjs/rest": "2.6.1",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@fontsource-variable/roboto": "5.2.10",
"@graphql-yoga/subscription": "5.0.5",
"@hookform/resolvers": "5.2.2",
"@mui/material": "9.0.1",
"@mui/x-date-pickers": "9.2.0",
"@oslojs/crypto": "1.0.1",
"@oslojs/encoding": "1.1.0",
"@t3-oss/env-core": "0.13.11",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-query": "5.100.8",
"@tanstack/react-query-devtools": "5.100.8",
"@tanstack/react-router": "1.169.1",
"@tanstack/react-router-devtools": "1.166.13",
"@tanstack/react-router-ssr-query": "1.166.12",
"@tanstack/react-start": "1.167.62",
"@tanstack/react-table": "8.21.3",
"@tanstack/react-virtual": "3.13.26",
"@tanstack/table-core": "8.21.3",
"@tanstack/zod-adapter": "1.166.9",
"@tauri-apps/plugin-barcode-scanner": "2.4.4",
"@tauri-apps/plugin-deep-link": "2.4.9",
"@tauri-apps/plugin-http": "2.5.9",
"@tauri-apps/plugin-opener": "2.5.4",
"@tauri-apps/plugin-store": "2.4.3",
"@tauri-apps/plugin-updater": "2.10.1",
"@types/node": "25.6.0",
"@zag-js/react": "1.40.0",
"@zag-js/toast": "1.40.0",
"arctic": "3.7.0",
"consola": "3.4.2",
"croner": "10.0.1",
"discord-interactions": "4.4.0",
"drizzle-orm": "0.45.2",
"drizzle-zod": "0.8.3",
"googleapis": "171.4.0",
"luxon": "3.7.2",
"nanoid": "5.1.11",
"nanoid-dictionary": "5.0.0",
"path-to-regexp": "8.4.2",
"postgres": "3.4.9",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-error-boundary": "6.1.1",
"react-hook-form": "7.75.0",
"react-icons": "5.6.0",
"ulidx": "2.4.1",
"usehooks-ts": "3.1.1",
"zod": "4.4.3"
},
"devDependencies": {
"@babel/core": "7.29.7",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.6.0",
"@changesets/cli": "2.31.0",
"@electric-sql/pglite": "0.3.15",
"@emotion/babel-plugin": "11.13.5",
"@emotion/cache": "11.14.0",
"@playwright/test": "1.59.1",
"@rolldown/plugin-babel": "0.2.3",
"@tauri-apps/cli": "2.11.0",
"@types/babel__core": "7.20.5",
"@types/bun": "1.3.13",
"@types/luxon": "3.7.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.2",
"babel-plugin-direct-import": "1.0.0",
"babel-plugin-react-compiler": "1.0.0",
"drizzle-kit": "0.31.10",
"knip": "6.11.0",
"lefthook": "2.1.6",
"rollup-plugin-visualizer": "7.0.1",
"typescript": "6.0.3",
"vite": "8.0.10"
},
"trustedDependencies": [
"lefthook"
]
}