-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.82 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
{
"name": "almanac",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"postinstall": "lefthook install",
"dev": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview",
"tauri": "tauri"
},
"dependencies": {
"@mantine/core": "^7.13.2",
"@mantine/hooks": "^7.13.2",
"@tabler/icons-react": "^3.19.0",
"@tanstack/react-query": "^5.59.14",
"@tanstack/react-query-devtools": "^5.59.14",
"@tanstack/react-router": "^1.67.0",
"@tanstack/router": "0.0.1-beta.174",
"@tanstack/router-valibot-adapter": "^1.67.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-sql": "~2",
"@tauri-apps/plugin-store": "~2.1.0",
"clsx": "^2.1.1",
"fastq": "^1.17.1",
"jotai": "^2.10.1",
"p-queue": "^8.0.1",
"pretty-bytes": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.2",
"react-virtualized-auto-sizer": "^1.0.24",
"react-virtuoso": "^4.12.0",
"react-window": "1.4.0-alpha.1",
"valibot": "^0.42.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@rsbuild/core": "^1.0.14",
"@rsbuild/plugin-react": "^1.0.4",
"@tanstack/router-devtools": "^1.67.0",
"@tanstack/router-plugin": "^1.66.1",
"@tauri-apps/cli": "^2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"lefthook": "^1.7.18",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}