-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 997 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 997 Bytes
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
{
"name": "rhystic-tracker",
"private": true,
"version": "1.2.2",
"type": "module",
"scripts": {
"dev": "vite --port 5173 --strictPort",
"build": "vite build",
"build:app": "npm run build && npx @tauri-apps/cli build --no-bundle",
"preview": "vite preview",
"tauri": "bash -c 'source $HOME/.cargo/env && tauri \"$@\"' --"
},
"dependencies": {
"@tanstack/react-virtual": "^3.14.9",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.7.2",
"clsx": "^2.1.1",
"lucide-react": "^0.469.0",
"mana-font": "^1.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.15.0",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"vite": "^6.0.5"
}
}