-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.44 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.44 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
{
"name": "score-watcher",
"version": "3.2.3",
"private": true,
"scripts": {
"build": "next build",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev": "next dev --turbo",
"format": "oxfmt --check .",
"format:fix": "oxfmt --write .",
"gen": "cmk",
"lint": "oxlint --type-aware",
"lint:fix": "oxlint --type-aware --fix",
"playwright": "playwright test",
"preinstall": "npx only-allow pnpm",
"start": "next start",
"stylelint": "stylelint \"./**/*.css\" --ignore-path .gitignore",
"stylelint:fix": "stylelint \"./**/*.css\" --ignore-path .gitignore --fix",
"vitest": "vitest",
"vitest:ui": "vitest --ui"
},
"dependencies": {
"@hello-pangea/dnd": "18.0.1",
"@libsql/client": "0.17.0",
"@mantine/core": "8.3.14",
"@mantine/dropzone": "8.3.14",
"@mantine/form": "8.3.14",
"@mantine/hooks": "8.3.14",
"@mantine/modals": "8.3.14",
"@mantine/notifications": "8.3.14",
"@next/third-parties": "16.1.6",
"@sentry/nextjs": "10.38.0",
"@tabler/icons-react": "3.36.1",
"@tanstack/react-table": "8.21.3",
"better-auth": "1.4.18",
"boring-avatars": "2.0.4",
"cdate": "0.0.7",
"dexie": "4.3.0",
"dexie-react-hooks": "4.2.0",
"drizzle-orm": "0.45.1",
"encoding-japanese": "2.2.0",
"hono": "4.11.7",
"nanoid": "5.1.6",
"next": "16.1.6",
"nuqs": "2.8.7",
"postcss-preset-mantine": "1.18.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"zod": "4.3.6"
},
"devDependencies": {
"@css-modules-kit/codegen": "0.8.1",
"@css-modules-kit/stylelint-plugin": "0.8.1",
"@hono/zod-validator": "0.7.6",
"@playwright/test": "1.58.1",
"@types/encoding-japanese": "2.2.1",
"@types/node": "25.2.0",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"@vitest/ui": "4.0.18",
"dotenv": "17.2.3",
"drizzle-kit": "0.31.8",
"import-in-the-middle": "2.0.6",
"jsdom": "28.0.0",
"lefthook": "2.0.16",
"oxfmt": "0.27.0",
"oxlint": "1.42.0",
"oxlint-tsgolint": "0.11.4",
"postcss": "8.5.6",
"require-in-the-middle": "8.0.1",
"stylelint": "17.1.0",
"stylelint-config-recess-order": "7.6.0",
"stylelint-config-standard": "40.0.0",
"typescript": "5.9.3",
"vitest": "4.0.18"
},
"engines": {
"node": "v24"
},
"packageManager": "pnpm@10.28.0"
}