mirror of
https://github.com/daavfx/quantum_bt_daavfx.git
synced 2026-07-27 18:37:44 +00:00
41 lines
1011 B
JSON
41 lines
1011 B
JSON
{
|
|
"name": "daavfx-trade-replay",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"tauri:dev": "tauri dev",
|
|
"tauri:build": "tauri build"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@tauri-apps/api": "^2.9.1",
|
|
"@tauri-apps/plugin-dialog": "^2.4.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lightweight-charts": "4.2.0",
|
|
"lucide-react": "^0.562.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"recharts": "^3.6.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0",
|
|
"uplot": "^1.6.32"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@tauri-apps/cli": "^2.9.6",
|
|
"@types/node": "^22.14.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"autoprefixer": "^10.4.23",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "~5.8.2",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|