Files
OpenBB/desktop/package.json
Danglewood a08d5d75d0 [BugFix] Update openssl in cargo.toml and Remove dll and dylibs From Repo (#7478)
* update openssl in cargo.toml, and remove dll and dylibs from repo

* cargo fmt

* cargo clippy

* cargo fmt again

* unused-mut

* adjust build.rs for test container

* windows runner setup

* fix masos linking

* same treatment for sbom files
2026-04-23 21:46:03 +00:00

80 lines
2.4 KiB
JSON
Vendored

{
"name": "openbb-platform",
"private": true,
"version": "1.0.2",
"type": "module",
"license": "AGPL-3.0",
"scripts": {
"dev": "vite --port 1470",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"openssl:copy": "node src-tauri/scripts/copy_openssl.cjs",
"test": "vitest",
"test:watch": "vitest --watch",
"lint": "eslint src --ext .ts,.tsx,.js,.jsx"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.10.0",
"@openbb/ui-pro": "^0.6.10",
"@tanstack/react-router": "^1.131.27",
"@tanstack/router-core": "^1.114.33",
"@tanstack/router-devtools": "^1.131.27",
"@tauri-apps/plugin-app": "^2.0.0-alpha.1",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-fs": "^2.5.0",
"@tauri-apps/plugin-http": "^2.5.2",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-opener": "^2.5.0",
"@tauri-apps/plugin-process": "^2.3.0",
"@tauri-apps/plugin-updater": "^2.9.6",
"clsx": "^2.1.1",
"csstype": "^3.1.3",
"date-fns": "^4.1.0",
"glob": ">=13.0.6",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.62.0",
"react-markdown": "^9.0.0",
"react-select": "^5.10.2",
"tailwindcss": "^3.4.17",
"taurpc": "^1.8.1",
"tiny-invariant": "^1.3.3",
"vite-plugin-static-copy": "^3.1.4",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tanstack/router-vite-plugin": "^1.131.27",
"@tauri-apps/api": "^2.9.6",
"@tauri-apps/cli": "^2.9.6",
"@tauri-apps/plugin-shell": "^2.3.1",
"@tauri-apps/plugin-window": "^2.0.0-alpha.1",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/react": "^16.3.0",
"@types/node": "^25.6.0",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.21",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^9.33.0",
"eslint-plugin-react": "^7.37.5",
"jsdom": "^26.1.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.40.0",
"vite": "^7.3.2",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^3.2.4"
},
"overrides": {
"seroval": ">=1.4.1",
"minimatch": ">10.2.1",
"flatted": ">=3.4.2",
"picomatch": "^4.0.4"
}
}