mirror of
https://github.com/shadps4-emu/shadPS4-launcher.git
synced 2026-01-31 00:55:20 +01:00
98 lines
3.3 KiB
JSON
98 lines
3.3 KiB
JSON
{
|
|
"name": "shadps4-launcher",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tauri dev --config ./src-tauri/tauri.dev.conf.json",
|
|
"build": "tauri build",
|
|
"vite:dev": "vite",
|
|
"vite:build": "tsc && vite build",
|
|
"tauri": "tauri",
|
|
"check": "biome check --write",
|
|
"ci": "biome ci"
|
|
},
|
|
"dependencies": {
|
|
"@glideapps/glide-data-grid": "^6.0.3",
|
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
"@radix-ui/react-context-menu": "^2.2.15",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"@tanstack/query-core": "^5.77.2",
|
|
"@tanstack/react-query": "^5.77.2",
|
|
"@tanstack/react-virtual": "^3.13.9",
|
|
"@tauri-apps/api": "^2.5.0",
|
|
"@tauri-apps/plugin-dialog": "^2.2.2",
|
|
"@tauri-apps/plugin-fs": "~2.3.0",
|
|
"@tauri-apps/plugin-log": "^2.4.0",
|
|
"@tauri-apps/plugin-opener": "^2.4.0",
|
|
"@tauri-apps/plugin-os": "^2.2.1",
|
|
"@tauri-apps/plugin-process": "^2.2.1",
|
|
"@tauri-apps/plugin-shell": "~2.2.1",
|
|
"@tauri-apps/plugin-sql": "^2.2.0",
|
|
"@tauri-apps/plugin-store": "~2.2.0",
|
|
"@tauri-apps/plugin-updater": "^2.7.1",
|
|
"@tauri-apps/plugin-upload": "^2.2.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clone-deep": "^4.0.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"dequal": "^2.0.3",
|
|
"error-stack-parser": "^2.1.4",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"jotai": "^2.12.5",
|
|
"jotai-optics": "^0.4.0",
|
|
"jotai-tanstack-query": "^0.9.0",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.503.0",
|
|
"marked": "^15.0.12",
|
|
"motion": "^12.15.0",
|
|
"neverthrow": "^8.2.0",
|
|
"next-themes": "^0.4.6",
|
|
"octokit": "^4.1.4",
|
|
"radix-ui": "^1.4.2",
|
|
"react": "^19.3.0-canary-9724e3e6-20251008",
|
|
"react-dom": "^19.3.0-canary-9724e3e6-20251008",
|
|
"react-responsive-carousel": "^3.2.23",
|
|
"smol-toml": "^1.3.4",
|
|
"sonner": "^2.0.3",
|
|
"superjson": "^2.2.2",
|
|
"tailwind-merge": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.8",
|
|
"@tauri-apps/cli": "^2.5.0",
|
|
"@types/clone-deep": "^4.0.4",
|
|
"@types/node": "^22.15.24",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.1",
|
|
"@vitejs/plugin-react": "^4.5.0",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
"pre-commit": "^1.2.2",
|
|
"tailwindcss": "^4.1.8",
|
|
"tw-animate-css": "^1.3.0",
|
|
"typescript": "~5.6.3",
|
|
"vite": "^6.3.5"
|
|
},
|
|
"trustedDependencies": [
|
|
"@biomejs/biome",
|
|
"@swc/core",
|
|
"pre-commit"
|
|
],
|
|
"pre-commit": [
|
|
"ci"
|
|
]
|
|
}
|