-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.2 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
{
"name": "winsentials",
"type": "module",
"version": "0.8.0",
"private": true,
"packageManager": "bun@1.3.10",
"scripts": {
"commitlint": "commitlint --edit",
"dev": "vite",
"build": "bun run typecheck && vite build",
"format": "eslint . --fix",
"lint-staged": "lint-staged --config lint-staged.config.js",
"lint": "eslint .",
"preview": "vite preview",
"tauri": "tauri",
"typecheck": "tsc --noEmit",
"prepare": "is-ci || bun --bun prek install",
"updeps": "bun update --latest --force"
},
"dependencies": {
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@tanstack/react-router": "^1.169.1",
"@tanstack/react-virtual": "^3.13.24",
"@tauri-apps/api": "2.11.0",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-store": "^2.4.3",
"@tauri-apps/plugin-updater": "^2.10.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"country-flag-icons": "^1.6.17",
"i18next": "^26.0.8",
"lenis": "^1.3.23",
"lucide-react": "^1.14.0",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-i18next": "^17.0.6",
"recharts": "^3.8.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.13"
},
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@eslint-react/eslint-plugin": "^5.7.2",
"@j178/prek": "^0.3.11",
"@tailwindcss/vite": "^4.2.4",
"@tauri-apps/cli": "2.11.0",
"@types/bun": "^1.3.13",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-tailwindcss": "^3.18.3",
"is-ci": "^4.1.0",
"lint-staged": "^16.4.0",
"shadcn": "^4.6.0",
"tailwindcss": "^4.2.4",
"typescript": "~6.0.3",
"vite": "^8.0.10"
}
}