-
Notifications
You must be signed in to change notification settings - Fork 111
/
package.json
66 lines (66 loc) · 1.81 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
65
66
{
"name": "maimermo-export",
"type": "module",
"version": "2.0.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"adb": "bash scripts/adb.sh",
"test": "vitest",
"lint": "eslint .",
"genDoc": "tsx scripts/genDoc.ts",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/query-core": "^5.53.1",
"@tanstack/react-query": "^5.53.1",
"@tanstack/react-query-devtools": "^5.53.1",
"@tanstack/react-table": "^8.20.5",
"@trpc/client": "^11.0.0-rc.490",
"@trpc/react-query": "^11.0.0-rc.490",
"@trpc/server": "^11.0.0-rc.490",
"@unocss/reset": "^0.62.3",
"clsx": "^2.1.1",
"csv-stringify": "^6.5.1",
"fs-extra": "^11.2.0",
"jotai": "^2.9.3",
"libsql": "0.4.2-pre.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.1",
"react-use-websocket": "^4.8.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/ph": "^1.1.14",
"@iconify-json/ri": "^1.1.22",
"@ourongxing/eslint-config": "3.2.3-beta.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.9.1",
"markdown-table": "^3.0.3",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"unocss": "^0.62.3",
"unocss-preset-scrollbar": "^0.3.1",
"unplugin-auto-import": "^0.18.2",
"vinxi": "0.4.1",
"vite-plugin-with-nitro": "0.0.0-beta.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"pnpm": {
"overrides": {
"eslint": "^9.9.1"
},
"patchedDependencies": {
"libsql@0.4.2-pre.1": "patches/libsql@0.4.2-pre.1.patch"
}
}
}